Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Ddpath.c316 EFI_DEVICE_PATH *NewDevPath; in DuplicateDevicePath() local
330 NewDevPath = AllocatePool (Size); in DuplicateDevicePath()
331 if (NewDevPath) { in DuplicateDevicePath()
332 CopyMem (NewDevPath, DevPath, Size); in DuplicateDevicePath()
335 return NewDevPath; in DuplicateDevicePath()
1238 EFI_DEVICE_PATH *NewDevPath,*DevicePathInst,*Temp; in LibDuplicateDevicePathInstance() local
1251 NewDevPath = NULL; in LibDuplicateDevicePathInstance()
1253 NewDevPath = AllocatePool (Size + sizeof(EFI_DEVICE_PATH)); in LibDuplicateDevicePathInstance()
1256 if (NewDevPath) { in LibDuplicateDevicePathInstance()
1257 CopyMem (NewDevPath, DevicePathInst, Size); in LibDuplicateDevicePathInstance()
[all …]