Searched refs:NO_ACTIVE_SLOT (Results 1 – 3 of 3) sorted by relevance
525 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;
290 if (state->slot_usage[i].active_slot == NO_ACTIVE_SLOT in boot_check_ram_load_overlapping()
54 #define NO_ACTIVE_SLOT UINT32_MAX macro