Home
last modified time | relevance | path

Searched refs:boot_swap_state (Results 1 – 13 of 13) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_public.h150 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);
Dboot_public_hooks.h50 struct boot_swap_state *state);
/mcuboot-latest/boot/mynewt/src/
Dsingle_loader.c66 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/
Dsingle_loader.c74 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()
Dfirmware_loader.c70 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()
Dhooks_sample.c65 struct boot_swap_state *state) in boot_read_swap_state_primary_slot_hook()
/mcuboot-latest/boot/bootutil/src/
Dbootutil_public.c244 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()
Dswap_misc.c87 struct boot_swap_state swap_state; in swap_status_init()
209 struct boot_swap_state state; in swap_set_image_ok()
Dbootutil_priv.h280 struct boot_swap_state swap_state;
307 struct boot_swap_state *state);
309 struct boot_swap_state *state);
Dswap_move.c345 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()
Dswap_scratch.c346 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()
Dswap_offset.c421 struct boot_swap_state state_primary_slot;
422 struct boot_swap_state state_secondary_slot;
587 struct boot_swap_state swap_state;
Dloader.c2771 struct boot_swap_state* active_swap_state;
2781 memset(active_swap_state, 0, sizeof(struct boot_swap_state));