HomeSort by relevance Sort by last modified time
    Searched defs:DevicePath (Results 1 - 25 of 219) sorted by null

1 2 3 4 5 6 7 8 9

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Guid/
BlockIoVendor.h 25 VENDOR_DEVICE_PATH DevicePath;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
PlatformBootManager.h 40 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
VlanConfigDriver.c 129 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
168 (VOID **) &DevicePath,
189 PrivateData->ParentDevicePath = DevicePath;
  /device/linaro/bootloader/edk2/OvmfPkg/BlockMmioToBlockIoDxe/
BlockIo.h 24 #include <Protocol/DevicePath.h>
45 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
LcdGraphicsOutputDxe.h 25 #include <Protocol/DevicePath.h>
42 LCD_GRAPHICS_DEVICE_PATH DevicePath;
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DeviceIo.h 36 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
47 IN EFI_DEVICE_PATH_PROTOCOL *DevicePath,
61 DevicePath - Device Path of PCI RootBridge IO instance
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/
EmuBusDriverDxe.h 20 #include <Protocol/DevicePath.h>
58 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
EmuBusDriverDxe.c 267 EmuDevice->DevicePath = EmuBusCreateDevicePath (
272 if (EmuDevice->DevicePath == NULL) {
288 &gEfiDevicePathProtocolGuid, EmuDevice->DevicePath,
406 &gEfiDevicePathProtocolGuid, EmuDevice->DevicePath,
468 EMU_VENDOR_DEVICE_PATH_NODE DevicePath;
470 DevicePath.VendorDevicePath.Header.Type = HARDWARE_DEVICE_PATH;
471 DevicePath.VendorDevicePath.Header.SubType = HW_VENDOR_DP;
472 SetDevicePathNodeLength (&DevicePath.VendorDevicePath.Header, sizeof (EMU_VENDOR_DEVICE_PATH_NODE));
477 CopyMem (&DevicePath.VendorDevicePath.Guid, Guid, sizeof (EFI_GUID));
483 DevicePath.Instance = InstanceNumber;
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuSnpDxe/
EmuSnpDxe.h 27 #include <Protocol/DevicePath.h>
52 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaDriver.c 88 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
98 (VOID **) &DevicePath,
108 Status = gBS->LocateDevicePath (&gEfiPciIoProtocolGuid, &DevicePath, &PciHandle);
174 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
190 (VOID **) &DevicePath,
202 TempDevicePath = DevicePath;
240 InitializeIsaIoInstance (IsaIoDevice, DevicePath, Resources);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciLib.h 28 UINT8 *DevicePath;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbSmmDxe.h 63 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
I2cAcpi.h 29 #include <Protocol/DevicePath.h>
51 CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Variable/BlockVariableDxe/
BlockVariableDxe.h 45 EFI_DEVICE_PATH_PROTOCOL DevicePath;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Bds/
FirmwareVolume.c 118 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
121 DevicePath = DevicePathFromHandle (FvHandle);
125 return AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&NewNode);
137 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
140 DevicePath = FvFileDevicePath (FvHandle, NameGuid);
142 Status = gBS->LoadImage (TRUE, gImageHandle, DevicePath, NULL, 0, &ImageHandle);
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Bds/
FirmwareVolume.c 118 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
121 DevicePath = DevicePathFromHandle (FvHandle);
125 return AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&NewNode);
137 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
140 DevicePath = FvFileDevicePath (FvHandle, NameGuid);
142 Status = gBS->LoadImage (TRUE, gImageHandle, DevicePath, NULL, 0, &ImageHandle);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
ShellSetFdt.c 154 EFI_DEVICE_PATH *DevicePath;
162 DevicePath = NULL;
167 DevicePath = Shell->GetDevicePathFromFilePath (FilePath);
168 if (DevicePath != NULL) {
179 DevicePath,
202 DevicePath = EfiDevicePathFromTextProtocol->ConvertTextToDevicePath (
205 if (DevicePath == NULL) {
259 if (DevicePath != NULL) {
260 FreePool (DevicePath);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/
VgaClass.h 24 #include <Protocol/DevicePath.h>
75 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/IsaBusDxe/
IsaBusDxe.c 293 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
311 (VOID **) &DevicePath,
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDxe.c 89 Private->Ip4Nic->DevicePath,
165 Private->Ip6Nic->DevicePath,
311 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
449 DevicePath = AppendDevicePathNode (Private->ParentDevicePath, (EFI_DEVICE_PATH_PROTOCOL*) Node);
451 if (DevicePath == NULL) {
467 Private->Ip4Nic->DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL*) Node);
469 FreePool (DevicePath);
470 if (Private->Ip4Nic->DevicePath == NULL) {
484 Private->Ip4Nic->DevicePath,
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
PlatformBootManager.h 42 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBusDriverDxe/
WinNtBusDriver.h 117 #include <Protocol/DevicePath.h>
157 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DriverBinding.c 443 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
476 (VOID **)&DevicePath, This->DriverBindingHandle,
492 Dev->MacDevicePath = AppendDevicePathNode (DevicePath, &MacNode.Header);
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
XenBusDxe.c 321 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
339 (VOID **) &DevicePath,
354 Dev->DevicePath = DevicePath;
464 &gEfiDevicePathProtocolGuid, ChildData->DevicePath,
472 FreePool (ChildData->DevicePath);
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DwUsbHostDxe.h 70 EFI_USB_PCIIO_DEVICE_PATH DevicePath;

Completed in 926 milliseconds

1 2 3 4 5 6 7 8 9