Home
last modified time | relevance | path

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

/DragonStub/lib/
H A Ddpath.c314 EFI_DEVICE_PATH *NewDevPath; in DuplicateDevicePath() local
328 NewDevPath = AllocatePool (Size); in DuplicateDevicePath()
329 if (NewDevPath) { in DuplicateDevicePath()
330 CopyMem (NewDevPath, DevPath, Size); in DuplicateDevicePath()
333 return NewDevPath; in DuplicateDevicePath()
1237 EFI_DEVICE_PATH *NewDevPath,*DevicePathInst,*Temp; in LibDuplicateDevicePathInstance() local
1250 NewDevPath = NULL; in LibDuplicateDevicePathInstance()
1252 NewDevPath = AllocatePool (Size + sizeof(EFI_DEVICE_PATH)); in LibDuplicateDevicePathInstance()
1255 if (NewDevPath) { in LibDuplicateDevicePathInstance()
1256 CopyMem (NewDevPath, DevicePathInst, Size); in LibDuplicateDevicePathInstance()
[all …]