Searched refs:PPDMDEVREGCB (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/build/
H A DVBoxDD2.cpp55 extern "C" DECLEXPORT(int) VBoxDevicesRegister(PPDMDEVREGCB pCallbacks, uint32_t u32Version)
H A DVBoxDD.cpp50 extern "C" DECLEXPORT(int) VBoxDevicesRegister(PPDMDEVREGCB pCallbacks, uint32_t u32Version)
/vbox/src/VBox/Devices/Samples/
H A DVBoxSampleDevice.cpp152 extern "C" DECLEXPORT(int) VBoxDevicesRegister(PPDMDEVREGCB pCallbacks, uint32_t u32Version)
/vbox/src/VBox/VMM/VMMR3/
H A DPDMDevice.cpp80 static DECLCALLBACK(int) pdmR3DevReg_Register(PPDMDEVREGCB pCallbacks, PCPDMDEVREG pReg);
633 static DECLCALLBACK(int) pdmR3DevReg_Register(PPDMDEVREGCB pCallbacks, PCPDMDEVREG pReg)
/vbox/src/VBox/ExtPacks/BusMouseSample/
H A DBusMouse.cpp882 extern "C" DECLEXPORT(int) VBoxDevicesRegister(PPDMDEVREGCB pCallbacks, uint32_t u32Version)
/vbox/include/VBox/vmm/
H A Dpdmdev.h5308 typedef struct PDMDEVREGCB *PPDMDEVREGCB; typedef in typeref:struct:PDMDEVREGCB
5327 DECLR3CALLBACKMEMBER(int, pfnRegister,(PPDMDEVREGCB pCallbacks, PCPDMDEVREG pReg));
5344 typedef DECLCALLBACK(int) FNPDMVBOXDEVICESREGISTER(PPDMDEVREGCB pCallbacks, uint32_t u32Version);

Completed in 188 milliseconds