Searched defs:osType (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/
H A DUIWizardFirstRun.cpp55 const CGuestOSType &osType = vbox.GetGuestOSType(m_machine.GetOSTypeId()); local
57 KStorageBus dvdCtrBus = osType.GetRecommendedDVDStorageBus();
58 KStorageControllerType dvdCtrType = osType.GetRecommendedDVDStorageController();
138 const CGuestOSType &osType = vbox.GetGuestOSType(machine.GetOSTypeId()); local
140 KStorageBus hdCtrBus = osType.GetRecommendedHDStorageBus();
141 KStorageControllerType hdCtrType = osType.GetRecommendedHDStorageController();
/vbox/src/VBox/Main/include/
H A DGlobal.h66 const VBOXOSTYPE osType; member in struct:Global::OSType
/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIXPCOM.cpp155 IGuestOSType *osType = nsnull; local
156 virtualBox->GetGuestOSType(typeId.get(), &osType);
158 osType->GetDescription(getter_Copies(osName));
162 osType->Release();
215 nsCOMPtr<IGuestOSType> osType; local
217 getter_AddRefs(osType));
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp1148 eOSType osType = eOSType_Unknown; local
1161 osType = eOSType_Windows;
1205 osType = eOSType_Solaris;
1208 osType = eOSType_Linux;
1212 && osType != eOSType_Windows)
1240 if (osType == eOSType_Windows)
1271 if (osType == eOSType_Windows)
1313 switch (osType)
1405 AssertReleaseMsgFailed(("Unsupported guest type: %d\n", osType));
/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c939 IGuestOSType *osType = NULL; local
942 IVirtualBox_GetGuestOSType(virtualBox, typeId, &osType);
944 IGuestOSType_get_Description(osType, &osNameUtf16);
950 IGuestOSType_Release(osType);
/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp105 VBOXOSTYPE osType; member in struct:__anon16515
211 VBOXOSTYPE osType; member in struct:osTypePattern
281 strType = Global::OSTypeId(g_osTypesPattern[i].osType);
290 strType = Global::OSTypeId(g_osTypesPattern64[i].osType);
299 strType = Global::OSTypeId(g_osTypes[i].osType);
322 if (!RTStrICmp(pcszVBox, Global::OSTypeId(g_osTypes[i].osType)))
324 if (fLongMode && !(g_osTypes[i].osType & VBOXOSTYPE_x64))
326 VBOXOSTYPE enmDesiredOsType = (VBOXOSTYPE)((int)g_osTypes[i].osType | (int)VBOXOSTYPE_x64);
329 if (g_osTypes[j].osType == enmDesiredOsType)
333 if (g_osTypes[j].osType
[all...]
H A DApplianceImplImport.cpp2683 ComPtr<IGuestOSType> osType; local
2684 rc = mVirtualBox->GetGuestOSType(Bstr(stack.strOsTypeVBox).raw(), osType.asOutParam());
2721 rc = osType->COMGETTER(RecommendedVRAM)(&vramVBox);
2735 rc = osType->COMGETTER(FamilyId)(bstrFamilyId.asOutParam());
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp510 ComPtr<IGuestOSType> osType; local
511 CHECK_ERROR2_RET(pVirtualBox, GetGuestOSType(osTypeId.raw(), osType.asOutParam()), hrcCheck);
513 SHOW_STRING_PROP( osType, Description, "ostype", "Guest OS");
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.cpp3421 PRUint32 osType; local
3422 rv = mimeInfo->GetMacType(&osType);
3424 mType = osType;
3429 rv = mimeInfo->GetMacCreator(&osType);
3431 mCreator = osType;
/vbox/include/VBox/
H A DVMMDev.h660 VBOXOSTYPE osType; member in struct:VBoxGuestInfo

Completed in 94 milliseconds