/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 | 44 Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid, (EFI_DEVICE_PATH_PROTOCOL **)&DevPath, &BlockIoHandle);
187 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/MdeModulePkg/Universal/Disk/RamDiskDxe/ |
RamDiskFileExplorer.c | 164 Status = gBS->LocateDevicePath (
|
/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 | 196 Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid,&DupDevicePath,&Handle);
372 Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid,&DupDevicePath,&Handle);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
BmBoot.c | 166 Status = gBS->LocateDevicePath (&gEfiFirmwareVolume2ProtocolGuid, &FvFileNode, &FvHandle);
248 Status = gBS->LocateDevicePath (&gEfiFirmwareVolume2ProtocolGuid, &Node, &Handle);
[all...] |
BmConnect.c | 142 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &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 | 477 Status = gBS->LocateDevicePath (&gEfiBlockIoProtocolGuid, &DevicePathNode, &Handle);
502 Status = gBS->LocateDevicePath (
539 Status = gBS->LocateDevicePath (&gEfiFirmwareVolumeBlockProtocolGuid, &DevicePathNode, &Handle);
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ |
ArmJunoDxe.c | 103 Status = gBS->LocateDevicePath (&gEfiPciRootBridgeIoProtocolGuid,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
BdsConnect.c | 144 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &Handle);
|
BdsBoot.c | [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/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
SecureBootConfigFileExplorer.c | 131 Status = gBS->LocateDevicePath (
|
/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/CorebootPayloadPkg/Library/PlatformBootManagerLib/ |
PlatformConsole.c | 194 Status = gBS->LocateDevicePath (
578 Status = gBS->LocateDevicePath (
|
/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 | 790 Status = gBS->LocateDevicePath (&gEfiBlockIoProtocolGuid, &DevicePathNode, &Handle);
815 Status = gBS->LocateDevicePath (
851 Status = gBS->LocateDevicePath (&gEfiFirmwareVolumeBlockProtocolGuid, &DevicePathNode, &Handle);
[all...] |