Searched refs:HandleFilePath (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Image/ |
D | Image.c | 1057 EFI_DEVICE_PATH_PROTOCOL *HandleFilePath; in CoreLoadImageCommon() local 1086 HandleFilePath = FilePath; in CoreLoadImageCommon() 1099 Status = CoreLocateDevicePath (&gEfiDevicePathProtocolGuid, &HandleFilePath, &DeviceHandle); in CoreLoadImageCommon() 1117 … Status = CoreLocateDevicePath (&gEfiFirmwareVolume2ProtocolGuid, &HandleFilePath, &DeviceHandle); in CoreLoadImageCommon() 1121 HandleFilePath = FilePath; in CoreLoadImageCommon() 1122 … Status = CoreLocateDevicePath (&gEfiSimpleFileSystemProtocolGuid, &HandleFilePath, &DeviceHandle); in CoreLoadImageCommon() 1125 HandleFilePath = FilePath; in CoreLoadImageCommon() 1126 … Status = CoreLocateDevicePath (&gEfiLoadFile2ProtocolGuid, &HandleFilePath, &DeviceHandle); in CoreLoadImageCommon() 1129 HandleFilePath = FilePath; in CoreLoadImageCommon() 1130 Status = CoreLocateDevicePath (&gEfiLoadFileProtocolGuid, &HandleFilePath, &DeviceHandle); in CoreLoadImageCommon() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/ |
D | DriverSupport.c | 70 EFI_DEVICE_PATH_PROTOCOL *HandleFilePath; in CoreConnectController() local 86 …tus = CoreHandleProtocol (ControllerHandle, &gEfiDevicePathProtocolGuid, (VOID **)&HandleFilePath); in CoreConnectController() 88 ASSERT (HandleFilePath != NULL); in CoreConnectController() 89 FilePath = HandleFilePath; in CoreConnectController() 92 … HandleFilePathSize = GetDevicePathSize (HandleFilePath) - sizeof (EFI_DEVICE_PATH_PROTOCOL); in CoreConnectController() 96 CopyMem (TempFilePath, HandleFilePath, HandleFilePathSize); in CoreConnectController()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | Dispatcher.c | 323 EFI_DEVICE_PATH_PROTOCOL *HandleFilePath; in SmmLoadImage() local 340 HandleFilePath = FilePath; in SmmLoadImage() 349 Status = gBS->LocateDevicePath (&gEfiFirmwareVolume2ProtocolGuid, &HandleFilePath, &DeviceHandle); in SmmLoadImage() 372 …Status = gBS->HandleProtocol (DeviceHandle, &gEfiDevicePathProtocolGuid, (VOID **)&HandleFilePath); in SmmLoadImage() 374 FilePathSize = GetDevicePathSize (HandleFilePath) - sizeof(EFI_DEVICE_PATH_PROTOCOL); in SmmLoadImage()
|