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

/vbox/src/VBox/Main/include/
H A DPCIRawDevImpl.h27 class PCIRawDev class
30 PCIRawDev(Console *console);
31 virtual ~PCIRawDev();
/vbox/src/VBox/Main/src-client/
H A DPCIRawDevImpl.cpp32 PCIRawDev *pPCIRawDev;
43 PCIRawDev::PCIRawDev(Console *console) function in class:PCIRawDev
49 PCIRawDev::~PCIRawDev()
56 DECLCALLBACK(void *) PCIRawDev::drvQueryInterface(PPDMIBASE pInterface, const char *pszIID)
71 DECLCALLBACK(int) PCIRawDev::drvDeviceConstructComplete(PPDMIPCIRAWCONNECTOR pInterface, const char *pcszName,
109 DECLCALLBACK(void) PCIRawDev::drvReset(PPDMDRVINS pDrvIns)
117 DECLCALLBACK(void) PCIRawDev::drvDestruct(PPDMDRVINS pDrvIns)
130 DECLCALLBACK(int) PCIRawDev
[all...]

Completed in 41 milliseconds