Searched refs:TempDevicePath (Results 1 – 1 of 1) sorted by relevance
604 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; in AppendDevicePathNode() local617 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH); in AppendDevicePathNode()618 if (TempDevicePath == NULL) { in AppendDevicePathNode()621 TempDevicePath = CopyMem (TempDevicePath, DevicePathNode, NodeLength); in AppendDevicePathNode()625 NextNode = NextDevicePathNode (TempDevicePath); in AppendDevicePathNode()630 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath); in AppendDevicePathNode()632 FreePool (TempDevicePath); in AppendDevicePathNode()