Searched defs:RTSystemQueryOSInfo (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTSystemQueryOSInfo-generic.cpp3 * IPRT - RTSystemQueryOSInfo, generic stub.
38 RTDECL(int) RTSystemQueryOSInfo(RTSYSOSINFO enmInfo, char *pszInfo, size_t cchInfo) function
55 RT_EXPORT_SYMBOL(RTSystemQueryOSInfo); variable
/vbox/src/VBox/Runtime/r3/posix/
H A DRTSystemQueryOSInfo-posix.cpp3 * IPRT - RTSystemQueryOSInfo, POSIX implementation.
39 RTDECL(int) RTSystemQueryOSInfo(RTSYSOSINFO enmInfo, char *pszInfo, size_t cchInfo) function
/vbox/include/iprt/
H A Dmangling.h1573 # define RTSystemQueryOSInfo RT_MANGLER(RTSystemQueryOSInfo) macro

Completed in 87 milliseconds