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

/vbox/src/VBox/Runtime/generic/
H A DRTSystemQueryOSInfo-generic.cpp43 AssertReturn(enmInfo > RTSYSOSINFO_INVALID && enmInfo < RTSYSOSINFO_END, VERR_INVALID_PARAMETER);
/vbox/include/iprt/
H A Dsystem.h45 RTSYSOSINFO_INVALID = 0, /**< The usual invalid entry. */ enumerator in enum:RTSYSOSINFO
/vbox/src/VBox/Runtime/r3/posix/
H A DRTSystemQueryOSInfo-posix.cpp44 AssertReturn(enmInfo > RTSYSOSINFO_INVALID && enmInfo < RTSYSOSINFO_END, VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTSystemQueryOsInfo.cpp81 for (int i = RTSYSOSINFO_INVALID + 1; i < RTSYSOSINFO_END; i++)
/vbox/src/VBox/Runtime/r3/win/
H A DRTSystemQueryOSInfo-win.cpp312 AssertReturn(enmInfo > RTSYSOSINFO_INVALID && enmInfo < RTSYSOSINFO_END, VERR_INVALID_PARAMETER);

Completed in 191 milliseconds