Home
last modified time | relevance | path

Searched refs:boot_read_swap_state_by_id (Results 1 – 6 of 6) sorted by relevance

/mcuboot-3.4.0/boot/bootutil/include/bootutil/
Dbootutil_public.h256 boot_read_swap_state_by_id(int flash_area_id, struct boot_swap_state *state);
/mcuboot-3.4.0/boot/bootutil/src/
Dbootutil_public.c264 boot_read_swap_state_by_id(int flash_area_id, struct boot_swap_state *state) in boot_read_swap_state_by_id() function
409 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_PRIMARY(image_index), in boot_swap_type_multi()
416 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_SECONDARY(image_index), in boot_swap_type_multi()
Dswap_misc.c99 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_SECONDARY(image_index), in swap_status_init()
Dswap_move.c304 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_PRIMARY(image_index), in swap_status_source()
310 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_SECONDARY(image_index), in swap_status_source()
Dswap_scratch.c376 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_PRIMARY(image_index), in swap_status_source()
381 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_SCRATCH, &state_scratch); in swap_status_source()
Dbootutil_priv.h273 int boot_read_swap_state_by_id(int flash_area_id,