Searched refs:boot_read_swap_state_by_id (Results 1 – 7 of 7) sorted by relevance
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_public.h | 261 boot_read_swap_state_by_id(int flash_area_id, struct boot_swap_state *state);
|
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 287 boot_read_swap_state_by_id(int flash_area_id, struct boot_swap_state *state) in boot_read_swap_state_by_id() function 432 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_PRIMARY(image_index), in boot_swap_type_multi() 439 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 | 357 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_PRIMARY(image_index), in swap_status_source() 363 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_SECONDARY(image_index), in swap_status_source()
|
D | swap_scratch.c | 359 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_PRIMARY(image_index), in swap_status_source() 364 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_SCRATCH, &state_scratch); in swap_status_source()
|
D | swap_offset.c | 432 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_PRIMARY(image_index), &state_primary_slot); 436 rc = boot_read_swap_state_by_id(FLASH_AREA_IMAGE_SECONDARY(image_index),
|
D | bootutil_priv.h | 308 int boot_read_swap_state_by_id(int flash_area_id,
|