Home
last modified time | relevance | path

Searched refs:BOOT_STATUS_OP_MOVE (Results 1 – 3 of 3) sorted by relevance

/mcuboot-3.4.0/boot/bootutil/src/
Dswap_move.c103 if (bs->op == BOOT_STATUS_OP_MOVE && slot == 0 && bs->idx > last_idx) { in boot_read_image_header()
208 bs->op = BOOT_STATUS_OP_MOVE; in swap_read_status_bytes()
226 idx_sz = elem_sz * ((bs->op == BOOT_STATUS_OP_MOVE) ? in boot_status_internal_off()
229 off = ((bs->op == BOOT_STATUS_OP_MOVE) ? in boot_status_internal_off()
439 bs->op != BOOT_STATUS_OP_MOVE || in fixup_revert()
520 if (bs->op == BOOT_STATUS_OP_MOVE) { in swap_run()
Dbootutil_priv.h72 #define BOOT_STATUS_OP_MOVE 1 macro
Dloader.c404 bs->op = BOOT_STATUS_OP_MOVE; in boot_status_reset()
413 return (bs->op == BOOT_STATUS_OP_MOVE && in boot_status_is_reset()