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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/Install/
H A DUSBInstall.cpp52 static DECLCALLBACK(void) vboxUsbPanic(void * pvPanic) argument
H A DUSBUninstall.cpp54 static DECLCALLBACK(void) vboxUsbPanic(void * pvPanic) argument
/vbox/src/VBox/HostDrivers/win/cfg/
H A DVBoxDrvCfg.cpp42 VBOXDRVCFG_DECL(void) VBoxDrvCfgPanicSet(PFNVBOXDRVCFG_PANIC pfnPanic, void *pvPanic) argument
45 g_pvVBoxDrvCfgPanic = pvPanic;
96 void * pvPanic = g_pvVBoxDrvCfgPanic; local
99 pfnPanic(pvPanic);

Completed in 329 milliseconds