Searched defs:DeviceType (Results 1 - 25 of 52) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DUsbBotPeim.h198 UINTN DeviceType; member in struct:__anon10865
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/
H A DBlockIo.h74 EFI_PEI_BLOCK_DEVICE_TYPE DeviceType; member in struct:__anon12004
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
H A DBootManager.c217 UINT16 DeviceType; local
221 DeviceType = (UINT16) -1;
290 if (IsLegacyOption && DeviceType != ((BBS_BBS_DEVICE_PATH *) Option->DevicePath)->DeviceType) {
295 DeviceType = ((BBS_BBS_DEVICE_PATH *) Option->DevicePath)->DeviceType;
300 MIN (DeviceType & 0xF, sizeof (mDeviceTypeStr) / sizeof (mDeviceTypeStr[0]) - 1)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.h55 UINT8 DeviceType; member in struct:__anon10860
H A DScsiDisk.c144 UINT8 DeviceType; local
158 Status = ScsiIo->GetDeviceType (ScsiIo, &DeviceType);
160 if ((DeviceType == EFI_SCSI_TYPE_DISK) || (DeviceType == EFI_SCSI_TYPE_CDROM)) {
243 ScsiIo->GetDeviceType (ScsiIo, &(ScsiDiskDevice->DeviceType));
244 switch (ScsiDiskDevice->DeviceType) {
975 if (ScsiDiskDevice->DeviceType == EFI_SCSI_TYPE_DISK) {
1728 if (ScsiDiskDevice->DeviceType == EFI_SCSI_TYPE_DISK) {
1732 if (ScsiDiskDevice->DeviceType == EFI_SCSI_TYPE_CDROM) {
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.h58 UINT16 DeviceType; member in struct:__anon12610
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Ddirectx.c217 UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat,
224 iface, Adapter, DeviceType, AdapterFormat, Usage, RType, CheckFormat);
246 hr = IWineD3D_CheckDeviceFormat(This->WineD3D, Adapter, DeviceType, wined3dformat_from_d3dformat(AdapterFormat),
254 D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType)
260 iface, Adapter, DeviceType, SurfaceFormat, Windowed, MultiSampleType);
263 hr = IWineD3D_CheckDeviceMultiSampleType(This->WineD3D, Adapter, DeviceType,
270 static HRESULT WINAPI IDirect3D8Impl_CheckDepthStencilMatch(IDirect3D8 *iface, UINT Adapter, D3DDEVTYPE DeviceType, argument
277 iface, Adapter, DeviceType, AdapterFormat, RenderTargetFormat, DepthStencilFormat);
280 hr = IWineD3D_CheckDepthStencilMatch(This->WineD3D, Adapter, DeviceType,
302 static HRESULT WINAPI IDirect3D8Impl_GetDeviceCaps(LPDIRECT3D8 iface, UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS argument
216 IDirect3D8Impl_CheckDeviceFormat(LPDIRECT3D8 iface, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat) argument
253 IDirect3D8Impl_CheckDeviceMultiSampleType(IDirect3D8 *iface, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DUpdatePage.c542 UINTN DeviceType; local
545 DeviceType = (UINTN) -1;
574 if (((BBS_BBS_DEVICE_PATH *) NewLoadContext->FilePathList)->DeviceType != DeviceType) {
575 DeviceType = ((BBS_BBS_DEVICE_PATH *) NewLoadContext->FilePathList)->DeviceType;
1155 specified by DeviceType.
1157 @param DeviceType The legacy device type. It can be floppy, network, harddisk, cdrom,
1165 IN UINTN DeviceType,
1223 if ((DeviceType
1164 GetLegacyBootOptionVar( IN UINTN DeviceType, OUT UINTN *OptionIndex, OUT UINTN *OptionSize ) argument
[all...]
H A DBBSsupport.c112 switch (CurBBSEntry->DeviceType) {
163 if (Index >= 5 && Index <= 16 && (CurBBSEntry->DeviceType == BBS_HARDDISK || CurBBSEntry->DeviceType == BBS_CDROM)) {
517 // Find the DeviceType
682 (LocalBbsTable[BbsIndex].DeviceType == BbsEntry->DeviceType) &&
787 (BbsEntry->DeviceType != DevType) ||
837 BbsDevPathNode.DeviceType = BbsItem->DeviceType;
938 LocalBbsTable[Index].DeviceType,
1504 BdsSetBootPriority4SameTypeDev( IN UINT16 DeviceType, IN UINTN BbsIndex, IN OUT BBS_TABLE *LocalBbsTable, IN OUT UINT16 *Priority ) argument
1641 UINT16 *DeviceType; local
[all...]
H A DBootOption.c247 UINT16 DeviceType; local
472 DeviceType = (UINT16) Index;
479 BbsDevicePathNode.DeviceType = DeviceType;
787 switch (BbsTable[Index].DeviceType) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAtaAtapiPassThru.c977 @param[in] DeviceType The device type of the ATA device.
988 IN EFI_ATA_DEVICE_TYPE DeviceType
998 if ((DeviceInfo->Type == DeviceType) &&
1018 @param[in] DeviceType The device type of the ATA device.
1031 IN EFI_ATA_DEVICE_TYPE DeviceType,
1046 DeviceInfo->Type = DeviceType;
1027 CreateNewDeviceInfo( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN UINT16 Port, IN UINT16 PortMultiplier, IN EFI_ATA_DEVICE_TYPE DeviceType, IN EFI_IDENTIFY_DATA *IdentifyData ) argument
H A DAhciMode.c2155 EFI_ATA_DEVICE_TYPE DeviceType; local
2333 DeviceType = EfiIdeCdrom;
2342 DeviceType = EfiIdeHarddisk;
2347 Port, 0, DeviceType == EfiIdeCdrom ? "cdrom" : "harddisk"));
2352 if (DeviceType == EfiIdeHarddisk) {
2416 CreateNewDeviceInfo (Instance, Port, 0, DeviceType, &Buffer);
2417 if (DeviceType == EfiIdeHarddisk) {
H A DIdeMode.c2578 EFI_ATA_DEVICE_TYPE DeviceType; local
2625 DeviceType = EfiIdeHarddisk;
2627 DeviceType = EfiIdeCdrom;
2635 if (DeviceType == EfiIdeHarddisk) {
2643 DeviceType = EfiIdeCdrom;
2652 DeviceType = EfiIdeHarddisk;
2666 DeviceType == EfiIdeCdrom ? "cdrom " : "harddisk"));
2670 if (DeviceType == EfiIdeHarddisk) {
2750 if (DeviceType == EfiIdeHarddisk) {
2770 Status = CreateNewDeviceInfo (Instance, IdeChannel, IdeDevice, DeviceType,
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsti.h92 STI_DEVICE_TYPE DeviceType; member in struct:_STI_DEVICE_INFORMATIONW
H A Dd3d8caps.h226 D3DDEVTYPE DeviceType; member in struct:_D3DCAPS8
H A Dntddstor.h84 DEVICE_TYPE DeviceType; member in struct:_STORAGE_DEVICE_NUMBER
212 ULONG DeviceType; member in struct:_GET_MEDIA_TYPES
256 UCHAR DeviceType; member in struct:_STORAGE_DEVICE_DESCRIPTOR
H A Dd3d9caps.h314 D3DDEVTYPE DeviceType; member in struct:_D3DCAPS9
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddirectx.c241 static HRESULT WINAPI IDirect3D9Impl_CheckDeviceFormat(IDirect3D9Ex *iface, UINT Adapter, D3DDEVTYPE DeviceType, argument
249 iface, Adapter, DeviceType, AdapterFormat, Usage, RType, CheckFormat);
276 hr = IWineD3D_CheckDeviceFormat(This->WineD3D, Adapter, DeviceType, wined3dformat_from_d3dformat(AdapterFormat),
285 D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType,
292 iface, Adapter, DeviceType, SurfaceFormat, Windowed, MultiSampleType, pQualityLevels);
295 hr = IWineD3D_CheckDeviceMultiSampleType(This->WineD3D, Adapter, DeviceType,
304 D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat)
310 iface, Adapter, DeviceType, AdapterFormat, RenderTargetFormat, DepthStencilFormat);
313 hr = IWineD3D_CheckDepthStencilMatch(This->WineD3D, Adapter, DeviceType,
322 static HRESULT WINAPI IDirect3D9Impl_CheckDeviceFormatConversion(LPDIRECT3D9EX iface, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMA argument
284 IDirect3D9Impl_CheckDeviceMultiSampleType(IDirect3D9Ex *iface, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQualityLevels) argument
303 IDirect3D9Impl_CheckDepthStencilMatch(IDirect3D9Ex *iface, UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat) argument
406 IDirect3D9Impl_GetDeviceCaps(LPDIRECT3D9EX iface, UINT Adapter, D3DDEVTYPE DeviceType, D3DCAPS9* pCaps) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DDumpD3DCaps9.cpp85 static void printDeviceType(const char* pszPrefix, D3DDEVTYPE DeviceType, const char* pszSuffix) argument
88 switch(DeviceType)
94 DUMP_STRCASE_DEFAULT_DWORD(DeviceType)
511 if (pCaps1->DeviceType != pCaps2->DeviceType)
513 printDeviceType("pCaps->DeviceType = ", pCaps2->DeviceType, ";\n");
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c1454 UINT16 DeviceType; local
1460 DeviceType = BBS_UNKNOWN;
1495 DeviceType = BBS_HARDDISK;
1498 DeviceType = BBS_EMBED_NETWORK;
1515 BbsTable[BbsIndex].DeviceType = DeviceType;
1544 BbsTable[BbsIndex].DeviceType = BBS_BEV_DEVICE;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDevicePath.h1025 UINT16 DeviceType; member in struct:__anon12087
1037 // DeviceType definitions - from BBS specification
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDevicePath.h964 UINT16 DeviceType; member in struct:__anon15649
976 // DeviceType definitions - from BBS specification
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8caps.h226 D3DDEVTYPE DeviceType; member in struct:_D3DCAPS8
H A Dntddstor.h75 DEVICE_TYPE DeviceType; member in struct:_STORAGE_DEVICE_NUMBER
203 ULONG DeviceType; member in struct:_GET_MEDIA_TYPES
247 UCHAR DeviceType; member in struct:_STORAGE_DEVICE_DESCRIPTOR
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h633 UINT16 DeviceType; member in struct:__anon10748

Completed in 596 milliseconds

123