Searched refs:TempDevicePath (Results 1 – 1 of 1) sorted by relevance
601 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; in AppendDevicePathNode() local614 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH); in AppendDevicePathNode()615 if (TempDevicePath == NULL) { in AppendDevicePathNode()618 TempDevicePath = CopyMem (TempDevicePath, DevicePathNode, NodeLength); in AppendDevicePathNode()622 NextNode = NextDevicePathNode (TempDevicePath); in AppendDevicePathNode()627 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath); in AppendDevicePathNode()629 FreePool (TempDevicePath); in AppendDevicePathNode()