Home
last modified time | relevance | path

Searched refs:BOOT_FLAG_ANY (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dbootutil_public.c106 .image_ok_primary_slot = BOOT_FLAG_ANY,
108 .copy_done_primary_slot = BOOT_FLAG_ANY,
114 .image_ok_primary_slot = BOOT_FLAG_ANY,
116 .copy_done_primary_slot = BOOT_FLAG_ANY,
123 .image_ok_secondary_slot = BOOT_FLAG_ANY,
437 (table->image_ok_primary_slot == BOOT_FLAG_ANY || in boot_swap_type_multi()
439 (table->image_ok_secondary_slot == BOOT_FLAG_ANY || in boot_swap_type_multi()
441 (table->copy_done_primary_slot == BOOT_FLAG_ANY || in boot_swap_type_multi()
Dswap_scratch.c307 .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/
Dbootutil_public.h112 #define BOOT_FLAG_ANY 4 /* NOTE: control only, not dependent on sector */ macro