|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One physical generation discovered under the logical path. More...
Data Fields | |
| const char * | path |
| Physical path. | |
| mdl_state_envelope_t | envelope |
| Journal identity. | |
| uint64_t | file_bytes |
| Observed file extent. | |
| ra8_err_t | error |
| Scan status. | |
| bool | exists |
| Entry exists. | |
| bool | valid |
| Slot is intact. | |
| bool | legacy |
| Slot is legacy text. | |
One physical generation discovered under the logical path.
Definition at line 48 of file mdl_state_store.c.
| mdl_state_envelope_t mdl_state_slot_t::envelope |
Journal identity.
Definition at line 50 of file mdl_state_store.c.
Referenced by internal_mdl_state_load_slot(), internal_mdl_state_order(), internal_mdl_state_same_generation(), internal_mdl_state_save_plan(), and internal_mdl_state_scan_slot().
| ra8_err_t mdl_state_slot_t::error |
Scan status.
Definition at line 52 of file mdl_state_store.c.
Referenced by internal_mdl_state_load_mode(), internal_mdl_state_save_plan(), and internal_mdl_state_scan_slot().
| bool mdl_state_slot_t::exists |
Entry exists.
Definition at line 53 of file mdl_state_store.c.
Referenced by internal_mdl_state_load_mode(), internal_mdl_state_prepare_target(), and internal_mdl_state_scan_slot().
| uint64_t mdl_state_slot_t::file_bytes |
Observed file extent.
Definition at line 51 of file mdl_state_store.c.
Referenced by internal_mdl_state_load_slot(), and internal_mdl_state_scan_slot().
| bool mdl_state_slot_t::legacy |
Slot is legacy text.
Definition at line 55 of file mdl_state_store.c.
Referenced by internal_mdl_state_load_slot(), and internal_mdl_state_scan_slot().
| const char* mdl_state_slot_t::path |
Physical path.
Definition at line 49 of file mdl_state_store.c.
Referenced by internal_mdl_state_load_slot(), and internal_mdl_state_prepare_target().
| bool mdl_state_slot_t::valid |
Slot is intact.
Definition at line 54 of file mdl_state_store.c.
Referenced by internal_mdl_state_order(), and internal_mdl_state_scan_slot().