Searched refs:boot_read_swap_state_by_id (Results 1 – 6 of 6) sorted by relevance
/mcuboot-3.4.0/boot/bootutil/include/bootutil/ |
D | bootutil_public.h | 256 boot_read_swap_state_by_id(int flash_area_id, struct boot_swap_state *state);
|
/mcuboot-3.4.0/boot/bootutil/src/ |
D | bootutil_public.c | 264 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()
|
D | swap_misc.c | 99 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_SECONDARY(image_index), in swap_status_init()
|
D | swap_move.c | 304 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()
|
D | swap_scratch.c | 376 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()
|
D | bootutil_priv.h | 273 int boot_read_swap_state_by_id(int flash_area_id,
|