Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dswap_move.c210 bs->state = (found_idx % BOOT_STATUS_MOVE_STATE_COUNT) + BOOT_STATUS_STATE_0;; in swap_read_status_bytes()
214 … bs->state = ((found_idx - move_entries) % BOOT_STATUS_SWAP_STATE_COUNT) + BOOT_STATUS_STATE_0; in swap_read_status_bytes()
232 (bs->state - BOOT_STATUS_STATE_0) * elem_sz; in boot_status_internal_off()
443 if (bs->state == BOOT_STATUS_STATE_0) { in boot_swap_sectors()
464 bs->state = BOOT_STATUS_STATE_0; in boot_swap_sectors()
Dswap_offset.c295 bs->state = (found_idx % BOOT_STATUS_SWAP_STATE_COUNT) + BOOT_STATUS_STATE_0;
308 (bs->state - BOOT_STATUS_STATE_0) * elem_sz;
469 if (bs->state == BOOT_STATUS_STATE_0) {
508 bs->state = BOOT_STATUS_STATE_0;
530 if (bs->state == BOOT_STATUS_STATE_0) {
569 bs->state = BOOT_STATUS_STATE_0;
Dswap_scratch.c132 (bs->state - BOOT_STATUS_STATE_0) * elem_sz; in boot_status_internal_off()
614 if (bs->state == BOOT_STATUS_STATE_0) { in boot_swap_sectors()
733 bs->state = BOOT_STATUS_STATE_0; in boot_swap_sectors()
Dbootutil_priv.h112 #define BOOT_STATUS_STATE_0 1 macro
Dloader.c695 bs->state = BOOT_STATUS_STATE_0; in boot_status_reset()
709 bs->state == BOOT_STATUS_STATE_0); in boot_status_is_reset()