Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dswap_offset.c126 bs->state == BOOT_STATUS_STATE_1))) {
147 (bs->idx == BOOT_STATUS_IDX_0 && bs->state == BOOT_STATUS_STATE_1)) &&
485 bs->state = BOOT_STATUS_STATE_1;
489 if (bs->state == BOOT_STATUS_STATE_1) {
546 bs->state = BOOT_STATUS_STATE_1;
550 if (bs->state == BOOT_STATUS_STATE_1) {
Dswap_scratch.c650 bs->state = BOOT_STATUS_STATE_1; in boot_swap_sectors()
654 if (bs->state == BOOT_STATUS_STATE_1) { in boot_swap_sectors()
941 if (slot == BOOT_SECONDARY_SLOT && bs->state >= BOOT_STATUS_STATE_1) { in boot_read_image_header()
Dswap_move.c451 bs->state = BOOT_STATUS_STATE_1; in boot_swap_sectors()
455 if (bs->state == BOOT_STATUS_STATE_1) { in boot_swap_sectors()
Dbootutil_priv.h113 #define BOOT_STATUS_STATE_1 2 macro