Home
last modified time | relevance | path

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

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