Searched defs:dvdStorageControllerType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVM.cpp141 KStorageControllerType dvdStorageControllerType = type.GetRecommendedDVDStorageController(); local
142 dvdCtr.SetControllerType(dvdStorageControllerType);
149 if (ctrHDBus != strDVDBus || hdStorageControllerType != dvdStorageControllerType)
167 hdCtr.SetPortCount(1 + (dvdStorageControllerType == KStorageControllerType_IntelAhci));
168 else if (dvdStorageControllerType == KStorageControllerType_IntelAhci)
/vbox/src/VBox/Main/include/
H A DGlobal.h73 const StorageControllerType_T dvdStorageControllerType; member in struct:Global::OSType

Completed in 42 milliseconds