Searched refs:boot_read_swap_state (Results 1 – 11 of 11) sorted by relevance
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_public.h | 272 boot_read_swap_state(const struct flash_area *fa,
|
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 243 boot_read_swap_state(const struct flash_area *fap, in boot_read_swap_state() function 297 rc = boot_read_swap_state(fap, state); in boot_read_swap_state_by_id() 532 rc = boot_read_swap_state(fa, &slot_state); in boot_set_next() 607 rc = boot_read_swap_state(fa, &slot_state); in boot_set_next()
|
D | swap_misc.c | 218 rc = boot_read_swap_state(fap, &state); in swap_set_image_ok()
|
D | bootutil_priv.h | 306 int boot_read_swap_state(const struct flash_area *fap,
|
D | swap_move.c | 497 rc = boot_read_swap_state(fap_sec, &swap_state); in fixup_revert()
|
D | swap_scratch.c | 695 rc = boot_read_swap_state(fap_scratch, &swap_state); in boot_swap_sectors()
|
D | swap_offset.c | 600 rc = boot_read_swap_state(fap_sec, &swap_state);
|
D | loader.c | 2782 rc = boot_read_swap_state(fap, active_swap_state);
|
/mcuboot-latest/boot/mynewt/src/ |
D | single_loader.c | 71 rc = boot_read_swap_state(fa_p, &state); in boot_image_validate_once()
|
/mcuboot-latest/boot/zephyr/ |
D | single_loader.c | 79 rc = boot_read_swap_state(fa_p, &state); in boot_image_validate_once()
|
D | firmware_loader.c | 75 rc = boot_read_swap_state(fa_p, &state); in boot_image_validate_once()
|