Home
last modified time | relevance | path

Searched refs:copy_done (Results 1 – 9 of 9) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dbootutil_public.c213 boot_read_copy_done(const struct flash_area *fap, uint8_t *copy_done) in boot_read_copy_done() argument
215 return boot_read_flag(fap, copy_done, boot_copy_done_off(fap)); in boot_read_copy_done()
255 rc = boot_read_copy_done(fap, &state->copy_done); in boot_read_swap_state()
423 secondary_slot.copy_done = BOOT_FLAG_UNSET; in boot_swap_type_multi()
442 table->copy_done_primary_slot == primary_slot.copy_done)) { in boot_swap_type_multi()
595 if (slot_state.copy_done == BOOT_FLAG_UNSET) { in boot_set_next()
Dswap_move.c339 (state)->copy_done, \
370 state_primary_slot.copy_done == BOOT_FLAG_UNSET && in swap_status_source()
Dswap_scratch.c251 (state)->copy_done, \
382 table->bst_copy_done_primary_slot == state_primary_slot.copy_done)) in swap_status_source()
Dloader.c2726 (active_swap_state->copy_done == BOOT_FLAG_SET &&
2741 if (active_swap_state->copy_done != BOOT_FLAG_SET) {
2742 if (active_swap_state->copy_done == BOOT_FLAG_BAD) {
/mcuboot-latest/boot/zephyr/
Dhooks_sample.c71 state->copy_done = BOOT_FLAG_UNSET; in boot_read_swap_state_primary_slot_hook()
/mcuboot-latest/scripts/imgtool/
Ddumpinfo.py127 copy_done = 0x99
222 copy_done = b[trailer_off]
223 trailer["copy_done"] = copy_done
322 print("copy_done: ", parse_status(hex(copy_done)))
/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil.h70 uint8_t copy_done; member
Dbootutil_public.h151 uint8_t copy_done; /* One of the BOOT_FLAG_[...] values. */ member
/mcuboot-latest/sim/src/
Dimage.rs1619 copy_done: Option<u8>) -> bool { in verify_trailers_loose()
1622 magic, image_ok, copy_done) in verify_trailers_loose()
1630 copy_done: Option<u8>) -> bool { in verify_trailers()
1633 magic, image_ok, copy_done) in verify_trailers()
2065 copy_done: Option<u8>) -> bool { in verify_trailer()
2113 failed |= match copy_done { in verify_trailer()