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

/freebsd-13-stable/lib/libefivar/
H A Duefi-dputil.c528 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; local
554 NewDevicePath = AllocatePool (Size);
556 if (NewDevicePath != NULL) {
557 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1);
561 DevicePath2 = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath +
566 return NewDevicePath;
606 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; local
630 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath);
634 return NewDevicePath;
[all...]
H A Defivar-dp-parse.c3649 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; local
3670 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode);
3673 DevicePath = NewDevicePath;
3682 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode);
3685 DevicePath = NewDevicePath;

Completed in 169 milliseconds