Searched refs:VMR3Save (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/vmm/
H A Dvmapi.h412 VMMR3DECL(int) VMR3Save(PUVM pUVM, const char *pszFilename, bool fContinueAfterwards, PFNVMPROGRESS pfnProgress, void *pvUser, bool *pfSuspended);
/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp1555 * EMT rendezvous worker for VMR3Save and VMR3Teleport that suspends the VM
1652 * EMT rendezvous worker that VMR3Save and VMR3Teleport uses to clean up a
1698 * EMT(0) worker for VMR3Save and VMR3Teleport that completes the live save.
1793 rc = vmR3TrySetState(pVM, "VMR3Save", 2,
1825 * Common worker for VMR3Save and VMR3Teleport.
1931 VMMR3DECL(int) VMR3Save(PUVM pUVM, const char *pszFilename, bool fContinueAfterwards, PFNVMPROGRESS pfnProgress, void *pvUser, bool *pfSuspended) function
1933 LogFlow(("VMR3Save: pUVM=%p pszFilename=%p:{%s} fContinueAfterwards=%RTbool pfnProgress=%p pvUser=%p pfSuspended=%p\n",
1957 LogFlow(("VMR3Save: returns %Rrc (*pfSuspended=%RTbool)\n", rc, *pfSuspended));
2042 * Join paths with VMR3Save.
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp6403 int vrc = VMR3Save(ptrVM.rawUVM(),
9076 * Process callback handler for VMR3LoadFromFile, VMR3LoadFromStream, VMR3Save

Completed in 80 milliseconds