Searched defs:g_VBoxPciGlobals (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxPci/linux/
H A DVBoxPci-linux.c64 static VBOXRAWPCIGLOBALS g_VBoxPciGlobals; variable
132 RT_ZERO(g_VBoxPciGlobals);
134 rc = vboxPciInit(&g_VBoxPciGlobals);
143 g_VBoxPciGlobals.fPciStubModuleAvail = true;
150 g_VBoxPciGlobals.pciStubModule = find_module(PCI_STUB_MODULE_NAME);
151 if (g_VBoxPciGlobals.pciStubModule)
153 if (try_module_get(g_VBoxPciGlobals.pciStubModule))
154 g_VBoxPciGlobals.fPciStubModuleAvail = true;
193 vboxPciShutdown(&g_VBoxPciGlobals);
197 if (g_VBoxPciGlobals
[all...]

Completed in 210 milliseconds