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