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

/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp1563 * @param pvUser The pfSuspended argument of vmR3SaveTeleport.
1568 bool *pfSuspended = (bool *)pvUser; local
1644 *pfSuspended = true;
1663 * @param pvUser The pfSuspended argument of vmR3SaveTeleport.
1668 bool *pfSuspended = (bool *)pvUser; local
1688 *pfSuspended = true;
1837 * @param pfSuspended Set if we suspended the VM.
1844 SSMAFTER enmAfter, PFNVMPROGRESS pfnProgress, void *pvProgressUser, bool *pfSuspended,
1873 vmR3LiveDoSuspend, pfSuspended);
1893 rc2 = VMMR3EmtRendezvous(pVM, VMMEMTRENDEZVOUS_FLAGS_TYPE_ONCE, vmR3LiveDoStep1Cleanup, pfSuspended);
1842 vmR3SaveTeleport(PVM pVM, uint32_t cMsMaxDowntime, const char *pszFilename, PCSSMSTRMOPS pStreamOps, void *pvStreamOpsUser, SSMAFTER enmAfter, PFNVMPROGRESS pfnProgress, void *pvProgressUser, bool *pfSuspended, bool fSkipStateChanges) argument
1931 VMR3Save(PUVM pUVM, const char *pszFilename, bool fContinueAfterwards, PFNVMPROGRESS pfnProgress, void *pvUser, bool *pfSuspended) argument
1978 VMR3SaveFT(PUVM pUVM, PCSSMSTRMOPS pStreamOps, void *pvStreamOpsUser, bool *pfSuspended, bool fSkipStateChanges) argument
2023 VMR3Teleport(PUVM pUVM, uint32_t cMsMaxDowntime, PCSSMSTRMOPS pStreamOps, void *pvStreamOpsUser, PFNVMPROGRESS pfnProgress, void *pvProgressUser, bool *pfSuspended) argument
[all...]

Completed in 39 milliseconds