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

/vbox/src/VBox/VMM/VMMR3/
H A DPDM.cpp288 * PDMR3Suspend warns about it taking too long. */
1194 * On failure, clean up via PDMR3Suspend.
1197 PDMR3Suspend(pVM);
1590 * Worker for PDMR3Suspend that deals with one driver.
1611 LogFlow(("PDMR3Suspend: Notifying - driver '%s'/%d on LUN#%d of device '%s'/%d\n",
1615 LogFlow(("PDMR3Suspend: Async notification started - driver '%s'/%d on LUN#%d of device '%s'/%d\n",
1620 LogFlow(("PDMR3Suspend: Async notification completed - driver '%s'/%d on LUN#%d of device '%s'/%d\n",
1627 LogRel(("PDMR3Suspend: Driver '%s'/%d on LUN#%d of device '%s'/%d took %'llu ns to suspend\n",
1643 * Worker for PDMR3Suspend that deals with one USB device instance.
1660 LogFlow(("PDMR3Suspend
1737 VMMR3_INT_DECL(void) PDMR3Suspend(PVM pVM) function
[all...]

Completed in 1395 milliseconds