Searched refs:DeviceType_DVD (Results 1 - 25 of 31) sorted by relevance

12

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp163 devTypeRequested = DeviceType_DVD;
406 if ( (deviceType == DeviceType_DVD)
416 else if (devTypeRequested == DeviceType_DVD)
424 deviceType = DeviceType_DVD; /* To avoid the error message below. */
428 || !( deviceType == DeviceType_DVD
445 if ( (saDeviceTypes[i] == DeviceType_DVD)
456 deviceType = DeviceType_DVD;
509 devTypeRequested = DeviceType_DVD;
519 if ( (deviceType == DeviceType_DVD)
559 if (devTypeRequested == DeviceType_DVD)
[all...]
H A DVBoxManageDisk.cpp424 rc = createMedium(a, format, filename, DeviceType_DVD,
635 rc = openMedium(a, pszFilenameOrUuid, DeviceType_DVD,
832 rc = openMedium(a, pszSrc, DeviceType_DVD, AccessMode_ReadOnly, pSrcMedium,
851 rc = openMedium(a, pszDst, DeviceType_DVD, AccessMode_ReadOnly, pDstMedium,
874 rc = createMedium(a, strFormat.c_str(), pszDst, DeviceType_DVD,
1419 rc = openMedium(a, pszFilenameOrUuid, DeviceType_DVD,
1532 rc = openMedium(a, pszFilenameOrUuid, DeviceType_DVD,
1623 rc = openMedium(a, pszFilenameOrUuid, DeviceType_DVD,
H A DVBoxManageInfo.cpp634 else if (bootOrder == DeviceType_DVD)
924 if (devType == DeviceType_DVD)
951 if (devType == DeviceType_DVD)
H A DVBoxManageModifyVM.cpp884 CHECK_ERROR(sessionMachine, SetBootOrder(GetOptState.uIndex, DeviceType_DVD));
1151 rc = openMedium(a, ValueUnion.psz, DeviceType_DVD,
H A DVBoxManageList.cpp70 case DeviceType_DVD: return "DVD";
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp528 HRESULT rc = i_getDrives(DeviceType_DVD, true /* fRefresh */, pList, treeLock);
1461 HRESULT rc = i_findHostDriveByNameOrId(DeviceType_DVD, aName, medium);
1767 * @param mediumType Must be DeviceType_Floppy or DeviceType_DVD.
1787 case DeviceType_DVD:
1899 * @param mediumType Must be DeviceType_DVD or DeviceType_Floppy.
1939 * @param mediumType Must be DeviceType_DVD or DeviceType_Floppy.
1979 * @param mediumType Must be DeviceType_DVD or DeviceType_Floppy.
2024 hostDVDDriveObj->init(m->pParent, DeviceType_DVD, Bstr(driveName));
2051 rc = hostDVDDriveObj->init(m->pParent, DeviceType_DVD, location, description);
2061 hostDVDDriveObj->init(m->pParent, DeviceType_DVD, Bst
[all...]
H A DMediumFormatImpl.cpp86 devType = DeviceType_DVD;
H A DVirtualBoxImpl.cpp693 DeviceType_DVD,
1770 case DeviceType_DVD:
1778 if (aDeviceType == DeviceType_DVD)
1829 case DeviceType_DVD:
1838 if (aDeviceType == DeviceType_DVD)
3396 * @param mediumType Must be either DeviceType_DVD or DeviceType_Floppy.
3430 case DeviceType_DVD:
3464 if (mediumType == DeviceType_DVD)
3511 * @param mediumType Must be DeviceType_DVD or DeviceType_Floppy.
3759 rc = i_findDVDOrFloppyImage(DeviceType_DVD,
[all...]
H A DApplianceImplExport.cpp383 else if ( deviceType == DeviceType_DVD
508 case DeviceType_DVD:
952 DeviceType_DVD,
1016 else //pDiskEntry->type == VirtualSystemDescriptionType_CDROM, deviceType == DeviceType_DVD
2153 rc = mVirtualBox->i_findDVDOrFloppyImage(DeviceType_DVD,
H A DMediumImpl.cpp1152 if (aDeviceType == DeviceType_DVD)
1354 else if (aDeviceType == DeviceType_DVD)
1464 ComAssertRet(aDeviceType == DeviceType_DVD || aDeviceType == DeviceType_Floppy, E_INVALIDARG);
1478 if (aDeviceType == DeviceType_DVD)
1490 if (aDeviceType == DeviceType_DVD)
1758 if (devType == DeviceType_DVD && aType != MediumType_Readonly)
3101 if ( devType == DeviceType_DVD
6848 case DeviceType_DVD:
6874 devType = DeviceType_DVD;
H A DApplianceImplImport.cpp481 fDVD |= it4->deviceType == DeviceType_DVD;
3361 DeviceType_DVD,
3372 DeviceType_DVD, // DeviceType_T type
3610 && it4->deviceType == DeviceType_DVD)
3882 DeviceType_DVD,
H A DSystemPropertiesImpl.cpp498 aDeviceTypes[0] = DeviceType_DVD;
H A DMachineImpl.cpp202 mBootOrder[1] = DeviceType_DVD;
4404 if (pAttach->i_getType() != DeviceType_DVD)
4440 if (pAttach->i_getType() != DeviceType_DVD)
4736 case DeviceType_DVD:
9218 case DeviceType_DVD:
/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIXPCOM.cpp360 DeviceType_DVD,
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py1044 if a.type == ctx['global'].constants.DeviceType_DVD:
2353 iso = vbox.openMedium(loc, ctx['global'].constants.DeviceType_DVD, ctx['global'].constants.AccessMode_ReadOnly, false)
2365 dvd = vbox.openMedium(loc, ctx['global'].constants.DeviceType_DVD, ctx['global'].constants.AccessMode_ReadOnly, false)
2383 dvd = vbox.openMedium(loc, ctx['global'].constants.DeviceType_DVD, ctx['global'].constants.AccessMode_ReadOnly, false)
2406 dvd = vbox.openMedium(loc, ctx['global'].constants.DeviceType_DVD, ctx['global'].constants.AccessMode_ReadOnly, false)
2414 [ctr, port, slot] = findDevOfType(ctx, mach, ctx['global'].constants.DeviceType_DVD)
2415 cmdClosedVm(ctx, mach, lambda ctx, mach, args: mach.attachDevice(ctr, port, slot, ctx['global'].constants.DeviceType_DVD, dvd))
2429 dvd = vbox.openMedium(loc, ctx['global'].constants.DeviceType_DVD, ctx['global'].constants.AccessMode_ReadOnly, false)
2448 dvd = vbox.openMedium(loc, ctx['global'].constants.DeviceType_DVD, ctx['global'].constants.AccessMode_ReadOnly, false)
2458 [ctr, port, slot] = findDevOfType(ctx, mach, ctx['global'].constants.DeviceType_DVD)
[all...]
/vbox/src/VBox/ValidationKit/tests/installation/
H A DtdGuestOsInstTest1.py160 fRc = fRc and oSession.setBootOrder(2, vboxcon.DeviceType_DVD)
/vbox/src/VBox/Main/xml/
H A DSettings.cpp2000 mapBootOrder[1] = DeviceType_DVD;
2963 type = DeviceType_DVD;
3576 att.deviceType = DeviceType_DVD;
3651 att.deviceType = DeviceType_DVD;
4256 case DeviceType_DVD: pcszDevice = "DVD"; break;
4428 if (att.deviceType == DeviceType_DVD)
5049 if ( att.deviceType == DeviceType_DVD
5068 case DeviceType_DVD:
5859 if (att.deviceType == DeviceType_DVD)
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py1554 vboxcon.DeviceType_DVD, vboxcon.DeviceType_Floppy)
1613 oImage = self.oVBox.openMedium(sFullName, vboxcon.DeviceType_DVD, vboxcon.AccessMode_ReadOnly, False);
1615 oImage = self.oVBox.openMedium(sFullName, vboxcon.DeviceType_DVD, vboxcon.AccessMode_ReadOnly);
1637 self.o.machine.attachDevice(sController, iPort, iDevice, vboxcon.DeviceType_DVD, oImage);
1639 self.o.machine.attachDevice(sController, iPort, iDevice, vboxcon.DeviceType_DVD, sImageUuid);
H A Dvbox.py1845 if oAtt.type == vboxcon.DeviceType_DVD:
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1781 case DeviceType_DVD:
4089 if ( ( lType == DeviceType_DVD
4102 utfFile.c_str(), lType == DeviceType_DVD ? "DVD" : "Floppy",
4236 if (enmType == DeviceType_DVD)
4261 case DeviceType_DVD:
4276 && ( enmType == DeviceType_DVD
4296 enmType == DeviceType_DVD ? "DVD" : "floppy");
4401 case DeviceType_DVD:
/vbox/src/VBox/Main/src-all/
H A DGlobal.cpp492 case DeviceType_DVD: return "DVD";
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp1019 bootDevice = DeviceType_DVD;
1771 DeviceType_DVD,
1781 DeviceType_DVD,
1824 DeviceType_DVD, pMedium));
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h682 DeviceType_DVD = 2, enumerator in enum:DeviceType
H A DVBoxCAPI_v3_0.h1095 DeviceType_DVD = 2, enumerator in enum:DeviceType
H A DVBoxCAPI_v3_1.h1144 DeviceType_DVD = 2, enumerator in enum:DeviceType

Completed in 611 milliseconds

12