Home
last modified time | relevance | path

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

/mcuboot-3.7.0/boot/bootutil/src/
Dbootutil_public.c401 struct boot_swap_state secondary_slot; in boot_swap_type_multi() local
417 &secondary_slot); in boot_swap_type_multi()
421 secondary_slot.magic = BOOT_MAGIC_UNSET; in boot_swap_type_multi()
422 secondary_slot.swap_type = BOOT_SWAP_TYPE_NONE; in boot_swap_type_multi()
423 secondary_slot.copy_done = BOOT_FLAG_UNSET; in boot_swap_type_multi()
424 secondary_slot.image_ok = BOOT_FLAG_UNSET; in boot_swap_type_multi()
425 secondary_slot.image_num = 0; in boot_swap_type_multi()
436 secondary_slot.magic) && in boot_swap_type_multi()
440 table->image_ok_secondary_slot == secondary_slot.image_ok) && in boot_swap_type_multi()