Home
last modified time | relevance | path

Searched refs:BOOT_STATUS_SOURCE_PRIMARY_SLOT (Results 1 – 5 of 5) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dswap_misc.c150 case BOOT_STATUS_SOURCE_PRIMARY_SLOT: in swap_read_status()
Dswap_scratch.c293 .bst_status_source = BOOT_STATUS_SOURCE_PRIMARY_SLOT,
326 .bst_status_source = BOOT_STATUS_SOURCE_PRIMARY_SLOT,
400 source == BOOT_STATUS_SOURCE_PRIMARY_SLOT ? in swap_status_source()
Dswap_move.c373 source = BOOT_STATUS_SOURCE_PRIMARY_SLOT; in swap_status_source()
405 if (bs->source != BOOT_STATUS_SOURCE_PRIMARY_SLOT) { in boot_move_sector_up()
Dswap_offset.c445 source = BOOT_STATUS_SOURCE_PRIMARY_SLOT;
676 if (bs->source != BOOT_STATUS_SOURCE_PRIMARY_SLOT) {
Dbootutil_priv.h220 #define BOOT_STATUS_SOURCE_PRIMARY_SLOT 2 macro