Home | History | Annotate | Download | only in boot_control

Lines Matching refs:num_slots

46   unsigned int num_slots;
240 module->num_slots = boot_ctrl.nb_slot;
249 return reinterpret_cast<boot_control_private_t*>(module)->num_slots;
274 if (slot >= kMaxNumSlots || slot >= bootctrl_module->num_slots) {
285 for (unsigned int i = 0; i < bootctrl_module->num_slots; ++i) {
311 if (slot >= kMaxNumSlots || slot >= bootctrl_module->num_slots) {
330 if (slot >= kMaxNumSlots || slot >= bootctrl_module->num_slots) {
344 if (slot >= kMaxNumSlots || slot >= bootctrl_module->num_slots) {
356 if (slot >= kMaxNumSlots || slot >= reinterpret_cast<boot_control_private_t*>(module)->num_slots) {
399 .num_slots = 0,