Searched refs:copy_done (Results 1 – 9 of 9) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 213 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()
|
D | swap_move.c | 339 (state)->copy_done, \ 370 state_primary_slot.copy_done == BOOT_FLAG_UNSET && in swap_status_source()
|
D | swap_scratch.c | 251 (state)->copy_done, \ 382 table->bst_copy_done_primary_slot == state_primary_slot.copy_done)) in swap_status_source()
|
D | loader.c | 2726 (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/ |
D | hooks_sample.c | 71 state->copy_done = BOOT_FLAG_UNSET; in boot_read_swap_state_primary_slot_hook()
|
/mcuboot-latest/scripts/imgtool/ |
D | dumpinfo.py | 127 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/ |
D | bootutil.h | 70 uint8_t copy_done; member
|
D | bootutil_public.h | 151 uint8_t copy_done; /* One of the BOOT_FLAG_[...] values. */ member
|
/mcuboot-latest/sim/src/ |
D | image.rs | 1619 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()
|