Searched refs:VMR3Destroy (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstVMM-HM.cpp102 rc = VMR3Destroy(pUVM);
H A DtstVMMFork.cpp155 rc = VMR3Destroy(pUVM);
H A DtstPDMAsyncCompletion.cpp241 rc = VMR3Destroy(pUVM);
H A DtstVMREQ.cpp312 rc = VMR3Destroy(pUVM);
H A DtstMicro.cpp375 rc = VMR3Destroy(pUVM);
H A DtstVMM.cpp359 rc = VMR3Destroy(pUVM);
361 RTTestFailed(hTest, "VMR3Destroy failed: rc=%Rrc\n", rc);
H A DtstPDMAsyncCompletionStress.cpp623 rc = VMR3Destroy(pUVM);
H A DtstAnimate.cpp924 rc = VMR3Destroy(pUVM);
/vbox/src/VBox/Debugger/testcase/
H A DtstVBoxDbg.cpp96 rc = VMR3Destroy(pUVM);
/vbox/include/VBox/vmm/
H A Dvmapi.h184 * state callback, except VMR3Destroy().
421 VMMR3DECL(int) VMR3Destroy(PUVM pUVM);
/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp2425 VMMR3DECL(int) VMR3Destroy(PUVM pUVM) function
2427 LogFlow(("VMR3Destroy: pUVM=%p\n", pUVM));
2443 int rc = vmR3TrySetState(pVM, "VMR3Destroy", 1, VMSTATE_DESTROYING, VMSTATE_OFF);
2455 LogFlow(("VMR3Destroy: returns VINF_SUCCESS\n"));
2463 * This is either called from VMR3Destroy via VMR3ReqCallU or from
2465 * VMR3Destroy().
2646 AssertLogRelMsgFailed(("Requests pending! VMR3Destroy caller has to serialize this.\n"));
2676 AssertLogRelMsgFailed(("Requests pending! VMR3Destroy caller has to serialize this.\n"));
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp6749 * Guarantees that VMR3Destroy() will not be called on it at least until
7634 * this point). We release the lock before calling VMR3Destroy() because
7649 vrc = VMR3Destroy(pUVM);
8260 * 1) At the end of VMR3Destroy() if it was not called from EMT.
8261 * 2) At the end of vmR3EmulationThread if VMR3Destroy() was
9745 /* powerDown() will call VMR3Destroy() and do all necessary

Completed in 89 milliseconds