Home
last modified time | relevance | path

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

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Ddpath.c307 EFI_DEVICE_PATH *NewDevPath; in DuplicateDevicePath() local
321 NewDevPath = AllocatePool (Size); in DuplicateDevicePath()
322 if (NewDevPath) { in DuplicateDevicePath()
323 CopyMem (NewDevPath, DevPath, Size); in DuplicateDevicePath()
326 return NewDevPath; in DuplicateDevicePath()
1009 EFI_DEVICE_PATH *NewDevPath,*DevicePathInst,*Temp; in LibDuplicateDevicePathInstance() local
1022 NewDevPath = NULL; in LibDuplicateDevicePathInstance()
1024 NewDevPath = AllocatePool (Size + sizeof(EFI_DEVICE_PATH)); in LibDuplicateDevicePathInstance()
1027 if (NewDevPath) { in LibDuplicateDevicePathInstance()
1028 CopyMem (NewDevPath, DevicePathInst, Size); in LibDuplicateDevicePathInstance()
[all …]