Lines Matching refs:BootControlPrivate
27 struct BootControlPrivate { struct
91 static bool IsInitialized(const BootControlPrivate* module) { in IsInitialized()
101 struct BootControlPrivate* bootctrl_module = in BootControlInit()
102 reinterpret_cast<BootControlPrivate*>(module); in BootControlInit()
156 BootControlPrivate* const bootctrl_module = in GetNumberSlots()
157 reinterpret_cast<BootControlPrivate*>(module); in GetNumberSlots()
165 BootControlPrivate* const bootctrl_module = in GetCurrentSlot()
166 reinterpret_cast<BootControlPrivate*>(module); in GetCurrentSlot()
174 BootControlPrivate* const bootctrl_module = in IsSlotMarkedSuccessful()
175 reinterpret_cast<BootControlPrivate*>(module); in IsSlotMarkedSuccessful()
193 BootControlPrivate* const bootctrl_module = in MarkBootSuccessful()
194 reinterpret_cast<BootControlPrivate*>(module); in MarkBootSuccessful()
217 BootControlPrivate* const bootctrl_module = in SetActiveBootSlot()
218 reinterpret_cast<BootControlPrivate*>(module); in SetActiveBootSlot()
264 BootControlPrivate* const bootctrl_module = in SetSlotAsUnbootable()
265 reinterpret_cast<BootControlPrivate*>(module); in SetSlotAsUnbootable()
292 BootControlPrivate* const bootctrl_module = in IsSlotBootable()
293 reinterpret_cast<BootControlPrivate*>(module); in IsSlotBootable()
310 BootControlPrivate* const bootctrl_module = in GetSuffix()
311 reinterpret_cast<BootControlPrivate*>(module); in GetSuffix()
324 BootControlPrivate HAL_MODULE_INFO_SYM = {