Home
last modified time | relevance | path

Searched refs:state_primary_slot (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dswap_move.c345 struct boot_swap_state state_primary_slot; in swap_status_source() local
358 &state_primary_slot); in swap_status_source()
361 BOOT_LOG_SWAP_STATE("Primary image", &state_primary_slot); in swap_status_source()
369 if (state_primary_slot.magic == BOOT_MAGIC_GOOD && in swap_status_source()
370 state_primary_slot.copy_done == BOOT_FLAG_UNSET && in swap_status_source()
Dswap_scratch.c348 struct boot_swap_state state_primary_slot; in swap_status_source() local
360 &state_primary_slot); in swap_status_source()
368 BOOT_LOG_SWAP_STATE("Primary image", &state_primary_slot); in swap_status_source()
376 state_primary_slot.magic) && in swap_status_source()
382 table->bst_copy_done_primary_slot == state_primary_slot.copy_done)) in swap_status_source()