Home
last modified time | relevance | path

Searched refs:op (Results 1 – 10 of 10) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dswap_move.c103 if (bs->op == BOOT_STATUS_OP_MOVE && slot == 0 && bs->idx > last_idx) { in boot_read_image_header()
105 } else if (bs->op == BOOT_STATUS_OP_SWAP) { in boot_read_image_header()
208 bs->op = BOOT_STATUS_OP_MOVE; in swap_read_status_bytes()
212 bs->op = BOOT_STATUS_OP_SWAP; 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()
492 bs->op != BOOT_STATUS_OP_MOVE || in fixup_revert()
573 if (bs->op == BOOT_STATUS_OP_MOVE) { in swap_run()
584 bs->op = BOOT_STATUS_OP_SWAP; in swap_run()
Dswap_offset.c293 bs->op = BOOT_STATUS_OP_SWAP;
688 bs->op = BOOT_STATUS_OP_SWAP;
Dbootutil_priv.h97 uint8_t op; /* What operation are we performing? */ member
Dloader.c690 bs->op = BOOT_STATUS_OP_SWAP; in boot_status_reset()
692 bs->op = BOOT_STATUS_OP_MOVE; in boot_status_reset()
704 bs->op == BOOT_STATUS_OP_SWAP && in boot_status_is_reset()
706 bs->op == BOOT_STATUS_OP_MOVE && in boot_status_is_reset()
/mcuboot-latest/boot/espressif/hal/include/esp32c2/
Desp32c2.cmake29 "-Wno-logical-op")
/mcuboot-latest/boot/espressif/hal/include/esp32c6/
Desp32c6.cmake34 "-Wno-logical-op")
/mcuboot-latest/boot/espressif/hal/include/esp32h2/
Desp32h2.cmake34 "-Wno-logical-op")
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c675 bs_list_set(uint8_t op, char *buf, int len) in bs_list_set() argument
677 if (op == NMGR_OP_READ) { in bs_list_set()
690 bs_slot_info(uint8_t op, char *buf, int len) in bs_slot_info() argument
699 if (op != NMGR_OP_READ) { in bs_slot_info()
/mcuboot-latest/boot/espressif/hal/
DCMakeLists.txt136 "-Wlogical-op"
/mcuboot-latest/boot/espressif/
DCMakeLists.txt270 "-Wlogical-op"