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

/freebsd-13-stable/lib/libefivar/
H A Duefi-dputil.c604 EFI_DEVICE_PATH_PROTOCOL *TempDevicePath; local
617 TempDevicePath = AllocatePool (NodeLength + END_DEVICE_PATH_LENGTH);
618 if (TempDevicePath == NULL) {
621 TempDevicePath = CopyMem (TempDevicePath, DevicePathNode, NodeLength);
625 NextNode = NextDevicePathNode (TempDevicePath);
630 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath);
632 FreePool (TempDevicePath);

Completed in 110 milliseconds