Home
last modified time | relevance | path

Searched refs:boot_read_swap_state (Results 1 – 11 of 11) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_public.h272 boot_read_swap_state(const struct flash_area *fa,
/mcuboot-latest/boot/bootutil/src/
Dbootutil_public.c243 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()
Dswap_misc.c218 rc = boot_read_swap_state(fap, &state); in swap_set_image_ok()
Dbootutil_priv.h306 int boot_read_swap_state(const struct flash_area *fap,
Dswap_move.c497 rc = boot_read_swap_state(fap_sec, &swap_state); in fixup_revert()
Dswap_scratch.c695 rc = boot_read_swap_state(fap_scratch, &swap_state); in boot_swap_sectors()
Dswap_offset.c600 rc = boot_read_swap_state(fap_sec, &swap_state);
Dloader.c2782 rc = boot_read_swap_state(fap, active_swap_state);
/mcuboot-latest/boot/mynewt/src/
Dsingle_loader.c71 rc = boot_read_swap_state(fa_p, &state); in boot_image_validate_once()
/mcuboot-latest/boot/zephyr/
Dsingle_loader.c79 rc = boot_read_swap_state(fa_p, &state); in boot_image_validate_once()
Dfirmware_loader.c75 rc = boot_read_swap_state(fa_p, &state); in boot_image_validate_once()