Searched defs:Device (Results 26 - 50 of 71) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DLoadPciRom.c390 BOOLEAN Device; local
433 Device = TRUE;
435 Device = FALSE;
439 Device = FALSE;
442 if (Device) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Daf_irda.h43 IRDA_DEVICE_INFO Device[1]; member in struct:_DEVICELIST
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciIo.c1205 OUT UINTN *Device,
1213 if (Segment == NULL || Bus == NULL || Device == NULL || Function == NULL) {
1219 *Device = PciIoDevice->DeviceNumber;
1201 PciIoGetLocation( IN EFI_PCI_IO_PROTOCOL *This, OUT UINTN *Segment, OUT UINTN *Bus, OUT UINTN *Device, OUT UINTN *Function ) argument
H A DPciEnumerator.c372 UINT8 Device; local
390 for (Device = 0; Device <= PCI_MAX_DEVICE; Device++) {
400 Device,
418 Address = EFI_PCI_ADDRESS (StartBusNumber, Device, Func, 0x18);
431 Address = EFI_PCI_ADDRESS (StartBusNumber, Device, Func, 0x1A);
467 Address = EFI_PCI_ADDRESS (StartBusNumber, Device, Func, 0x1A);
635 // Get RootBridg Device by handle
1884 @param Device Th
1898 PreprocessController( IN PCI_IO_DEVICE *Bridge, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func, IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase ) argument
[all...]
H A DPciEnumeratorSupport.c25 @param Device PCI device NO.
37 IN UINT8 Device,
45 // Create PCI address map in terms of Bus, Device and Func
47 Address = EFI_PCI_ADDRESS (Bus, Device, Func, 0);
99 UINT8 Device; local
108 for (Device = 0; Device <= PCI_MAX_DEVICE; Device++) {
119 (UINT8) Device,
127 PreprocessController (Bridge, (UINT8) StartBusNumber, Device, Fun
33 PciDevicePresent( IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *PciRootBridgeIo, OUT PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func ) argument
203 PciSearchDevice( IN PCI_IO_DEVICE *Bridge, IN PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func, OUT PCI_IO_DEVICE **PciDevice ) argument
371 GatherDeviceInfo( IN PCI_IO_DEVICE *Bridge, IN PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func ) argument
449 GatherPpbInfo( IN PCI_IO_DEVICE *Bridge, IN PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func ) argument
615 GatherP2CInfo( IN PCI_IO_DEVICE *Bridge, IN PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func ) argument
1995 CreatePciIoDevice( IN PCI_IO_DEVICE *Bridge, IN PCI_TYPE00 *Pci, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Func ) argument
2602 UINT8 Device; local
[all...]
H A DPciLib.c235 Find the corresponding resource node for the Device in child list of BridgeResource.
237 @param[in] Device Pointer to PCI_IO_DEVICE.
240 @return !NULL The corresponding resource node for the Device.
241 @return NULL No corresponding resource node for the Device.
245 IN PCI_IO_DEVICE *Device,
257 if (Resource->PciDev == Device) {
287 PCI_IO_DEVICE *Device; local
342 Device = PCI_IO_DEVICE_FROM_LINK (Link);
343 if (IS_PCI_BRIDGE (&Device->Pci)) {
345 ChildIoNode = (IoNode == NULL ? NULL : FindResourceNode (Device, IoNod
244 FindResourceNode( IN PCI_IO_DEVICE *Device, IN PCI_RESOURCE_NODE *BridgeResource ) argument
981 UINT8 Device; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DPciRootBridgeIo.h129 UINT8 Device; member in struct:__anon12258
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c688 @param[out] Device The device number.
698 OUT UINTN *Device,
731 Status = PciIo->GetLocation (PciIo, &Segment, Bus, Device, Function);
736 return (UINT16) ((*Bus << 8) | (*Device << 3) | *Function);
695 IScsiGetNICPciLocation( IN EFI_HANDLE Controller, OUT UINTN *Bus, OUT UINTN *Device, OUT UINTN *Function ) argument
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DPciRootBridgeIo.h116 UINT8 Device; member in struct:__anon15662
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAta.c123 UINT8 Device; local
165 Device = (UINT8) ((IdeDev->Device << 4) | 0xe0);
169 Device,
184 DeviceSelect = (UINT8) ((IdeDev->Device) << 4);
211 Device,
270 @retval EFI_DEVICE_ERROR ATA Identify Device Command failed or device is not ATA device.
298 DeviceSelect = (UINT8) ((IdeDev->Device) << 4);
463 @param Head value of the Head/Device Register
503 (UINT8) ((IdeDev->Device <<
1298 AtaCommandIssueExt( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT16 Feature, IN UINT16 SectorCount, IN EFI_LBA LbaAddress ) argument
1409 AtaCommandIssue( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT16 Feature, IN UINT16 SectorCount, IN EFI_LBA LbaAddress ) argument
1522 UINT8 Device; local
2603 AtaNonDataCommandIn( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT8 Feature, IN UINT8 SectorCount, IN UINT8 LbaLow, IN UINT8 LbaMiddle, IN UINT8 LbaHigh ) argument
2695 AtaNonDataCommandInExt( IN IDE_BLK_IO_DEV *IdeDev, IN UINT8 AtaCommand, IN UINT8 Device, IN UINT16 Feature, IN UINT16 SectorCount, IN EFI_LBA LbaAddress ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.c312 UINTN Device; local
447 PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
450 (UINT16) ((Bus << 0x8) | (Device << 0x3) | (Function))
2671 DEBUG ((DEBUG_ERROR, "Failed to reinstall the DevicePath protocol for the Simple Network Device\n"));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c1230 @param Device SimpleFileSystem device handle
1243 IN EFI_HANDLE Device,
1268 Device,
1242 BdsLibGetImageHeader( IN EFI_HANDLE Device, IN CHAR16 *FileName, OUT EFI_IMAGE_DOS_HEADER *DosHeader, OUT EFI_IMAGE_OPTIONAL_HEADER_PTR_UNION Hdr ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DIdeMode.c880 BusMasterBaseAddr = (UINT16) ((PciData.Device.Bar[4] & 0x0000fff0));
889 if ((PciData.Device.Bar[0] & BIT0) == 0 ||
890 (PciData.Device.Bar[1] & BIT0) == 0) {
894 CommandBlockBaseAddr = (UINT16) (PciData.Device.Bar[0] & 0x0000fff8);
895 ControlBlockBaseAddr = (UINT16) ((PciData.Device.Bar[1] & 0x0000fffc) + 2);
919 if ((PciData.Device.Bar[2] & BIT0) == 0 ||
920 (PciData.Device.Bar[3] & BIT0) == 0) {
924 CommandBlockBaseAddr = (UINT16) (PciData.Device.Bar[2] & 0x0000fff8);
925 ControlBlockBaseAddr = (UINT16) ((PciData.Device.Bar[3] & 0x0000fffc) + 2);
1254 @retval EFI_DEVICE_ERROR Device statu
1962 AtaPacketRequestSense( IN EFI_PCI_IO_PROTOCOL *PciIo, IN EFI_IDE_REGISTERS *IdeRegisters, IN UINT8 Channel, IN UINT8 Device, IN VOID *SenseData, IN UINT8 SenseDataLength, IN UINT64 Timeout ) argument
2012 AtaPacketCommandExecute( IN EFI_PCI_IO_PROTOCOL *PciIo, IN EFI_IDE_REGISTERS *IdeRegisters, IN UINT8 Channel, IN UINT8 Device, IN EFI_EXT_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet ) argument
2155 SetDeviceTransferMode( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN UINT8 Channel, IN UINT8 Device, IN EFI_ATA_TRANSFER_MODE *TransferMode, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock ) argument
2204 SetDriveParameters( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN UINT8 Channel, IN UINT8 Device, IN EFI_ATA_DRIVE_PARMS *DriveParameters, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock ) argument
2266 IdeAtaSmartReturnStatusCheck( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN UINT8 Channel, IN UINT8 Device, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock ) argument
2333 IdeAtaSmartSupport( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN UINT8 Channel, IN UINT8 Device, IN EFI_IDENTIFY_DATA *IdentifyData, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock ) argument
2444 AtaIdentify( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN UINT8 Channel, IN UINT8 Device, IN OUT EFI_IDENTIFY_DATA *Buffer, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock ) argument
2509 AtaIdentifyPacket( IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance, IN UINT8 Channel, IN UINT8 Device, IN OUT EFI_IDENTIFY_DATA *Buffer, IN OUT EFI_ATA_STATUS_BLOCK *AtaStatusBlock ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IdeBusPei/
H A DAtapiPeim.c76 DEBUG ((EFI_D_INFO, "Atatpi Device Count is %d\n", AtapiBlkIoDev->DeviceCount));
412 // ATAPI Device at DevicePosition is found.
421 DEBUG ((EFI_D_INFO, "Atatpi Device Position is %d\n", DevicePosition));
496 UINT8 Device; local
508 Device = (UINT8) (DevicePosition % 2);
521 IoWrite8 (HeadRegister, (UINT8) ((Device << 4) | 0xe0));
532 IoWrite8 (HeadRegister, (UINT8) ((Device << 4) | 0xe0));
539 IoWrite8 (HeadRegister, (UINT8) ((Device << 4) | 0xe0));
583 IoWrite8 (HeadRegister, (UINT8) ((Device << 4) | 0xe0));
996 @retval EFI_DEVICE_ERROR Device erro
1036 UINT8 Device; local
1239 UINT8 Device; local
1692 UINT8 Device; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbBus.h199 USB_DEVICE *Device; member in struct:_USB_INTERFACE
256 // for root hub. Device with address i is at Devices[i].
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.c186 DeviceTable->SvId = PciConfigHeader.Device.SubsystemVendorID;
187 DeviceTable->SysId = PciConfigHeader.Device.SubsystemID;
248 UINTN Device; local
293 Status = PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
328 CurrentAddress = PCI_LIB_ADDRESS(Bus, Device, Function, 0);
374 UINTN Device; local
504 &Device,
514 HddInfo[HddIndex].Device = (UINT32)Device;
518 HddInfo[HddIndex + 1].Device
692 UINT8 Device; local
[all...]
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSB.cpp1018 USBFILTER Device; local
1019 USBFilterInit(&Device, USBFILTERTYPE_CAPTURE);
1053 int vrc = USBFilterSetNumExact(&Device, s_aProps[i].enmIdx, u16, true);
1066 int vrc = USBFilterSetStringExact(&Device, s_aProps[i].enmIdx, pStr->getCStringNoCopy(), true);
1080 RTPROCESS Owner = VBoxUSBFilterMatch(&Device, &uId);
1081 USBFilterDelete(&Device);
1819 * The IOUSBInterface/Device is shutting down, so close and release.
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
H A DEdd.h32 UINT8 Device; member in struct:__anon10356
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBootSupport.c69 (UINTN) BbsTable[Index].Device,
124 DEBUG ((EFI_D_INFO, " B/D/F - %02x/%02x/%02x\n", (UINTN)HddInfo[Index].Bus, (UINTN)HddInfo[Index].Device, (UINTN)HddInfo[Index].Function));
154 UINTN Device; local
166 Device = 0;
188 &Device,
194 Bus, Device, Function, Interrupt[0], Interrupt[1]));
980 // Configure Legacy Device Magic
1471 // Build the BBS Device Path for this boot selection
1488 @param BbsDevicePath EFI Device Path from BootXXXX variable.
H A DLegacyPci.c219 UINTN Device; local
240 &Device,
250 mRomEntry[Index].PciDevice == Device &&
266 @param DeviceId Device ID of the PCI device
524 && ((Bridges[BridgeIndex].PciDevice << 3) == RoutingTable[Index1].Device)) {
601 @param PciDevice Input = Device.
620 if ((RoutingTable[Index].Bus == PciBus) && (RoutingTable[Index].Device == (PciDevice << 3))) {
633 @param PciDevice Input = Device. Output = Translated Device
658 Bus 0, Device
1451 UINTN Device; local
2265 UINTN Device; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DStatusCodeDataTypeId.h133 /// numbering convention. Device paths are preferred over using device handles because device handles
160 /// Device handle Extended Data. Used for many
546 /// May be used for EFI_STATUS_CODE_DIMM_NUMBER.Array and EFI_STATUS_CODE_DIMM_NUMBER.Device.
552 /// May be used for EFI_STATUS_CODE_DIMM_NUMBER.Array and EFI_STATUS_CODE_DIMM_NUMBER.Device.
558 /// May be used for EFI_STATUS_CODE_DIMM_NUMBER.Array and EFI_STATUS_CODE_DIMM_NUMBER.Device.
564 /// May be used for EFI_STATUS_CODE_DIMM_NUMBER.Array and EFI_STATUS_CODE_DIMM_NUMBER.Device.
573 /// overall memory scheme. The Array and Device numbers may indicate a specific DIMM, or they
591 UINT16 Device; member in struct:__anon11369
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbFlt.cpp3 * VBox USB Monitor Device Filtering functionality
424 LOG(("Populating Device(0x%p) for PDO(0x%p)", pDevice, pDo));
449 LOG(("Device pid=%x vid=%x rev=%x", pDevDr->idVendor, pDevDr->idProduct, pDevDr->bcdDevice));
578 LOG(("Populating Device(0x%p) for PDO(0x%p) Succeeded", pDevice, pDo));
583 LOG(("Populating Device(0x%p) for PDO(0x%p) Done, Status (0x%x)", pDevice, pDo, Status));
610 LOG(("Current Device owner is (0x%p)", pDevice->pOwner));
615 LOG(("Device (0x%p) is already replugging, return..", pDevice));
618 ("Device (0x%p) state is NOT REPLUGGING (%d)", pDevice, pDevice->enmState));
624 LOG(("Device (0x%p) is owned by another context(0x%p), current is(0x%p)", pDevice, pDevice->pOwner, pContext));
639 LOG(("Matching: Device (
836 VBOXUSBFLT_DEVICE Device; local
[all...]
/vbox/src/VBox/Devices/USB/
H A DUSBProxyDevice.cpp526 * USB Device Proxy: Call OS specific code to reset the device.
555 * USB Device Proxy: Release claimed interfaces, tell the OS+device about the config change, claim the new interfaces.
628 * USB Device Proxy: Call OS specific code to select alternate interface settings.
643 * USB Device Proxy: Call OS specific code to clear the endpoint.
658 * USB Device Proxy: Call OS specific code.
676 * USB Device Proxy: Call OS specific code.
688 * USB Device Proxy: Call OS specific code.
705 * USB Device Proxy: Call OS specific code.
912 USBFILTER Device; local
913 USBFilterInit(&Device, USBFILTERTYPE_CAPTUR
[all...]
/vbox/include/iprt/
H A Dfs.h336 RTDEV Device; member in struct:RTFSOBJATTRUNIX
/vbox/include/VBox/
H A Drawpci.h108 PCIRAWDEVHANDLE Device; member in struct:__anon235

Completed in 256 milliseconds

123