Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/src/
Dloader.c525 state->slot_usage[BOOT_CURR_IMG(state)].active_slot = NO_ACTIVE_SLOT; in boot_verify_dependencies()
2682 state->slot_usage[BOOT_CURR_IMG(state)].active_slot = NO_ACTIVE_SLOT;
2701 uint32_t candidate_slot = NO_ACTIVE_SLOT;
2706 if (candidate_slot == NO_ACTIVE_SLOT) {
2849 if (active_slot != NO_ACTIVE_SLOT){
2855 if (active_slot == NO_ACTIVE_SLOT) {
2875 state->slot_usage[BOOT_CURR_IMG(state)].active_slot = NO_ACTIVE_SLOT;
2884 state->slot_usage[BOOT_CURR_IMG(state)].active_slot = NO_ACTIVE_SLOT;
2901 state->slot_usage[BOOT_CURR_IMG(state)].active_slot = NO_ACTIVE_SLOT;
2913 state->slot_usage[BOOT_CURR_IMG(state)].active_slot = NO_ACTIVE_SLOT;
Dram_load.c290 if (state->slot_usage[i].active_slot == NO_ACTIVE_SLOT in boot_check_ram_load_overlapping()
Dbootutil_priv.h54 #define NO_ACTIVE_SLOT UINT32_MAX macro