HomeSort by relevance Sort by last modified time
    Searched refs:HandleFilePath (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/
Image.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DriverSupport.c 70 EFI_DEVICE_PATH_PROTOCOL *HandleFilePath;
86 Status = CoreHandleProtocol (ControllerHandle, &gEfiDevicePathProtocolGuid, (VOID **)&HandleFilePath);
88 ASSERT (HandleFilePath != NULL);
89 FilePath = HandleFilePath;
92 HandleFilePathSize = GetDevicePathSize (HandleFilePath) - sizeof (EFI_DEVICE_PATH_PROTOCOL);
96 CopyMem (TempFilePath, HandleFilePath, HandleFilePathSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dispatcher.c 323 EFI_DEVICE_PATH_PROTOCOL *HandleFilePath;
340 HandleFilePath = FilePath;
349 Status = gBS->LocateDevicePath (&gEfiFirmwareVolume2ProtocolGuid, &HandleFilePath, &DeviceHandle);
372 Status = gBS->HandleProtocol (DeviceHandle, &gEfiDevicePathProtocolGuid, (VOID **)&HandleFilePath);
374 FilePathSize = GetDevicePathSize (HandleFilePath) - sizeof(EFI_DEVICE_PATH_PROTOCOL);
    [all...]

Completed in 49 milliseconds