Searched refs:RTSystemShutdown (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTSystemShutdown-generic.cpp3 * IPRT - RTSystemShutdown, generic stub.
38 RTDECL(int) RTSystemShutdown(RTMSINTERVAL cMsDelay, uint32_t fFlags, const char *pszLogMsg) function
44 RT_EXPORT_SYMBOL(RTSystemShutdown); variable
/vbox/src/VBox/Runtime/r3/linux/
H A DRTSystemShutdown-linux.cpp3 * IPRT - RTSystemShutdown, linux implementation.
41 RTDECL(int) RTSystemShutdown(RTMSINTERVAL cMsDelay, uint32_t fFlags, const char *pszLogMsg) function
100 RT_EXPORT_SYMBOL(RTSystemShutdown); variable
/vbox/include/iprt/
H A Dsystem.h197 /** @name Flags for RTSystemReboot and RTSystemShutdown.
243 RTDECL(int) RTSystemShutdown(RTMSINTERVAL cMsDelay, uint32_t fFlags, const char *pszLogMsg);
H A Dmangling.h1575 # define RTSystemShutdown RT_MANGLER(RTSystemShutdown) macro
/vbox/src/VBox/Runtime/r3/win/
H A DRTSystemShutdown-win.cpp3 * IPRT - RTSystemShutdown, Windows.
41 RTDECL(int) RTSystemShutdown(RTMSINTERVAL cMsDelay, uint32_t fFlags, const char *pszLogMsg) function
131 RT_EXPORT_SYMBOL(RTSystemShutdown); variable
/vbox/src/VBox/Runtime/tools/
H A DRTShutdown.cpp98 rc = RTSystemShutdown(cMsDelay, fFlags, pszMsg);
100 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTSystemShutdown(%u, %#x, \"%s\") returned %Rrc\n", cMsDelay, fFlags, pszMsg, rc);
/vbox/src/VBox/Runtime/r3/solaris/
H A DRTSystemShutdown-solaris.cpp3 * IPRT - RTSystemShutdown, linux implementation.
41 RTDECL(int) RTSystemShutdown(RTMSINTERVAL cMsDelay, uint32_t fFlags, const char *pszLogMsg) function
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp1349 * test victim. On the down side, we cannot easily report RTSystemShutdown
1367 rc = RTSystemShutdown(0 /*cMsDelay*/,
1378 RTMsgError("RTSystemShutdown w/ fAction=%#x failed: %Rrc", fAction, rc);

Completed in 144 milliseconds