Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dswap_move.c88 if (bs && !boot_status_is_reset(bs)) { in boot_read_image_header()
540 if (boot_status_is_reset(bs)) { in swap_run()
Dswap_offset.c104 if (!boot_status_is_reset(bs)) {
639 if (boot_status_is_reset(bs)) {
Dbootutil_priv.h338 bool boot_status_is_reset(const struct boot_status *bs);
Dloader.c700 boot_status_is_reset(const struct boot_status *bs) in boot_status_is_reset() function
1085 if (slot != BOOT_PRIMARY_SLOT && boot_status_is_reset(bs) &&
1664 if (boot_status_is_reset(bs)) {
2049 rc = boot_read_image_headers(state, !boot_status_is_reset(bs), bs);
2068 if (!boot_status_is_reset(bs)) {
Dswap_scratch.c915 if (bs && !boot_status_is_reset(bs)) { in boot_read_image_header()