Home
last modified time | relevance | path

Searched refs:LocateDevicePath (Results 1 – 25 of 78) sorted by relevance

1234

/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
DFileIo.c115 Status = gBS->LocateDevicePath ( in CheckStoreExists()
160 Status = gBS->LocateDevicePath ( in FileOpen()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
DIsaDriver.c108 Status = gBS->LocateDevicePath (&gEfiPciIoProtocolGuid, &DevicePath, &PciHandle); in IsaIoDriverSupported()
203 Status = gBS->LocateDevicePath (&gEfiPciIoProtocolGuid, &TempDevicePath, &PciHandle); in IsaIoDriverStart()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DDblk.c44 …Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid, (EFI_DEVICE_PATH_PROTOCOL **)&DevPath, &B… in DisplayTheBlocks()
187 if (gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid, &DevPath, NULL) == EFI_NOT_FOUND) { in ShellCommandRunDblk()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBoot.c166 Status = gBS->LocateDevicePath (&gEfiFirmwareVolume2ProtocolGuid, &FvFileNode, &FvHandle); in BmGetFileBufferByFvFilePath()
248 Status = gBS->LocateDevicePath (&gEfiFirmwareVolume2ProtocolGuid, &Node, &Handle); in BmIsFvFilePath()
980 Status = gBS->LocateDevicePath (&gEfiSimpleFileSystemProtocolGuid, &TempDevicePath, &Handle); in BmExpandMediaDevicePath()
1007 Status = gBS->LocateDevicePath (&gEfiBlockIoProtocolGuid, &TempDevicePath, &Handle); in BmExpandMediaDevicePath()
1135 Status = gBS->LocateDevicePath (&gEfiLoadFileProtocolGuid, &Node, &Handle); in BmGetFileBufferFromLoadFileSystem()
1180 Status = gBS->LocateDevicePath (&gEfiLoadFileProtocolGuid, &Node, &Handle); in BmGetRamDiskDevicePath()
1226 Status = gBS->LocateDevicePath (&gEfiLoadFileProtocolGuid, &RamDiskDevicePath, &Handle); in BmGetRamDiskMemoryInfo()
1373 Status = gBS->LocateDevicePath (&gEfiLoadFileProtocolGuid, &Node, &Handle); in BmGetFileBufferFromLoadFiles()
1453 Status = gBS->LocateDevicePath (&gEfiSimpleFileSystemProtocolGuid, &Node, &Handle); in EfiBootManagerGetLoadOptionBuffer()
1455 Status = gBS->LocateDevicePath (&gEfiBlockIoProtocolGuid, &Node, &Handle); in EfiBootManagerGetLoadOptionBuffer()
[all …]
DBmConnect.c142 …Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &H… in EfiBootManagerConnectDevicePath()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/
DDxeServicesLib.c661 Status = gBS->LocateDevicePath (&gEfiFirmwareVolume2ProtocolGuid, &DevicePathNode, &Handle); in GetFileBufferByFilePath()
716 Status = gBS->LocateDevicePath (&gEfiSimpleFileSystemProtocolGuid, &DevicePathNode, &Handle); in GetFileBufferByFilePath()
841 Status = gBS->LocateDevicePath (&gEfiLoadFile2ProtocolGuid, &DevicePathNode, &Handle); in GetFileBufferByFilePath()
882 Status = gBS->LocateDevicePath (&gEfiLoadFileProtocolGuid, &DevicePathNode, &Handle); in GetFileBufferByFilePath()
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
DFwBlockServiceDxe.c44 Status = gBS->LocateDevicePath (&gEfiFirmwareVolumeBlockProtocolGuid, in InstallProtocolInterfaces()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
DDxeCis.h117 EFI_LOCATE_DEVICE_PATH LocateDevicePath; member
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DDxeTpm2MeasureBootLib.c477 Status = gBS->LocateDevicePath (&gEfiBlockIoProtocolGuid, &DevicePathNode, &Handle); in DxeTpm2MeasureBootHandler()
502 Status = gBS->LocateDevicePath ( in DxeTpm2MeasureBootHandler()
539 Status = gBS->LocateDevicePath (&gEfiFirmwareVolumeBlockProtocolGuid, &DevicePathNode, &Handle); in DxeTpm2MeasureBootHandler()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DDiskImage.c196 Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid,&DupDevicePath,&Handle); in HDiskImageRead()
372 Status = gBS->LocateDevicePath(&gEfiBlockIoProtocolGuid,&DupDevicePath,&Handle); in HDiskImageSave()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
DPlatformConsole.c194 Status = gBS->LocateDevicePath ( in GetGopDevicePath()
578 Status = gBS->LocateDevicePath ( in ConnectRootBridge()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
DFvbServiceDxe.c124 Status = gBS->LocateDevicePath ( in InstallFvbProtocol()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
DRamDiskFileExplorer.c164 Status = gBS->LocateDevicePath ( in OpenFileByDevicePath()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DDxeDeferImageLoadLib.c56 Status = gBS->LocateDevicePath ( in GetFileType()
80 Status = gBS->LocateDevicePath ( in GetFileType()
118 Status = gBS->LocateDevicePath ( in GetFileType()
/device/linaro/bootloader/edk2/DuetPkg/FSVariable/
DFileStorage.c150 Status = gBS->LocateDevicePath ( in CheckStoreExists()
388 Status = gBS->LocateDevicePath ( in OpenStore()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BootManagerPolicyDxe/
DBootManagerPolicyDxe.c177 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &DevicePath, &Controller); in BootManagerPolicyConnectDevicePath()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c3617 Status = gBS->LocateDevicePath (&gEfiBlockIoProtocolGuid, &UpdatedDevicePath, &Handle); in BdsLibGetBootableHandle()
3622 Status = gBS->LocateDevicePath (&gEfiSimpleFileSystemProtocolGuid, &UpdatedDevicePath, &Handle); in BdsLibGetBootableHandle()
3628 …Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &UpdatedDevicePath, &Handl… in BdsLibGetBootableHandle()
3675 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &UpdatedDevicePath, &Handle); in BdsLibGetBootableHandle()
3772 Status = gBS->LocateDevicePath (&gEfiLoadFileProtocolGuid, &UpdatedDevicePath, &Handle); in BdsLibNetworkBootWithMediaPresent()
3782 Status = gBS->LocateDevicePath (&gEfiLoadFileProtocolGuid, &UpdatedDevicePath, &Handle); in BdsLibNetworkBootWithMediaPresent()
3794 … Status = gBS->LocateDevicePath (&gEfiSimpleNetworkProtocolGuid, &UpdatedDevicePath, &Handle); in BdsLibNetworkBootWithMediaPresent()
4013 Status = gBS->LocateDevicePath ( in BdsLibIsValidEFIBootOptDevicePathExt()
4024 Status = gBS->LocateDevicePath ( in BdsLibIsValidEFIBootOptDevicePathExt()
4103 Status = gBS->LocateDevicePath (&gEfiBlockIoProtocolGuid, &TempDevicePath, &Handle); in BdsLibIsValidEFIBootOptDevicePathExt()
[all …]
DBdsConnect.c144 …Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &H… in BdsLibConnectDevicePath()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsBoot.c3734 Status = gBS->LocateDevicePath (&gEfiBlockIoProtocolGuid, &UpdatedDevicePath, &Handle); in BdsLibGetBootableHandle()
3739 Status = gBS->LocateDevicePath (&gEfiSimpleFileSystemProtocolGuid, &UpdatedDevicePath, &Handle); in BdsLibGetBootableHandle()
3745 …Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &UpdatedDevicePath, &Handl… in BdsLibGetBootableHandle()
3792 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &UpdatedDevicePath, &Handle); in BdsLibGetBootableHandle()
3889 Status = gBS->LocateDevicePath (&gEfiLoadFileProtocolGuid, &UpdatedDevicePath, &Handle); in BdsLibNetworkBootWithMediaPresent()
3899 Status = gBS->LocateDevicePath (&gEfiLoadFileProtocolGuid, &UpdatedDevicePath, &Handle); in BdsLibNetworkBootWithMediaPresent()
3911 … Status = gBS->LocateDevicePath (&gEfiSimpleNetworkProtocolGuid, &UpdatedDevicePath, &Handle); in BdsLibNetworkBootWithMediaPresent()
4130 Status = gBS->LocateDevicePath ( in BdsLibIsValidEFIBootOptDevicePathExt()
4141 Status = gBS->LocateDevicePath ( in BdsLibIsValidEFIBootOptDevicePathExt()
4220 Status = gBS->LocateDevicePath (&gEfiBlockIoProtocolGuid, &TempDevicePath, &Handle); in BdsLibIsValidEFIBootOptDevicePathExt()
[all …]
DBdsConnect.c144 …Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &H… in BdsLibConnectDevicePath()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
DArmJunoDxe.c103 Status = gBS->LocateDevicePath (&gEfiPciRootBridgeIoProtocolGuid, in OnEndOfDxe()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.c790 Status = gBS->LocateDevicePath (&gEfiBlockIoProtocolGuid, &DevicePathNode, &Handle); in DxeTpmMeasureBootHandler()
815 Status = gBS->LocateDevicePath ( in DxeTpmMeasureBootHandler()
851 Status = gBS->LocateDevicePath (&gEfiFirmwareVolumeBlockProtocolGuid, &DevicePathNode, &Handle); in DxeTpmMeasureBootHandler()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigFileExplorer.c131 Status = gBS->LocateDevicePath ( in OpenFileByDevicePath()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyUsbDxe/
DHiKeyUsbDxe.c234 Status = gBS->LocateDevicePath (&gEfiBlockIoProtocolGuid, &FlashDevicePath, &FlashHandle); in HiKeyUsbGetSerialNo()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SecurityStubDxe/
DDefer3rdPartyImageLoad.c67 Status = gBS->LocateDevicePath ( in FileFromFv()

1234