Searched refs:RTSYSOSINFO_RELEASE (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A DRTSystemQueryOSInfo-posix.cpp55 case RTSYSOSINFO_RELEASE:
65 case RTSYSOSINFO_RELEASE: pszSrc = UtsInfo.release; break;
/vbox/include/iprt/
H A Dsystem.h47 RTSYSOSINFO_RELEASE, /**< OS release. (uname -r) */ enumerator in enum:RTSYSOSINFO
/vbox/src/VBox/Runtime/testcase/
H A DtstRTSystemQueryOsInfo.cpp59 rc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szInfo, sizeof(szInfo));
/vbox/src/VBox/Runtime/r3/win/
H A DRTSystemQueryOSInfo-win.cpp151 * Services the RTSYSOSINFO_PRODUCT, RTSYSOSINFO_RELEASE
239 case RTSYSOSINFO_RELEASE:
324 case RTSYSOSINFO_RELEASE:
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPLib-linux.cpp267 int rc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szBuf, sizeof(szBuf));
/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestApp.cpp156 vrc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szTmp, sizeof(szTmp));
/vbox/src/VBox/Main/glue/
H A Dcom.cpp304 vrc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szTmp, sizeof(szTmp));
/vbox/src/VBox/Frontends/VirtualBox/src/
H A Dmain.cpp177 int rc = RTSystemQueryOSInfo (RTSYSOSINFO_RELEASE, szInfo, sizeof(szInfo));
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateManager.cpp286 vrc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szTmp, sizeof(szTmp));
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService-win.cpp148 int rc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE,
H A DVBoxService.cpp207 vrc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szTmp, sizeof(szTmp));
H A DVBoxServiceVMInfo.cpp448 rc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szInfo, sizeof(szInfo));
/vbox/src/VBox/Devices/USB/
H A DVUSBSniffer.cpp486 rc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, &szTmp[cb + 1], cbTmp - (cb + 1));
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp866 vrc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szTmp, sizeof(szTmp));
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp517 vrc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szTmp, sizeof(szTmp));
/vbox/src/VBox/Devices/Network/
H A DDrvIntNet.cpp1674 RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szKrnlVer, sizeof(szKrnlVer));
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp1159 int vrc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szOSRelease, sizeof(szOSRelease) - 32);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4038 rc = RTSystemQueryOSInfo(RTSYSOSINFO_RELEASE, szOsRelease, sizeof(szOsRelease));

Completed in 195 milliseconds