Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libefivar/
H A Defivar-dp-format.c2494 EFI_DEVICE_PATH_PROTOCOL *AlignedNode; in UefiDevicePathLibConvertDevicePathToText() local
2533 AlignedNode = AllocateCopyPool (DevicePathNodeLength (Node), Node); in UefiDevicePathLibConvertDevicePathToText()
2537 ToText (&Str, AlignedNode, DisplayOnly, AllowShortcuts); in UefiDevicePathLibConvertDevicePathToText()
2538 FreePool (AlignedNode); in UefiDevicePathLibConvertDevicePathToText()