Home | History | Annotate | Download | only in boot_control

Lines Matching defs:current_slot

49   unsigned int current_slot;
133 if (module->current_slot < kMaxNumSlots) {
134 strlcpy(boot_ctrl->slot_suffix, kSlotSuffixes[module->current_slot],
188 if (module->current_slot == slot) {
213 // Initialize the current_slot from the read-only property. If the property
217 module->current_slot = SlotSuffixToIndex(suffix_prop.c_str());
253 return reinterpret_cast<boot_control_private_t*>(module)->current_slot;
262 bootctrl.slot_info[bootctrl_module->current_slot].successful_boot = 1;
266 bootctrl.slot_info[bootctrl_module->current_slot].tries_remaining = 1;
302 if (slot != bootctrl_module->current_slot) bootctrl.slot_info[slot].verity_corrupted = 0;
400 .current_slot = 0,