Searched refs:BOOT_LOG_SWAP_STATE (Results 1 – 3 of 3) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | swap_move.c | 331 #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()
|
D | swap_offset.c | 408 #define BOOT_LOG_SWAP_STATE(area, state) \ macro 434 BOOT_LOG_SWAP_STATE("Primary image", &state_primary_slot); 439 BOOT_LOG_SWAP_STATE("Secondary image", &state_secondary_slot); 603 BOOT_LOG_SWAP_STATE("Secondary image", &swap_state);
|
D | swap_scratch.c | 243 #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()
|