Searched refs:BOOT_FLAG_SET (Results 1 – 9 of 9) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 113 .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()
|
D | swap_misc.c | 108 if (swap_state.image_ok == BOOT_FLAG_SET) { in swap_status_init()
|
D | swap_scratch.c | 277 .bst_copy_done_primary_slot = BOOT_FLAG_SET, 698 if (swap_state.image_ok == BOOT_FLAG_SET) { in boot_swap_sectors()
|
D | loader.c | 2786 (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/ |
D | image.rs | 609 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/ |
D | bootutil_public.h | 109 #define BOOT_FLAG_SET 1 macro
|
/mcuboot-latest/boot/mynewt/src/ |
D | single_loader.c | 75 || state.image_ok != BOOT_FLAG_SET) { in boot_image_validate_once()
|
/mcuboot-latest/boot/zephyr/ |
D | single_loader.c | 83 || state.image_ok != BOOT_FLAG_SET) { in boot_image_validate_once()
|
D | firmware_loader.c | 79 || state.image_ok != BOOT_FLAG_SET) { in boot_image_validate_once()
|