Searched defs:devType (Results 1 - 9 of 9) 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/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/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1930 WINED3DDEVTYPE devType; member in struct:IWineD3DDeviceImpl
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h1898 WINED3DDEVTYPE devType; member in struct:IWineD3DDeviceImpl

Completed in 587 milliseconds