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

/vbox/src/VBox/VMM/include/
H A DVMInternal.h167 bool fPowerOffInsteadOfReset; member in struct:VMINT
/vbox/include/VBox/vmm/
H A Dvmapi.h489 VMMR3DECL(int) VMR3SetPowerOffInsteadOfReset(PUVM pUVM, bool fPowerOffInsteadOfReset);
/vbox/src/VBox/VMM/VMMR3/
H A DVM.cpp846 rc = CFGMR3QueryBoolDef(pRoot, "PowerOffInsteadOfReset", &pVM->vm.s.fPowerOffInsteadOfReset, false);
2878 if (pVM->vm.s.fPowerOffInsteadOfReset)
4491 * @param fPowerOffInsteadOfReset Flag whether the VM should power off when
4494 VMMR3DECL(int) VMR3SetPowerOffInsteadOfReset(PUVM pUVM, bool fPowerOffInsteadOfReset)
4501 pVM->vm.s.fPowerOffInsteadOfReset = fPowerOffInsteadOfReset;

Completed in 259 milliseconds