Home
last modified time | relevance | path

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

/dragonfly/lib/libefivar/
H A Duefi-dputil.c527 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in AppendDevicePath() local
553 NewDevicePath = AllocatePool (Size); in AppendDevicePath()
555 if (NewDevicePath != NULL) { in AppendDevicePath()
556 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); in AppendDevicePath()
560 DevicePath2 = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath + in AppendDevicePath()
565 return NewDevicePath; in AppendDevicePath()
605 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in AppendDevicePathNode() local
629 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath); in AppendDevicePathNode()
633 return NewDevicePath; in AppendDevicePathNode()
H A Defivar-dp-parse.c3648 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath() local
3669 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()
3672 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()
3681 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()
3684 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()