Searched refs:devType (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMediumFormatImpl.cpp76 DeviceType_T devType; local
83 devType = DeviceType_HardDisk;
86 devType = DeviceType_DVD;
89 devType = DeviceType_Floppy;
96 unconst(m.maDeviceTypes).push_back(devType);
H A DMediumImpl.cpp100 devType(DeviceType_HardDisk),
148 DeviceType_T devType; member in struct:Medium::Data
1040 m->devType = aDeviceType;
1144 m->devType = aDeviceType;
1360 m->devType = aDeviceType;
1494 m->devType = aDeviceType;
1687 *aDeviceType = m->devType;
1756 DeviceType_T devType = i_getDeviceType(); local
1758 if (devType == DeviceType_DVD && aType != MediumType_Readonly)
1763 if ( devType
3099 DeviceType_T devType = i_getDeviceType(); local
6866 DeviceType_T devType; local
[all...]
H A DVirtualBoxImpl.cpp4235 DeviceType_T devType; local
4238 devType = pMedium->i_getDeviceType();
4240 switch (devType)
4255 AssertMsgFailedReturn(("invalid device type %d", devType), E_INVALIDARG);
4294 if (devType == DeviceType_HardDisk)
4344 DeviceType_T devType; local
4349 devType = pMedium->i_getDeviceType();
4353 switch (devType)
4365 AssertMsgFailedReturn(("invalid device type %d", devType), E_INVALIDARG);
4373 if (devType
[all...]
H A DMachineImpl.cpp10716 DeviceType_T devType = pAtt->i_getType(); local
10719 if ( devType != DeviceType_HardDisk
10728 if (devType == DeviceType_HardDisk)
11254 DeviceType_T devType = pMedium->i_getDeviceType(); local
11256 && devType == DeviceType_HardDisk)
14230 DeviceType_T devType = pAtt->i_getType(); local
14243 bool fIsVitalImage = (devType == DeviceType_HardDisk);
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_skinny.c171 u_char devType; member in struct:RegisterMessage
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp895 DeviceType_T devType = DeviceType_Null; local
900 mediumAttach->COMGETTER(Type)(&devType);
924 if (devType == DeviceType_DVD)
951 if (devType == DeviceType_DVD)
/vbox/src/VBox/Storage/
H A DISCSI.cpp4208 uint8_t devType = (sr.cbT2IData > 0) ? data8[0] & SCSI_DEVTYPE_MASK : 255;
4209 if (devType != SCSI_DEVTYPE_DISK)
4214 pImage->LUN, devType);
4215 LogRel(("iSCSI: Unsupported SCSI peripheral device type %d for target %s\n", devType & SCSI_DEVTYPE_MASK, pImage->pszTargetName));
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXKBproto.h965 Atom devType B32;
/vbox/src/VBox/Additions/x11/x11include/kbproto-1.0.6/X11/extensions/
H A DXKBproto.h964 Atom devType B32;
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp7148 DeviceType_T devType; local
7149 rc = atts[i]->COMGETTER(Type)(&devType);
7151 if (devType == DeviceType_HardDisk)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c4341 return IWineD3D_GetDeviceCaps(This->wined3d, This->adapter->ordinal, This->devType, pCaps);
7578 device->devType = device_type;
H A Dwined3d_private.h1898 WINED3DDEVTYPE devType; member in struct:IWineD3DDeviceImpl
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1930 WINED3DDEVTYPE devType; member in struct:IWineD3DDeviceImpl

Completed in 218 milliseconds