Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dswap_move.c331 #define BOOT_LOG_SWAP_STATE(area, state) \ macro
361 BOOT_LOG_SWAP_STATE("Primary image", &state_primary_slot); in swap_status_source()
367 BOOT_LOG_SWAP_STATE("Secondary image", &state_secondary_slot); in swap_status_source()
500 BOOT_LOG_SWAP_STATE("Secondary image", &swap_state); in fixup_revert()
Dswap_scratch.c243 #define BOOT_LOG_SWAP_STATE(area, state) \ macro
368 BOOT_LOG_SWAP_STATE("Primary image", &state_primary_slot); in swap_status_source()
370 BOOT_LOG_SWAP_STATE("Scratch", &state_scratch); in swap_status_source()