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

/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp1920 * @param fContinueAfterwards Whether continue execution afterwards or not.
1931 VMMR3DECL(int) VMR3Save(PUVM pUVM, const char *pszFilename, bool fContinueAfterwards, PFNVMPROGRESS pfnProgress, void *pvUser, bool *pfSuspended) argument
1933 LogFlow(("VMR3Save: pUVM=%p pszFilename=%p:{%s} fContinueAfterwards=%RTbool pfnProgress=%p pvUser=%p pfSuspended=%p\n",
1934 pUVM, pszFilename, pszFilename, fContinueAfterwards, pfnProgress, pvUser, pfSuspended));
1952 SSMAFTER enmAfter = fContinueAfterwards ? SSMAFTER_CONTINUE : SSMAFTER_DESTROY;
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp6351 bool fContinueAfterwards = mMachineState != MachineState_Saving; local
6405 fContinueAfterwards,
6422 Assert(fContinueAfterwards || !aLeftPaused);
6424 if (!fContinueAfterwards)

Completed in 64 milliseconds