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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp399 DeviceType_T deviceType = DeviceType_Null; local
404 mediumAttachment->COMGETTER(Type)(&deviceType);
406 if ( (deviceType == DeviceType_DVD)
407 || (deviceType == DeviceType_Floppy))
424 deviceType = DeviceType_DVD; /* To avoid the error message below. */
428 || !( deviceType == DeviceType_DVD
429 || deviceType == DeviceType_Floppy)
437 DeviceType_T deviceType = DeviceType_Null; local
454 deviceType = DeviceType_Floppy;
456 deviceType
493 DeviceType_T deviceType; local
718 DeviceType_T deviceType; local
[all...]
H A DVBoxManageAppliance.cpp731 com::SafeArray<DeviceType_T> deviceType; local
741 ComSafeArrayAsOutParam(deviceType)));
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUgaIo.h38 UGA_DEVICE_TYPE deviceType; member in struct:__anon12374
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMouseHandler.cpp737 INPUT_MESSAGE_DEVICE_TYPE deviceType; member in struct:tagINPUT_MESSAGE_SOURCE
761 int deviceType = -1; local
766 deviceType = fSuccess? inputMessageSource.deviceType: -2;
773 deviceType = (GetMessageExtraInfo() & MOUSEEVENTF_MASK) == MOUSEEVENTF_FROMTOUCH? IMDT_TOUCH: -3;
776 LogRelFlow(("mouseIsTouchSource: deviceType %d\n", deviceType));
777 return deviceType == IMDT_TOUCH || deviceType == IMDT_PEN;
H A DUIMachineLogic.cpp2107 const KDeviceType deviceType = pMenu == pOpticalDevicesMenu ? KDeviceType_DVD : local
2110 AssertMsgReturnVoid(deviceType != KDeviceType_Null, ("Incorrect storage device-type!\n"));
2118 if (!controller.isNull() && attachment.GetType() == deviceType)
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElements.cpp534 KDeviceType deviceType = attachment.GetType(); local
535 QString strDeviceType = deviceType == KDeviceType_DVD ?
543 const QString strAnchorType = deviceType == KDeviceType_DVD || deviceType == KDeviceType_Floppy ? QString("mount") :
544 deviceType == KDeviceType_HardDisk ? QString("attach") : QString();
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Deeprom.h293 u8 deviceType; member in struct:base_eep_header
323 u8 deviceType; member in struct:base_eep_header_4k
463 u8 deviceType; member in struct:base_eep_ar9287_header
H A Dar9003_eeprom.h178 u8 deviceType; member in struct:ar9300_base_eep_hdr
H A Dath9k_ar9003_eeprom.c90 .deviceType = 5, /* takes lower byte in eeprom location */
667 .deviceType = 5, /* takes lower byte in eeprom location */
1245 .deviceType = 5, /* takes lower byte in eeprom location */
1823 .deviceType = 5, /* takes lower byte in eeprom location */
2400 .deviceType = 5, /* takes lower byte in eeprom location */
H A Dath9k_eeprom_9287.c226 return pBase->deviceType;
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp1844 KDeviceType deviceType = devicesList [i]; local
1848 switch (deviceType)
2582 foreach (const KDeviceType &deviceType, deviceTypeList) argument
2584 switch (deviceType)
3067 foreach (KDeviceType deviceType, deviceTypeList) argument
3069 switch (deviceType)
3146 KDeviceType deviceType = devicesList [i]; local
3149 switch (deviceType)
3174 switch (deviceType)
3232 KDeviceType deviceType local
3299 addAttachmentWrapper(KDeviceType deviceType) argument
[all...]
/vbox/src/VBox/Main/xml/
H A DSettings.cpp2100 || ( (deviceType == a.deviceType)
3437 att.deviceType = DeviceType_HardDisk;
3567 att.deviceType = DeviceType_HardDisk;
3576 att.deviceType = DeviceType_DVD;
3581 att.deviceType = DeviceType_Floppy;
3584 if (att.deviceType != DeviceType_Null)
3590 if (att.deviceType == DeviceType_HardDisk)
3651 att.deviceType = DeviceType_DVD;
3700 att.deviceType
[all...]
/vbox/include/VBox/
H A Dsettings.h996 : deviceType(DeviceType_Null),
1008 DeviceType_T deviceType; // only HardDisk, DVD or Floppy are allowed member in struct:settings::AttachedDevice
1030 // this is its UUID; it depends on deviceType which media registry this then needs to
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp305 DeviceType_T deviceType; local
312 rc = pHDA->COMGETTER(Type)(&deviceType);
328 if ( deviceType == DeviceType_HardDisk
383 else if ( deviceType == DeviceType_DVD
496 switch (deviceType)
933 //DeviceType_T deviceType = DeviceType_HardDisk;// by default
1007 if (pDiskEntry->type == VirtualSystemDescriptionType_HardDiskImage)//deviceType == DeviceType_HardDisk
1016 else //pDiskEntry->type == VirtualSystemDescriptionType_CDROM, deviceType == DeviceType_DVD
H A DApplianceImplImport.cpp481 fDVD |= it4->deviceType == DeviceType_DVD;
482 fFloppy |= it4->deviceType == DeviceType_Floppy;
3610 && it4->deviceType == DeviceType_DVD)
3613 && it4->deviceType == DeviceType_Floppy))
3618 else if (it4->deviceType == DeviceType_HardDisk)
H A DVirtualBoxImpl.cpp3800 * @param deviceType The device type the UUID is going to be checked for
3803 bool VirtualBox::i_isMediaUuidInUse(const Guid &aId, DeviceType_T deviceType) argument
3815 switch (deviceType)
3827 AssertMsgFailed(("Invalid device type %d\n", deviceType));
H A DMachineImplCloneVM.cpp625 if ( it4->deviceType == DeviceType_HardDisk
H A DMachineImpl.cpp9215 switch (dev.deviceType)
9220 rc = mParent->i_host()->i_findHostDriveByName(dev.deviceType, dev.strHostDriveSrc,
9223 rc = mParent->i_findRemoveableMedium(dev.deviceType,
9355 dev.deviceType,
10458 dev.deviceType = pAttach->i_getType();
/vbox/src/VBox/Main/include/
H A DVirtualBoxImpl.h244 bool i_isMediaUuidInUse(const Guid &aId, DeviceType_T deviceType);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h2293 PRUint32 deviceType,
4360 nsresult (*GetDeviceType)(IMedium *pThis, PRUint32 *deviceType);
H A DVBoxCAPI_v4_1.h2492 PRUint32 deviceType,
4734 nsresult (*GetDeviceType)(IMedium *pThis, PRUint32 *deviceType);
H A DVBoxCAPI_v4_2.h2743 PRUint32 deviceType,
5649 nsresult (*GetDeviceType)(IMedium *pThis, PRUint32 *deviceType);
H A DVBoxCAPI_v3_1.h3889 nsresult (*GetDeviceType)(IMedium *pThis, PRUint32 *deviceType);
H A DVBoxCAPI_v3_2.h4093 nsresult (*GetDeviceType)(IMedium *pThis, PRUint32 *deviceType);
H A DVBoxCAPI_v4_3.h3910 PRUint32 deviceType,
4124 PRUint32 deviceType,
11219 nsresult (*GetDeviceType)(IMedium *pThis, PRUint32 *deviceType);
11398 nsresult (*GetDeviceType)(IMedium *pThis, PRUint32 *deviceType);

Completed in 6940 milliseconds