Searched refs:NewDevPath (Results 1 – 1 of 1) sorted by relevance
316 EFI_DEVICE_PATH *NewDevPath; in DuplicateDevicePath() local330 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() local1251 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 …]