/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/DeviceManagerUiLib/ |
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 | 51 IN OUT UINTN *Devices, in GetDeviceHandleInfo() argument 66 || Devices == NULL in GetDeviceHandleInfo() 76 *Devices = 0; in GetDeviceHandleInfo() 97 Status = PARSE_HANDLE_DATABASE_UEFI_DRIVERS(TheHandle, Devices, &HandleBuffer); in GetDeviceHandleInfo() 98 if (!EFI_ERROR(Status) && Devices != NULL && HandleBuffer != NULL) { in GetDeviceHandleInfo() 99 for (Count = 0 ; Count < *Devices ; Count++) { in GetDeviceHandleInfo() 146 UINTN Devices; in ShellCommandRunDevices() local 232 …Status = GetDeviceHandleInfo(*HandleListWalker, &Type, &Cfg, &Diag, &Parents, &Devices, &Children,… in ShellCommandRunDevices() 233 if (Name != NULL && (Parents != 0 || Devices != 0 || Children != 0)) { in ShellCommandRunDevices() 245 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() 762 if (Bus->Devices[Address] == NULL) { in UsbEnumerateNewDev() 776 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() 1042 UsbBus->Devices[0] = RootHub; in UsbBusBuildProtocol() 1470 RootHub = Bus->Devices[0]; in UsbBusControllerDriverStop() 1476 if (Bus->Devices[Index] != NULL) { in UsbBusControllerDriverStop() 1477 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
|
/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | hardware_info_app.te | 28 # Devices
|
/device/ti/beagle_x15/gpu/ |
D | NOTICE | 19 * or for TI ('TI Devices'). 32 * * any redistribution and use are licensed by TI for use only with TI Devices. 41 * derivative works, are licensed by TI for use only with TI Devices. 44 * with TI 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/EmulatorPkg/FirmwareVolumePei/ |
D | FirmwareVolumePei.inf | 4 # This PEIM will produce the HOB to describe Firmware Volume, Firmware Devices
|
/device/mediatek/wembley-sepolicy/r_non_plat/ |
D | device.te | 239 # Sensor common Devices Start 251 # Sensor Devices Start 255 # Sensor bio Devices Start
|
/device/mediatek/wembley-sepolicy/non_plat/ |
D | device.te | 239 # Sensor common Devices Start 251 # Sensor Devices Start 255 # Sensor bio Devices Start
|
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/ |
D | EepromDriver.txt | 84 1. Create driver directory (OpenPlatformPkg/Drivers/I2c/Devices/...).
|
D | SpiDriver.txt | 88 Drivers/Spi/Devices/A8kSpiFlash.h)
|
/device/linaro/poplar/sepolicy/ |
D | file_contexts | 2 # Devices
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/ |
D | QuarkSouthCluster.asi | 2 Quark South Cluster Devices.
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Armada/ |
D | Armada70x0.fdf | 107 INF OpenPlatformPkg/Drivers/I2c/Devices/MvEeprom/MvEeprom.inf 109 INF OpenPlatformPkg/Drivers/Spi/Devices/MvSpiFlash.inf
|