Searched refs:bootctrl_module (Results 1 – 1 of 1) sorted by relevance
101 struct BootControlPrivate* bootctrl_module = in BootControlInit() local104 if (bootctrl_module->initialized) return; in BootControlInit()118 bootctrl_module->current_slot = SlotSuffixToIndex(suffix_prop); in BootControlInit()128 bootctrl_module->misc_device = strdup(device.c_str()); in BootControlInit()139 bootctrl_module->current_slot) { in BootControlInit()146 bootctrl_module->initialized = true; in BootControlInit()147 bootctrl_module->num_slots = boot_ctrl.nb_slot; in BootControlInit()150 bootctrl_module->current_slot, bootctrl_module->num_slots); in BootControlInit()156 BootControlPrivate* const bootctrl_module = in GetNumberSlots() local159 if (!IsInitialized(bootctrl_module)) return -1; in GetNumberSlots()[all …]