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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp2065 HRESULT Console::powerDown(ComPtr<IProgress> &aProgress) function in class:Console
6784 /* powerDown() is waiting for all callers to finish */
6825 /* inform powerDown() there are no more callers */
6842 if (mVMDestroying) /* powerDown() is waiting for all callers to finish */
7427 * as a result of the powerDown() call).
7478 LogRel(("Console::powerDown(): A request to power off the VM has been issued (mMachineState=%s, InUninit=%d)\n",
7664 * powerDown() is called from EMT (i.e. from vmstateChangeCallback()
8158 * 1) powerDown() called from uninit() itself, or
8207 * Prevent powerDown() from calling VMR3PowerOff() again if this was called from
8227 * asynchronously (if we call powerDown() righ
[all...]

Completed in 76 milliseconds