Home
last modified time | relevance | path

Searched refs:FvDevicePath (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsAppLoader.c43 EFI_DEVICE_PATH *FvDevicePath; in LocateEfiApplicationInFvByName() local
110 …s = gBS->HandleProtocol (HandleBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID **)&FvDevicePath); in LocateEfiApplicationInFvByName()
114 … *DevicePath = AppendDevicePathNode (FvDevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&FileDevicePath); in LocateEfiApplicationInFvByName()
153 EFI_DEVICE_PATH *FvDevicePath; in LocateEfiApplicationInFvByGuid() local
227 …us = gBS->HandleProtocol (HandleBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID**)&FvDevicePath); in LocateEfiApplicationInFvByGuid()
235 … *DevicePath = AppendDevicePathNode (FvDevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&FvFileDevicePath); in LocateEfiApplicationInFvByGuid()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
DFvSimpleFileSystemEntryPoint.c427 EFI_DEVICE_PATH_PROTOCOL *FvDevicePath; in FvSimpleFileSystemDriverStart() local
481 (VOID **) &FvDevicePath, in FvSimpleFileSystemDriverStart()
490 while (!IsDevicePathEndType (FvDevicePath)) { in FvSimpleFileSystemDriverStart()
491 if (DevicePathType (FvDevicePath) == MEDIA_DEVICE_PATH && in FvSimpleFileSystemDriverStart()
492 DevicePathSubType (FvDevicePath) == MEDIA_PIWG_FW_VOL_DP) { in FvSimpleFileSystemDriverStart()
504 FvGuid = &((MEDIA_FW_VOL_DEVICE_PATH *) FvDevicePath)->FvName; in FvSimpleFileSystemDriverStart()
518 FvDevicePath = NextDevicePathNode (FvDevicePath); in FvSimpleFileSystemDriverStart()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/
DArmFvpDxe.c75 EFI_DEVICE_PATH *FvDevicePath; in InternalFindFdtByGuid() local
126 …s = gBS->HandleProtocol (HandleBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID **)&FvDevicePath); in InternalFindFdtByGuid()
128 *FdtDevicePath = AppendDevicePathNode (FvDevicePath, in InternalFindFdtByGuid()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/
DDxeServicesLib.c979 EFI_DEVICE_PATH_PROTOCOL *FvDevicePath; in GetFileDevicePathFromAnyFv() local
989 FvDevicePath = NULL; in GetFileDevicePathFromAnyFv()
1057 Status = gBS->HandleProtocol (FvHandle, &gEfiDevicePathProtocolGuid, (VOID **)&FvDevicePath); in GetFileDevicePathFromAnyFv()
1069 FvDevicePath, in GetFileDevicePathFromAnyFv()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
DDispatcher.c837 EFI_DEVICE_PATH_PROTOCOL *FvDevicePath; in CoreFvToDevicePath() local
843 Status = CoreHandleProtocol (FvHandle, &gEfiDevicePathProtocolGuid, (VOID **)&FvDevicePath); in CoreFvToDevicePath()
854 FvDevicePath, in CoreFvToDevicePath()
1129 EFI_DEVICE_PATH_PROTOCOL *FvDevicePath; in CoreFwVolEventProtocolNotify() local
1193 Status = CoreHandleProtocol (FvHandle, &gEfiDevicePathProtocolGuid, (VOID **)&FvDevicePath); in CoreFwVolEventProtocolNotify()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DDispatcher.c1107 EFI_DEVICE_PATH_PROTOCOL *FvDevicePath; in SmmFvToDevicePath() local
1113 Status = gBS->HandleProtocol (FvHandle, &gEfiDevicePathProtocolGuid, (VOID **)&FvDevicePath); in SmmFvToDevicePath()
1127 FvDevicePath, in SmmFvToDevicePath()
1223 EFI_DEVICE_PATH_PROTOCOL *FvDevicePath; in SmmDriverDispatchHandler() local
1276 Status = gBS->HandleProtocol (FvHandle, &gEfiDevicePathProtocolGuid, (VOID **)&FvDevicePath); in SmmDriverDispatchHandler()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
DFwBlockService.h127 FV_DEVICE_PATH FvDevicePath; member
DFwBlockService.c1956 FvbDevice->FvDevicePath.MemMapDevPath.StartingAddress = BaseAddress; in FvbInitialize()
1957 … FvbDevice->FvDevicePath.MemMapDevPath.EndingAddress = BaseAddress + (FwVolHeader->FvLength - 1); in FvbInitialize()
1958 FwbDevicePath = (EFI_DEVICE_PATH_PROTOCOL *)&FvbDevice->FvDevicePath; in FvbInitialize()