Searched refs:RTSYSTEM_SHUTDOWN_REBOOT (Results 1 - 6 of 6) sorted by relevance

/vbox/include/iprt/
H A Dsystem.h200 #define RTSYSTEM_SHUTDOWN_REBOOT UINT32_C(0) macro
/vbox/src/VBox/Runtime/tools/
H A DRTShutdown.cpp77 case 'r': fFlags = (fFlags & ~RTSYSTEM_SHUTDOWN_ACTION_MASK) | RTSYSTEM_SHUTDOWN_REBOOT; break;
/vbox/src/VBox/Runtime/r3/linux/
H A DRTSystemShutdown-linux.cpp61 case RTSYSTEM_SHUTDOWN_REBOOT:
/vbox/src/VBox/Runtime/r3/solaris/
H A DRTSystemShutdown-solaris.cpp62 case RTSYSTEM_SHUTDOWN_REBOOT:
/vbox/src/VBox/Runtime/r3/win/
H A DRTSystemShutdown-win.cpp51 BOOL fRebootAfterShutdown = (fFlags & RTSYSTEM_SHUTDOWN_ACTION_MASK) == RTSYSTEM_SHUTDOWN_REBOOT
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp1373 RTMsgInfo(fAction == RTSYSTEM_SHUTDOWN_REBOOT ? "Rebooting...\n" : "Shutting down...\n");
1409 return txsCommonShutdownReboot(pPktHdr, RTSYSTEM_SHUTDOWN_REBOOT);

Completed in 709 milliseconds