Searched refs:AlignedNode (Results 1 – 1 of 1) sorted by relevance
2520 EFI_DEVICE_PATH_PROTOCOL *AlignedNode; in UefiDevicePathLibConvertDevicePathToText() local2559 AlignedNode = AllocateCopyPool (DevicePathNodeLength (Node), Node); in UefiDevicePathLibConvertDevicePathToText()2563 ToText (&Str, AlignedNode, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDevicePathToText()2564 FreePool (AlignedNode); in UefiDevicePathLibConvertDevicePathToText()