Searched defs:DevicePathToText (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DUnload.c70 EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *DevicePathToText; local
86 (VOID**)&DevicePathToText);
91 DevicePathText = DevicePathToText->ConvertDevicePathToText(Image->FilePath, TRUE, TRUE);
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDpUtilities.c34 #include <Protocol/DevicePathToText.h>
223 EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *DevicePathToText; local
342 (VOID **) &DevicePathToText
345 NameString = DevicePathToText->ConvertDevicePathToText (LoadedImageDevicePath, TRUE, FALSE);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c119 EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *DevicePathToText; local
125 DevicePathToText = NULL;
129 (VOID**)&DevicePathToText);
135 Temp = DevicePathToText->ConvertDevicePathToText(DevicePath, TRUE, TRUE);
651 EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *DevicePathToText; local
822 (VOID**)&DevicePathToText);
838 *BestDeviceName = DevicePathToText->ConvertDevicePathToText(DevicePath, TRUE, TRUE);

Completed in 51 milliseconds