Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dbootutil_public.c113 .copy_done_secondary_slot = BOOT_FLAG_SET,
132 .image_ok_secondary_slot = BOOT_FLAG_SET,
144 .copy_done_primary_slot = BOOT_FLAG_SET,
158 if (flag != BOOT_FLAG_SET) { in boot_flag_decode()
161 return BOOT_FLAG_SET; in boot_flag_decode()
388 return boot_write_trailer_flag(fap, off, BOOT_FLAG_SET); in boot_write_image_ok()
498 return boot_write_trailer_flag(fap, off, BOOT_FLAG_SET); in boot_write_copy_done()
Dswap_misc.c108 if (swap_state.image_ok == BOOT_FLAG_SET) { in swap_status_init()
Dswap_scratch.c277 .bst_copy_done_primary_slot = BOOT_FLAG_SET,
698 if (swap_state.image_ok == BOOT_FLAG_SET) { in boot_swap_sectors()
Dloader.c2786 (active_swap_state->copy_done == BOOT_FLAG_SET &&
2787 active_swap_state->image_ok != BOOT_FLAG_SET)) {
2801 if (active_swap_state->copy_done != BOOT_FLAG_SET) {
2947 if (state->slot_usage[BOOT_CURR_IMG(state)].swap_state.image_ok == BOOT_FLAG_SET) {
/mcuboot-latest/sim/src/
Dimage.rs609 BOOT_FLAG_SET, BOOT_FLAG_SET) { in run_bootstrap()
642 BOOT_FLAG_SET, BOOT_FLAG_SET) { in run_oversized_bootstrap()
717 BOOT_FLAG_SET, BOOT_FLAG_SET) { in run_perm_with_fails()
768 BOOT_FLAG_SET, BOOT_FLAG_SET) { in run_perm_with_random_fails()
833 BOOT_FLAG_UNSET, BOOT_FLAG_SET) { in run_norevert()
848 BOOT_FLAG_SET, BOOT_FLAG_SET) { in run_norevert()
859 BOOT_FLAG_SET, BOOT_FLAG_SET) { in run_norevert()
893 BOOT_FLAG_SET, BOOT_FLAG_UNSET) { in run_oversizefail_upgrade()
910 BOOT_FLAG_SET, BOOT_FLAG_UNSET) { in run_oversizefail_upgrade()
1025 BOOT_FLAG_SET, BOOT_FLAG_UNSET) { in run_signfail_upgrade()
[all …]
/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_public.h109 #define BOOT_FLAG_SET 1 macro
/mcuboot-latest/boot/mynewt/src/
Dsingle_loader.c75 || state.image_ok != BOOT_FLAG_SET) { in boot_image_validate_once()
/mcuboot-latest/boot/zephyr/
Dsingle_loader.c83 || state.image_ok != BOOT_FLAG_SET) { in boot_image_validate_once()
Dfirmware_loader.c79 || state.image_ok != BOOT_FLAG_SET) { in boot_image_validate_once()