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

/vbox/src/VBox/Runtime/generic/
H A DRTSystemQueryDmiString-generic.cpp43 AssertReturn(enmString > RTSYSDMISTR_INVALID && enmString < RTSYSDMISTR_END, VERR_INVALID_PARAMETER);
/vbox/include/iprt/
H A Dsystem.h160 RTSYSDMISTR_INVALID = 0, enumerator in enum:RTSYSDMISTR
/vbox/src/VBox/Runtime/testcase/
H A DtstRTSystemQueryDmi.cpp68 for (int i = RTSYSDMISTR_INVALID + 1; i < RTSYSDMISTR_END; i++)
86 for (int i = RTSYSDMISTR_INVALID + 1; i < RTSYSDMISTR_END; i++)
H A DtstRTSystemQueryOsInfo.cpp99 for (int i = RTSYSDMISTR_INVALID + 1; i < RTSYSDMISTR_END; i++)
/vbox/src/VBox/Runtime/r3/linux/
H A DRTSystemQueryDmiString-linux.cpp46 AssertReturn(enmString > RTSYSDMISTR_INVALID && enmString < RTSYSDMISTR_END, VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r3/solaris/
H A DRTSystemQueryDmiString-solaris.cpp47 AssertReturn(enmString > RTSYSDMISTR_INVALID && enmString < RTSYSDMISTR_END, VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r3/darwin/
H A DRTSystemQueryDmiString-darwin.cpp59 AssertReturn(enmString > RTSYSDMISTR_INVALID && enmString < RTSYSDMISTR_END, VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r3/win/
H A DRTSystemQueryDmiString-win.cpp147 AssertReturn(enmString > RTSYSDMISTR_INVALID && enmString < RTSYSDMISTR_END, VERR_INVALID_PARAMETER);

Completed in 45 milliseconds