HomeSort by relevance Sort by last modified time
    Searched defs:FvDevicePath (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsAppLoader.c 43 EFI_DEVICE_PATH *FvDevicePath;
110 Status = gBS->HandleProtocol (HandleBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID **)&FvDevicePath);
114 *DevicePath = AppendDevicePathNode (FvDevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&FileDevicePath);
153 EFI_DEVICE_PATH *FvDevicePath;
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/
ArmFvpDxe.c 75 EFI_DEVICE_PATH *FvDevicePath;
126 Status = gBS->HandleProtocol (HandleBuffer[Index], &gEfiDevicePathProtocolGuid, (VOID **)&FvDevicePath);
128 *FdtDevicePath = AppendDevicePathNode (FvDevicePath,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystemEntryPoint.c 427 EFI_DEVICE_PATH_PROTOCOL *FvDevicePath;
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/MdePkg/Library/DxeServicesLib/
DxeServicesLib.c     [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
FwBlockService.h 127 FV_DEVICE_PATH FvDevicePath;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Dispatcher/
Dispatcher.c 837 EFI_DEVICE_PATH_PROTOCOL *FvDevicePath;
843 Status = CoreHandleProtocol (FvHandle, &gEfiDevicePathProtocolGuid, (VOID **)&FvDevicePath);
854 FvDevicePath,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dispatcher.c     [all...]

Completed in 264 milliseconds