Searched refs:RTSYSTEM_SHUTDOWN_POWER_OFF_HALT (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/
H A Dsystem.h212 #define RTSYSTEM_SHUTDOWN_POWER_OFF_HALT UINT32_C(3) macro
/vbox/src/VBox/Runtime/tools/
H A DRTShutdown.cpp76 case 'p': fFlags = (fFlags & ~RTSYSTEM_SHUTDOWN_ACTION_MASK) | RTSYSTEM_SHUTDOWN_POWER_OFF_HALT; break;
/vbox/src/VBox/Runtime/r3/linux/
H A DRTSystemShutdown-linux.cpp65 case RTSYSTEM_SHUTDOWN_POWER_OFF_HALT:
/vbox/src/VBox/Runtime/r3/solaris/
H A DRTSystemShutdown-solaris.cpp66 case RTSYSTEM_SHUTDOWN_POWER_OFF_HALT:
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp1398 return txsCommonShutdownReboot(pPktHdr, RTSYSTEM_SHUTDOWN_POWER_OFF_HALT);

Completed in 177 milliseconds