Home
last modified time | relevance | path

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

/dragonfly/lib/libefivar/
H A Duefi-dputil.c603 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; in AppendDevicePathNode() local
616 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH); in AppendDevicePathNode()
617 if (TempDevicePath == NULL) { in AppendDevicePathNode()
620 TempDevicePath = CopyMem (TempDevicePath, DevicePathNode, NodeLength); in AppendDevicePathNode()
624 NextNode = NextDevicePathNode (TempDevicePath); in AppendDevicePathNode()
629 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath); in AppendDevicePathNode()
631 FreePool (TempDevicePath); in AppendDevicePathNode()