Searched refs:gDevPathToText (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DShellCommandLib.h36 extern EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *gDevPathToText;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.c39 EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *gDevPathToText = NULL; variable
67 if (gDevPathToText == NULL) {
68 Status = gBS->LocateProtocol(&gEfiDevicePathToTextProtocolGuid, NULL, (VOID**)&gDevPathToText);
192 gDevPathToText = NULL;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrivers.c83 RetVal = gDevPathToText->ConvertDevicePathToText(FinalPath, TRUE, TRUE);
H A DDh.c263 *Name = gDevPathToText->ConvertDevicePathToText(DevicePath, TRUE, TRUE);
357 TempStringPointer = gDevPathToText->ConvertDevicePathToText(DevicePath, TRUE, FALSE);
H A DDrvCfg.c409 TempDevPathString = gDevPathToText->ConvertDevicePathToText((EFI_DEVICE_PATH_PROTOCOL*)(((CHAR8*)PackageHeader) + sizeof(EFI_HII_PACKAGE_HEADER)), TRUE, TRUE);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c1589 Temp = gDevPathToText->ConvertDevicePathToText(ShellInfoObject.FileDevPath, TRUE, TRUE);
1591 Temp = gDevPathToText->ConvertDevicePathToText(ShellInfoObject.ImageDevPath, TRUE, TRUE);
1593 Temp = gDevPathToText->ConvertDevicePathToText(DevPath, TRUE, TRUE);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DBcfg.c641 DevPathString = gDevPathToText->ConvertDevicePathToText(DevPath, TRUE, FALSE);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c641 DevPathString = gDevPathToText->ConvertDevicePathToText(DevPath, TRUE, FALSE);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DMap.c424 DevPathString = gDevPathToText->ConvertDevicePathToText(DevPath, TRUE, FALSE);

Completed in 68 milliseconds