Home
last modified time | relevance | path

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

/src/lib/libefivar/
H A Duefi-dputil.c508 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in AppendDevicePath() local
534 NewDevicePath = AllocatePool (Size); in AppendDevicePath()
536 if (NewDevicePath != NULL) { in AppendDevicePath()
537 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); in AppendDevicePath()
541 DevicePath2 = (EFI_DEVICE_PATH_PROTOCOL *)((CHAR8 *)NewDevicePath + in AppendDevicePath()
546 return NewDevicePath; in AppendDevicePath()
586 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in AppendDevicePathNode() local
612 NewDevicePath = AppendDevicePath (DevicePath, TempDevicePath); in AppendDevicePathNode()
616 return NewDevicePath; in AppendDevicePathNode()
650 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in UefiDevicePathLibAppendDevicePathInstance() local
[all …]
H A Defivar-dp-parse.c3975 EFI_DEVICE_PATH_PROTOCOL *NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath() local
4005 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()
4014 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()
4026 NewDevicePath = AppendDevicePathNode (DevicePath, DeviceNode); in UefiDevicePathLibConvertTextToDevicePath()
4035 DevicePath = NewDevicePath; in UefiDevicePathLibConvertTextToDevicePath()