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

/vbox/src/VBox/VMM/VMMR3/
H A DPDM.cpp1327 * Worker for PDMR3Reset that deals with one driver.
1346 LogFlow(("PDMR3Reset: Notifying - driver '%s'/%d on LUN#%d of device '%s'/%d\n",
1350 LogFlow(("PDMR3Reset: Async notification started - driver '%s'/%d on LUN#%d of device '%s'/%d\n",
1355 LogFlow(("PDMR3Reset: Async notification completed - driver '%s'/%d on LUN#%d of device '%s'/%d\n",
1373 * Worker for PDMR3Reset that deals with one USB device instance.
1388 LogFlow(("PDMR3Reset: Notifying - device '%s'/%d\n", pUsbIns->pReg->szName, pUsbIns->iInstance));
1391 LogFlow(("PDMR3Reset: Async notification started - device '%s'/%d\n", pUsbIns->pReg->szName, pUsbIns->iInstance));
1395 LogFlow(("PDMR3Reset: Async notification completed - device '%s'/%d\n", pUsbIns->pReg->szName, pUsbIns->iInstance));
1409 * Worker for PDMR3Reset that deals with one device instance.
1427 LogFlow(("PDMR3Reset
1475 VMMR3_INT_DECL(void) PDMR3Reset(PVM pVM) function
[all...]

Completed in 49 milliseconds