Searched refs:BOOT_FLAG_ANY (Results 1 – 3 of 3) sorted by relevance
106 .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()
307 .bst_copy_done_primary_slot = BOOT_FLAG_ANY,381 (table->bst_copy_done_primary_slot == BOOT_FLAG_ANY || in swap_status_source()
112 #define BOOT_FLAG_ANY 4 /* NOTE: control only, not dependent on sector */ macro