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

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

Completed in 1457 milliseconds