Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Duefi-dputil.c526 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in AppendDevicePath() local
552 NewDevicePath = AllocatePool (Size); in AppendDevicePath()
554 if (NewDevicePath != NULL) { in AppendDevicePath()
555 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); in AppendDevicePath()
559 DevicePath2 = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath + in AppendDevicePath()
564 return NewDevicePath; in AppendDevicePath()
604 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in AppendDevicePathNode() local
628 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath); in AppendDevicePathNode()
632 return NewDevicePath; in AppendDevicePathNode()
H A Defivar-dp-parse.c3823 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath() local
3844 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()
3847 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()
3855 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()
3858 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()