Home
last modified time | relevance | path

Searched refs:mDevicePathLibDevicePathToText (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DUefiDevicePathLibOptionalDevicePathProtocol.c26 GLOBAL_REMOVE_IF_UNREFERENCED EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *mDevicePathLibDevicePathToText variable
387 if (mDevicePathLibDevicePathToText == NULL) { in ConvertDeviceNodeToText()
388mDevicePathLibDevicePathToText = UefiDevicePathLibLocateProtocol (&gEfiDevicePathToTextProtocolGui… in ConvertDeviceNodeToText()
390 if (mDevicePathLibDevicePathToText != NULL) { in ConvertDeviceNodeToText()
391 …return mDevicePathLibDevicePathToText->ConvertDeviceNodeToText (DeviceNode, DisplayOnly, AllowShor… in ConvertDeviceNodeToText()
420 if (mDevicePathLibDevicePathToText == NULL) { in ConvertDevicePathToText()
421mDevicePathLibDevicePathToText = UefiDevicePathLibLocateProtocol (&gEfiDevicePathToTextProtocolGui… in ConvertDevicePathToText()
423 if (mDevicePathLibDevicePathToText != NULL) { in ConvertDevicePathToText()
424 …return mDevicePathLibDevicePathToText->ConvertDevicePathToText (DevicePath, DisplayOnly, AllowShor… in ConvertDevicePathToText()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
DUefiDevicePathLib.c32 GLOBAL_REMOVE_IF_UNREFERENCED EFI_DEVICE_PATH_TO_TEXT_PROTOCOL *mDevicePathLibDevicePathToText variable
749 if (mDevicePathLibDevicePathToText == NULL) { in ConvertDeviceNodeToText()
750mDevicePathLibDevicePathToText = UefiDevicePathLibLocateProtocol (&gEfiDevicePathToTextProtocolGui… in ConvertDeviceNodeToText()
752 if (mDevicePathLibDevicePathToText != NULL) { in ConvertDeviceNodeToText()
753 …return mDevicePathLibDevicePathToText->ConvertDeviceNodeToText (DeviceNode, DisplayOnly, AllowShor… in ConvertDeviceNodeToText()
782 if (mDevicePathLibDevicePathToText == NULL) { in ConvertDevicePathToText()
783mDevicePathLibDevicePathToText = UefiDevicePathLibLocateProtocol (&gEfiDevicePathToTextProtocolGui… in ConvertDevicePathToText()
785 if (mDevicePathLibDevicePathToText != NULL) { in ConvertDevicePathToText()
786 …return mDevicePathLibDevicePathToText->ConvertDevicePathToText (DevicePath, DisplayOnly, AllowShor… in ConvertDevicePathToText()