Home
last modified time | relevance | path

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

/mcuboot-3.6.0/boot/bootutil/src/
Dswap_scratch.c310 .bst_status_source = BOOT_STATUS_SOURCE_PRIMARY_SLOT,
343 .bst_status_source = BOOT_STATUS_SOURCE_PRIMARY_SLOT,
417 source == BOOT_STATUS_SOURCE_PRIMARY_SLOT ? in swap_status_source()
Dswap_misc.c150 case BOOT_STATUS_SOURCE_PRIMARY_SLOT: in swap_read_status()
Dswap_move.c353 source = BOOT_STATUS_SOURCE_PRIMARY_SLOT; in swap_status_source()
385 if (bs->source != BOOT_STATUS_SOURCE_PRIMARY_SLOT) { in boot_move_sector_up()
Dbootutil_priv.h203 #define BOOT_STATUS_SOURCE_PRIMARY_SLOT 2 macro