Searched defs:RTSystemShutdown (Results 1 - 5 of 5) 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/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/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/include/iprt/
H A Dmangling.h1575 # define RTSystemShutdown RT_MANGLER(RTSystemShutdown) macro

Completed in 102 milliseconds