Searched refs:SUPR0ComponentQueryFactory (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Bus/
H A DSrvPciRawR0.cpp177 rc = SUPR0ComponentQueryFactory(pVM->pSession, "VBoxRawPci", RAWPCIFACTORY_UUID_STR, (void **)&pFactory);
202 rc = SUPR0ComponentQueryFactory(pVM->pSession, "VBoxRawPci", RAWPCIFACTORY_UUID_STR, (void **)&pFactory);
540 rc = SUPR0ComponentQueryFactory(pSession, "VBoxRawPci", RAWPCIFACTORY_UUID_STR, (void **)&pFactory);
/vbox/include/VBox/
H A Dsup.h1892 SUPR0DECL(int) SUPR0ComponentQueryFactory(PSUPDRVSESSION pSession, const char *pszName, const char *pszInterfaceUuid, void **ppvFactoryIf);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp157 { "SUPR0ComponentQueryFactory", (void *)SUPR0ComponentQueryFactory },
4153 SUPR0DECL(int) SUPR0ComponentQueryFactory(PSUPDRVSESSION pSession, const char *pszName, const char *pszInterfaceUuid, void **ppvFactoryIf) function
/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp5572 rc = SUPR0ComponentQueryFactory(pSession, pszName, INTNETTRUNKFACTORY_UUID_STR, (void **)&pTrunkFactory);

Completed in 77 milliseconds