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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePath.c31 GLOBAL_REMOVE_IF_UNREFERENCED CONST EFI_DEVICE_PATH_TO_TEXT_PROTOCOL mDevicePathToText = { variable
74 &gEfiDevicePathToTextProtocolGuid, &mDevicePathToText,
82 &gEfiDevicePathToTextProtocolGuid, &mDevicePathToText,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiSortLib/
H A DUefiSortLib.c29 STATIC EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *mDevicePathToText = NULL; variable
227 if (mDevicePathToText == NULL) {
231 (VOID**)&mDevicePathToText);
245 TextPath1 = mDevicePathToText->ConvertDevicePathToText(
250 TextPath2 = mDevicePathToText->ConvertDevicePathToText(

Completed in 40 milliseconds