/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BootManagerPolicyDxe/ |
D | BootManagerPolicyDxe.c | 45 EFI_DEVICE_PATH_PROTOCOL *Devices; in ConnectAllAndCreateNetworkDeviceList() local 56 Devices = NULL; in ConnectAllAndCreateNetworkDeviceList() 62 TempDevicePath = Devices; in ConnectAllAndCreateNetworkDeviceList() 63 Devices = AppendDevicePathInstance (Devices, SingleDevice); in ConnectAllAndCreateNetworkDeviceList() 69 if (Devices != NULL) { in ConnectAllAndCreateNetworkDeviceList() 74 GetDevicePathSize (Devices), in ConnectAllAndCreateNetworkDeviceList() 75 Devices in ConnectAllAndCreateNetworkDeviceList() 81 FreePool (Devices); in ConnectAllAndCreateNetworkDeviceList() 84 return (Devices == NULL) ? EFI_DEVICE_ERROR : EFI_SUCCESS; in ConnectAllAndCreateNetworkDeviceList() 100 EFI_DEVICE_PATH_PROTOCOL *Devices; in ConnectNetwork() local [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerLib/ |
D | DeviceManagerStrings.uni | 25 #string STR_DEVICES_LIST #language en-US "Devices List" 26 #language fr-FR "Devices List" 27 #string STR_DISK_DEVICE #language en-US "Disk Devices" 28 #language fr-FR "Disk Devices" 29 #string STR_VIDEO_DEVICE #language en-US "Video Devices" 30 #language fr-FR "Video Devices" 31 #string STR_NETWORK_DEVICE #language en-US "Network Devices" 32 #language fr-FR "Network Devices" 33 #string STR_INPUT_DEVICE #language en-US "Input Devices" 34 #language fr-FR "Input Devices" [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
D | Devices.c | 52 IN OUT UINTN *Devices, in GetDeviceHandleInfo() argument 67 || Devices == NULL in GetDeviceHandleInfo() 77 *Devices = 0; in GetDeviceHandleInfo() 98 Status = PARSE_HANDLE_DATABASE_UEFI_DRIVERS(TheHandle, Devices, &HandleBuffer); in GetDeviceHandleInfo() 99 if (!EFI_ERROR(Status) && Devices != NULL && HandleBuffer != NULL) { in GetDeviceHandleInfo() 100 for (Count = 0 ; Count < *Devices ; Count++) { in GetDeviceHandleInfo() 147 UINTN Devices; in ShellCommandRunDevices() local 233 …Status = GetDeviceHandleInfo(*HandleListWalker, &Type, &Cfg, &Diag, &Parents, &Devices, &Children,… in ShellCommandRunDevices() 234 if (Name != NULL && (Parents != 0 || Devices != 0 || Children != 0)) { in ShellCommandRunDevices() 246 Devices, in ShellCommandRunDevices()
|
D | UefiShellDriver1CommandsLib.inf | 27 Devices.c
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/ |
D | DeviceManagerStrings.uni | 23 #string STR_DEVICES_LIST #language en-US "Devices List" 24 #language fr-FR "Devices List" 25 #string STR_DISK_DEVICE #language en-US "Disk Devices" 26 #language fr-FR "Disk Devices" 27 #string STR_VIDEO_DEVICE #language en-US "Video Devices" 28 #language fr-FR "Video Devices" 29 #string STR_NETWORK_DEVICE #language en-US "Network Devices" 30 #language fr-FR "Network Devices" 31 #string STR_INPUT_DEVICE #language en-US "Input Devices" 32 #language fr-FR "Input Devices" [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
D | UsbEnumer.c | 567 Child = Bus->Devices[Index]; in UsbRemoveDevice() 576 Bus->Devices[Index] = NULL; in UsbRemoveDevice() 578 Bus->Devices[Index]->DisconnectFail = TRUE; in UsbRemoveDevice() 594 Bus->Devices[Device->Address] = NULL; in UsbRemoveDevice() 597 Bus->Devices[Device->Address]->DisconnectFail = TRUE; in UsbRemoveDevice() 628 Device = Bus->Devices[Index]; in UsbFindChild() 758 if (Bus->Devices[Address] == NULL) { in UsbEnumerateNewDev() 772 Bus->Devices[Address] = Child; in UsbEnumerateNewDev()
|
D | UsbBus.c | 111 Dev->Bus->Devices[Dev->Translator.TranslatorHubAddress], in UsbIoControlTransfer() 284 Dev->Bus->Devices[Dev->Translator.TranslatorHubAddress], in UsbIoBulkTransfer() 1045 UsbBus->Devices[0] = RootHub; in UsbBusBuildProtocol() 1473 RootHub = Bus->Devices[0]; in UsbBusControllerDriverStop() 1479 if (Bus->Devices[Index] != NULL) { in UsbBusControllerDriverStop() 1480 Status = UsbRemoveDevice (Bus->Devices[Index]); in UsbBusControllerDriverStop()
|
D | UsbBus.h | 268 USB_DEVICE *Devices[256]; member
|
/device/linaro/hikey/bt-wifi-firmware-util/ |
D | NOTICE | 22 for TI ("TI Devices"). No hardware patent is licensed hereunder. 35 * any redistribution and use are licensed by TI for use only with TI Devices. 44 derivative works, are licensed by TI for use only with TI Devices. 48 with TI Devices.
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/ |
D | SiI3132AtaPassThru.c | 35 List = SataPort->Devices.ForwardLink; in GetSataDevice() 37 while (List != &SataPort->Devices) { in GetSataDevice() 475 List = SataPort->Devices.ForwardLink; in SiI3132GetNextDevice() 476 if (List != &SataPort->Devices) { in SiI3132GetNextDevice() 487 if (List != &SataPort->Devices) { in SiI3132GetNextDevice() 644 …*PortMultiplierPort = ((SATA_SI3132_DEVICE*)SataSiI3132Instance->Ports[*Port].Devices.ForwardLink)… in SiI3132GetDevice()
|
D | SataSiI3132.c | 55 InitializeListHead (&(Port->Devices)); in SataSiI3132PortConstructor() 209 InsertTailList (&Port->Devices, &Device->Link); in SataSiI3132PortInitialization()
|
D | SataSiI3132.h | 132 LIST_ENTRY Devices; member
|
/device/linaro/bootloader/edk2/StdLib/ |
D | StdLib.inc | 67 DevConsole|StdLib/LibC/Uefi/Devices/daConsole.inf 68 …DevShell|StdLib/LibC/Uefi/Devices/daShell.inf # DEPRECATED! Please use DevMedia for new cod… 69 DevMedia|StdLib/LibC/Uefi/Devices/daShell.inf 70 DevUtility|StdLib/LibC/Uefi/Devices/daUtility.inf
|
D | StdLib.dsc | 125 StdLib/LibC/Uefi/Devices/daUtility.inf 126 StdLib/LibC/Uefi/Devices/daConsole.inf 127 StdLib/LibC/Uefi/Devices/daShell.inf
|
D | ReadMe.txt | 335 DevConsole|StdLib/LibC/Uefi/Devices/daConsole.inf 336 DevShell|StdLib/LibC/Uefi/Devices/daShell.inf 337 DevUtility|StdLib/LibC/Uefi/Devices/daUtility.inf
|
/device/linaro/bootloader/edk2/EmulatorPkg/FirmwareVolumePei/ |
D | FirmwareVolumePei.inf | 4 # This PEIM will produce the HOB to describe Firmware Volume, Firmware Devices
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtFirmwareVolumePei/ |
D | WinNtFirmwareVolumePei.inf | 4 # This PEIM will produce the HOB to describe Firmware Volume, Firmware Devices
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/ |
D | QuarkSouthCluster.asi | 2 Quark South Cluster Devices.
|
D | Platform.asl | 339 // Devices placed here instead of below relevant controllers.
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | PchScc.asl | 30 // Devices score-boarded by the PEP, Rev0 format 33 // Devices score-boarded by the PEP, Rev1 format
|
D | GloblNvs.asl | 286 HLPS, 8, //(657) Hide Devices
|
D | 98_LINK.ASL | 53 Name(_UID,1) // Unique to other Link Devices
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/ |
D | facp.asl | 82 Legacy Devices Supported (V2) : 0
|
/device/linaro/bootloader/edk2/AppPkg/ |
D | ReadMe.txt | 346 DevConsole|StdLib/LibC/Uefi/Devices/daConsole.inf 347 DevShell|StdLib/LibC/Uefi/Devices/daShell.inf 348 DevUtility|StdLib/LibC/Uefi/Devices/daUtility.inf
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/ |
D | ReadMe.txt | 335 DevConsole|StdLib/LibC/Uefi/Devices/daConsole.inf 336 DevShell|StdLib/LibC/Uefi/Devices/daShell.inf 337 DevUtility|StdLib/LibC/Uefi/Devices/daUtility.inf
|