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

1234

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBbs.c181 BbsTable[0].DeviceType = BBS_FLOPPY;
229 BbsTable[BbsIndex + Index].DeviceType = BBS_HARDDISK;
231 BbsTable[BbsIndex + Index].DeviceType = BBS_CDROM;
236 BbsTable[BbsIndex + Index].DeviceType = BBS_HARDDISK;
245 BbsTable[BbsIndex + Index].DeviceType = BBS_HARDDISK;
247 BbsTable[BbsIndex + Index].DeviceType = BBS_CDROM;
252 BbsTable[BbsIndex + Index].DeviceType = BBS_HARDDISK;
/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/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/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/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
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 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...]
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dnet.c36 pNetRoot->DeviceType = RxDeviceType(DISK);
39 pNetRoot->DeviceType = RxDeviceType(NAMED_PIPE);
42 pNetRoot->DeviceType = RxDeviceType(SERIAL_PORT);
45 pNetRoot->DeviceType = RxDeviceType(PRINTER);
48 pNetRoot->DeviceType = RxDeviceType(MAILSLOT);
61 * anything else anyway), and update the DeviceType correspondingly.
64 pNetRoot->DeviceType = RxDeviceType(DISK);
72 Log(("VBOXSF: vbsfUpdateNetRoot: leaving pNetRoot->DeviceType = 0x%x\n",
73 pNetRoot->DeviceType));
/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/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.h58 UINT16 DeviceType; member in struct:__anon12610
/vbox/include/VBox/
H A Dusblib-win.h56 # define CTL_CODE(DeviceType, Function, Method, Access) \
57 ( ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
59 # define CTL_CODE(DeviceType, Function, Method_ignored, Access_ignored) \
60 ( (3 << 30) | ((DeviceType) << 8) | (Function) | (sizeof(SUPDRVIOCTLDATA) << 16) )
H A DVBoxGuest.h159 # define IOCTL_CODE(DeviceType, Function, Method, Access, DataSize_ignored) \
160 ( ((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method))
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBotPei/
H A DUsbBotPeim.c201 PeiBotDevice->Media.DeviceType = UsbMassStorage;
631 switch (PeiBotDev->DeviceType) {
649 PeiBotDev->DeviceType = USBFLOPPY;
662 PeiBotDev->DeviceType = USBFLOPPY2;
H A DUsbBotPeim.h198 UINTN DeviceType; member in struct:__anon10865
H A DPeiAtapi.c74 PeiBotDevice->DeviceType = USBCDROM;
77 PeiBotDevice->DeviceType = USBFLOPPY;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DScsiIo.h140 @param DeviceType A pointer to the device type information
144 @retval EFI_INVALID_PARAMETER The DeviceType is NULL.
151 OUT UINT8 *DeviceType
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
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/MdeModulePkg/Universal/Disk/CdExpressPei/
H A DPeiCdExpress.c187 ((Media.DeviceType != IdeCDROM) && (Media.DeviceType != UsbMassStorage)) ||
193 DEBUG ((EFI_D_INFO, "PeiCdExpress DeviceType is %d\n", Media.DeviceType));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
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
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c175 static HRESULT WINAPI IWineD3DImpl_CheckDeviceFormat(IWineD3D *iface, UINT Adapter, WINED3DDEVTYPE DeviceType, WINED3DFORMAT AdapterFormat, DWORD Usage, WINED3DRESOURCETYPE RType, WINED3DFORMAT CheckFormat, WINED3DSURFTYPE SurfaceType);
3223 static HRESULT WINAPI IWineD3DImpl_CheckDepthStencilMatch(IWineD3D *iface, UINT Adapter, WINED3DDEVTYPE DeviceType, argument
3237 DeviceType, debug_d3ddevicetype(DeviceType),
3278 static HRESULT WINAPI IWineD3DImpl_CheckDeviceMultiSampleType(IWineD3D *iface, UINT Adapter, WINED3DDEVTYPE DeviceType, argument
3288 DeviceType, debug_d3ddevicetype(DeviceType),
3373 static HRESULT WINAPI IWineD3DImpl_CheckDeviceType(IWineD3D *iface, UINT Adapter, WINED3DDEVTYPE DeviceType, argument
3380 iface, Adapter, debug_d3ddevicetype(DeviceType), debug_d3dformat(DisplayFormat),
3452 hr = IWineD3DImpl_CheckDeviceFormat(iface, Adapter, DeviceType, DisplayForma
3461 CheckBumpMapCapability(struct wined3d_adapter *adapter, WINED3DDEVTYPE DeviceType, const struct wined3d_format_desc *format_desc) argument
3606 CheckSrgbWriteCapability(struct wined3d_adapter *adapter, WINED3DDEVTYPE DeviceType, const struct wined3d_format_desc *format_desc) argument
3653 CheckTextureCapability(struct wined3d_adapter *adapter, WINED3DDEVTYPE DeviceType, const struct wined3d_format_desc *format_desc) argument
3884 CheckSurfaceCapability(struct wined3d_adapter *adapter, const struct wined3d_format_desc *adapter_format_desc, WINED3DDEVTYPE DeviceType, const struct wined3d_format_desc *check_format_desc, WINED3DSURFTYPE SurfaceType) argument
3966 IWineD3DImpl_CheckDeviceFormat(IWineD3D *iface, UINT Adapter, WINED3DDEVTYPE DeviceType, WINED3DFORMAT AdapterFormat, DWORD Usage, WINED3DRESOURCETYPE RType, WINED3DFORMAT CheckFormat, WINED3DSURFTYPE SurfaceType) argument
4483 IWineD3DImpl_GetDeviceCaps(IWineD3D *iface, UINT Adapter, WINED3DDEVTYPE DeviceType, WINED3DCAPS* pCaps) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
H A DScsiBus.h325 @param DeviceType A pointer to the device type information retrieved from
329 @retval EFI_INVALID_PARAMETER The DeviceType is NULL.
336 OUT UINT8 *DeviceType
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
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/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.c190 DEBUG ((EFI_D_INFO, "Atatpi GetInfo DeviceType is %d\n", AtapiBlkIoDev->DeviceInfo[Index].MediaInfo.DeviceType));
205 DEBUG ((EFI_D_INFO, "Atatpi GetInfo DeviceType is %d\n", AtapiBlkIoDev->DeviceInfo[Index].MediaInfo.DeviceType));
422 DEBUG ((EFI_D_INFO, "Atatpi DeviceType is %d\n", MediaInfo.DeviceType));
1474 MediaInfo->DeviceType = IdeLS120;
1484 MediaInfo->DeviceType = IdeCDROM;
1893 if (MediaInfo->DeviceType == IdeCDROM) {
1908 // DeviceType
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dd3d8_private.h56 _pD3D8Caps->DeviceType = (D3DDEVTYPE) _pWineCaps->DeviceType; \
/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/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
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) {

Completed in 2068 milliseconds

1234