ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
verify_stats_t Struct Reference

Stats accumulated during a library/series verification run. More...

Data Fields

size_t series_checked
 Tracked series verified.
size_t pages_valid
 Pages matching content hash on disk.
size_t pages_missing
 Page files missing from disk.
size_t pages_corrupt
 Page files failing hash match.
size_t archives_checked
 Archive files checked.
size_t archives_valid
 Structurally valid artifacts.
size_t archives_corrupt
 Archive files empty/corrupt.
size_t state_errors
 State files that could not be parsed.
size_t fs_errors
 Directory/path operations that failed.

Detailed Description

Stats accumulated during a library/series verification run.

Definition at line 222 of file mdl_app_admin.c.

Field Documentation

◆ archives_checked

size_t verify_stats_t::archives_checked

Archive files checked.

Definition at line 227 of file mdl_app_admin.c.

Referenced by internal_verify_artifact_entry(), and mdl_app_run_verify().

◆ archives_corrupt

size_t verify_stats_t::archives_corrupt

Archive files empty/corrupt.

Definition at line 229 of file mdl_app_admin.c.

Referenced by internal_verify_artifact_entry(), internal_verify_print_summary(), and mdl_app_run_verify().

◆ archives_valid

size_t verify_stats_t::archives_valid

Structurally valid artifacts.

Definition at line 228 of file mdl_app_admin.c.

Referenced by internal_verify_artifact_entry(), and internal_verify_print_summary().

◆ fs_errors

size_t verify_stats_t::fs_errors

Directory/path operations that failed.

Definition at line 231 of file mdl_app_admin.c.

Referenced by internal_verify_artifacts(), internal_verify_library_root(), and mdl_app_run_verify().

◆ pages_corrupt

size_t verify_stats_t::pages_corrupt

Page files failing hash match.

Definition at line 226 of file mdl_app_admin.c.

Referenced by internal_verify_page_rec(), internal_verify_print_summary(), and mdl_app_run_verify().

◆ pages_missing

size_t verify_stats_t::pages_missing

Page files missing from disk.

Definition at line 225 of file mdl_app_admin.c.

Referenced by internal_verify_page_rec(), internal_verify_print_summary(), and mdl_app_run_verify().

◆ pages_valid

size_t verify_stats_t::pages_valid

Pages matching content hash on disk.

Definition at line 224 of file mdl_app_admin.c.

Referenced by internal_verify_page_rec(), and internal_verify_print_summary().

◆ series_checked

size_t verify_stats_t::series_checked

Tracked series verified.

Definition at line 223 of file mdl_app_admin.c.

Referenced by internal_verify_print_summary(), internal_verify_series_dir(), and mdl_app_run_verify().

◆ state_errors

size_t verify_stats_t::state_errors

State files that could not be parsed.

Definition at line 230 of file mdl_app_admin.c.

Referenced by internal_verify_series_dir(), and mdl_app_run_verify().


The documentation for this struct was generated from the following file: