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

/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;

Completed in 34 milliseconds