Searched refs:sOSTypes (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGlobal.h81 static const OSType sOSTypes[]; member in class:Global
/vbox/src/VBox/Main/src-all/
H A DGlobal.cpp27 const Global::OSType Global::sOSTypes[] = member in class:Global
392 uint32_t Global::cOSTypes = RT_ELEMENTS(Global::sOSTypes);
404 for (size_t i = 0; i < RT_ELEMENTS(sOSTypes); ++i)
406 if (sOSTypes[i].osType == aOSType)
407 return sOSTypes[i].id;
410 return sOSTypes[0].id;
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp462 rc = guestOSTypeObj->init(Global::sOSTypes[i]);

Completed in 59 milliseconds