Searched refs:BOOT_FLAG_ANY (Results 1 – 3 of 3) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | bootutil_public.c | 110 .image_ok_primary_slot = BOOT_FLAG_ANY, 112 .copy_done_primary_slot = BOOT_FLAG_ANY, 120 .image_ok_primary_slot = BOOT_FLAG_ANY, 122 .copy_done_primary_slot = BOOT_FLAG_ANY, 124 .copy_done_secondary_slot = BOOT_FLAG_ANY, 131 .image_ok_primary_slot = BOOT_FLAG_ANY, 133 .copy_done_primary_slot = BOOT_FLAG_ANY, 135 .copy_done_secondary_slot = BOOT_FLAG_ANY, 143 .image_ok_secondary_slot = BOOT_FLAG_ANY, 146 .copy_done_secondary_slot = BOOT_FLAG_ANY, [all …]
|
D | swap_scratch.c | 307 .bst_copy_done_primary_slot = BOOT_FLAG_ANY, 381 (table->bst_copy_done_primary_slot == BOOT_FLAG_ANY || in swap_status_source()
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | bootutil_public.h | 112 #define BOOT_FLAG_ANY 4 /* NOTE: control only, not dependent on sector */ macro
|