HomeSort by relevance Sort by last modified time
    Searched refs:LocateDevicePath (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
hw.c 56 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, Protocol, &DevicePath, &Handle);
62 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &DeviceIoProtocol, &DevicePath, &Handle);
sread.c 99 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &FileSystemProtocol, FilePath, DeviceHandle);
201 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &LoadFileProtocol, &TempFilePath, DeviceHandle);
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FileIo.c 115 Status = gBS->LocateDevicePath (
160 Status = gBS->LocateDevicePath (
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaDriver.c 108 Status = gBS->LocateDevicePath (&gEfiPciIoProtocolGuid, &DevicePath, &PciHandle);
203 Status = gBS->LocateDevicePath (&gEfiPciIoProtocolGuid, &TempDevicePath, &PciHandle);
223 // Fail due to LocateDevicePath(...) or OpenProtocol(Sio, BY_DRIVER)
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Dblk.c 45 Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid, (EFI_DEVICE_PATH_PROTOCOL **)&DevPath, &BlockIoHandle);
188 if (gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid, &DevPath, NULL) == EFI_NOT_FOUND) {
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
DxeCis.h 117 EFI_LOCATE_DEVICE_PATH LocateDevicePath;
  /device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
FwBlockServiceDxe.c 44 Status = gBS->LocateDevicePath (&gEfiFirmwareVolumeBlockProtocolGuid,
48 // LocateDevicePath fails so install a new interface and device path
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbServiceDxe.c 124 Status = gBS->LocateDevicePath (
131 // LocateDevicePath fails so install a new interface and device path.
133 DEBUG ((EFI_D_INFO, "FwBlockService.c: LocateDevicePath failed, install new interface 0x%lx:\n", FwhInstance->FvBase));
150 DEBUG ((EFI_D_ERROR, "FwBlockService.c: LocateDevicePath succeeded, reinstall interface 0x%lx:\n", FwhInstance->FvBase));
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DiskImage.c 197 Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid,&DupDevicePath,&Handle);
371 Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid,&DupDevicePath,&Handle);
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DxeDeferImageLoadLib.c 56 Status = gBS->LocateDevicePath (
80 Status = gBS->LocateDevicePath (
118 Status = gBS->LocateDevicePath (
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DxeTpm2MeasureBootLib.c 478 Status = gBS->LocateDevicePath (&gEfiBlockIoProtocolGuid, &DevicePathNode, &Handle);
503 Status = gBS->LocateDevicePath (
540 Status = gBS->LocateDevicePath (&gEfiFirmwareVolumeBlockProtocolGuid, &DevicePathNode, &Handle);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/
HiKeyDxe.c 63 Status = gBS->LocateDevicePath (&gEfiBlockIoProtocolGuid, &BlockDevicePath, &Handle);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Bds/
BdsEntry.c 170 Status = gBS->LocateDevicePath(&gEfiUsbIoProtocolGuid, &FileSystemDevicePath, &UsbDeviceHandle);
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Bds/
BdsEntry.c 170 Status = gBS->LocateDevicePath(&gEfiUsbIoProtocolGuid, &FileSystemDevicePath, &UsbDeviceHandle);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConnect.c 144 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &Handle);
BdsBoot.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmConnect.c 142 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &Handle);
BmBoot.c 272 Status = gBS->LocateDevicePath (&gEfiFirmwareVolume2ProtocolGuid, &FvFileNode, &FvHandle);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/BootManagerPolicyDxe/
BootManagerPolicyDxe.c 177 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &DevicePath, &Controller);
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/
DxeServicesLib.c 661 Status = gBS->LocateDevicePath (&gEfiFirmwareVolume2ProtocolGuid, &DevicePathNode, &Handle);
716 Status = gBS->LocateDevicePath (&gEfiSimpleFileSystemProtocolGuid, &DevicePathNode, &Handle);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConnect.c 144 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &Handle);
BdsBoot.c     [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
FileStorage.c 150 Status = gBS->LocateDevicePath (
388 Status = gBS->LocateDevicePath (
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DxeTpmMeasureBootLib.c 788 Status = gBS->LocateDevicePath (&gEfiBlockIoProtocolGuid, &DevicePathNode, &Handle);
813 Status = gBS->LocateDevicePath (
849 Status = gBS->LocateDevicePath (&gEfiFirmwareVolumeBlockProtocolGuid, &DevicePathNode, &Handle);
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBdsLib/
BdsPlatform.c 174 Status = gBS->LocateDevicePath (
742 Status = gBS->LocateDevicePath (

Completed in 657 milliseconds

1 2 3 4