Searched refs:NewPath (Results 1 – 1 of 1) sorted by relevance
341 EFI_DEVICE_PATH *Src, *Dest, *NewPath; in UnpackDevicePath() local366 NewPath = AllocateZeroPool (Size); in UnpackDevicePath()367 if (NewPath) { in UnpackDevicePath()369 ASSERT (((UINTN)NewPath) % MIN_ALIGNMENT_SIZE == 0); in UnpackDevicePath()376 Dest = NewPath; in UnpackDevicePath()393 return NewPath; in UnpackDevicePath()