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

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DpUtilities.c 201 EFI_DEVICE_PATH_PROTOCOL *LoadedImageDevicePath;
274 (VOID **) &LoadedImageDevicePath
276 if (!EFI_ERROR (Status) && (LoadedImageDevicePath != NULL)) {
277 DevicePath = LoadedImageDevicePath;
280 // Try to get image GUID from LoadedImageDevicePath protocol
323 NameString = ConvertDevicePathToText (LoadedImageDevicePath, TRUE, FALSE);
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DpUtilities.c 215 EFI_DEVICE_PATH_PROTOCOL *LoadedImageDevicePath;
306 (VOID **) &LoadedImageDevicePath
308 if (!EFI_ERROR (Status) && (LoadedImageDevicePath != NULL)) {
309 DevicePath = LoadedImageDevicePath;
312 // Try to get image GUID from LoadedImageDevicePath protocol
359 NameString = ConvertDevicePathToText (LoadedImageDevicePath, TRUE, FALSE);
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/
DxeMain.h 261 EFI_DEVICE_PATH_PROTOCOL *LoadedImageDevicePath;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideDxe.c 635 EFI_DEVICE_PATH_PROTOCOL *LoadedImageDevicePath;
759 LoadedImageDevicePath = NULL;
763 (VOID **) &LoadedImageDevicePath
765 if (LoadedImageDevicePath == NULL) {
823 if (EFI_ERROR (CheckMapping (mControllerDevicePathProtocol[mSelectedCtrIndex], LoadedImageDevicePath, &mMappingDataBase, NULL, NULL))) {
841 DriverName = DevicePathToStr (LoadedImageDevicePath);
915 EFI_DEVICE_PATH_PROTOCOL *LoadedImageDevicePath;
    [all...]
PlatDriOverrideLib.c     [all...]

Completed in 125 milliseconds