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

/vbox/src/VBox/VMM/VMMR3/
H A DPDM.cpp327 static DECLCALLBACK(int) pdmR3LiveExec(PVM pVM, PSSMHANDLE pSSM, uint32_t uPass);
417 NULL, pdmR3LiveExec, NULL,
799 static DECLCALLBACK(int) pdmR3LiveExec(PVM pVM, PSSMHANDLE pSSM, uint32_t uPass) function
801 LogFlow(("pdmR3LiveExec:\n"));

Completed in 50 milliseconds