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

/vbox/src/VBox/Runtime/generic/
H A DRTSystemShutdown-generic.cpp41 AssertReturn(!(fFlags & ~RTSYSTEM_SHUTDOWN_VALID_MASK), VERR_INVALID_PARAMETER);
/vbox/include/iprt/
H A Dsystem.h223 #define RTSYSTEM_SHUTDOWN_VALID_MASK UINT32_C(0x0000000f) macro
/vbox/src/VBox/Runtime/r3/linux/
H A DRTSystemShutdown-linux.cpp44 AssertReturn(!(fFlags & ~RTSYSTEM_SHUTDOWN_VALID_MASK), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r3/solaris/
H A DRTSystemShutdown-solaris.cpp44 AssertReturn(!(fFlags & ~RTSYSTEM_SHUTDOWN_VALID_MASK), VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r3/win/
H A DRTSystemShutdown-win.cpp44 AssertReturn(!(fFlags & ~RTSYSTEM_SHUTDOWN_VALID_MASK), VERR_INVALID_PARAMETER);

Completed in 96 milliseconds