Searched refs:boot_swap_state (Results 1 – 13 of 13) sorted by relevance
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_public.h | 150 struct boot_swap_state { struct 261 boot_read_swap_state_by_id(int flash_area_id, struct boot_swap_state *state); 273 struct boot_swap_state *state);
|
D | boot_public_hooks.h | 50 struct boot_swap_state *state);
|
/mcuboot-latest/boot/mynewt/src/ |
D | single_loader.c | 66 static struct boot_swap_state state; in boot_image_validate_once() 70 memset(&state, 0, sizeof(struct boot_swap_state)); in boot_image_validate_once()
|
/mcuboot-latest/boot/zephyr/ |
D | single_loader.c | 74 static struct boot_swap_state state; in boot_image_validate_once() 78 memset(&state, 0, sizeof(struct boot_swap_state)); in boot_image_validate_once()
|
D | firmware_loader.c | 70 static struct boot_swap_state state; in boot_image_validate_once() 74 memset(&state, 0, sizeof(struct boot_swap_state)); in boot_image_validate_once()
|
D | hooks_sample.c | 65 struct boot_swap_state *state) in boot_read_swap_state_primary_slot_hook()
|
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 244 struct boot_swap_state *state) in boot_read_swap_state() 287 boot_read_swap_state_by_id(int flash_area_id, struct boot_swap_state *state) in boot_read_swap_state_by_id() 423 struct boot_swap_state primary_slot; in boot_swap_type_multi() 424 struct boot_swap_state secondary_slot; in boot_swap_type_multi() 525 struct boot_swap_state slot_state; in boot_set_next() 596 struct boot_swap_state slot_state; in boot_set_next()
|
D | swap_misc.c | 87 struct boot_swap_state swap_state; in swap_status_init() 209 struct boot_swap_state state; in swap_set_image_ok()
|
D | bootutil_priv.h | 280 struct boot_swap_state swap_state; 307 struct boot_swap_state *state); 309 struct boot_swap_state *state);
|
D | swap_move.c | 345 struct boot_swap_state state_primary_slot; in swap_status_source() 346 struct boot_swap_state state_secondary_slot; in swap_status_source() 483 struct boot_swap_state swap_state; in fixup_revert()
|
D | swap_scratch.c | 346 struct boot_swap_state state_scratch; in swap_status_source() 348 struct boot_swap_state state_primary_slot; in swap_status_source() 557 struct boot_swap_state swap_state; in boot_swap_sectors()
|
D | swap_offset.c | 421 struct boot_swap_state state_primary_slot; 422 struct boot_swap_state state_secondary_slot; 587 struct boot_swap_state swap_state;
|
D | loader.c | 2771 struct boot_swap_state* active_swap_state; 2781 memset(active_swap_state, 0, sizeof(struct boot_swap_state));
|