Home
last modified time | relevance | path

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

/DragonStub/lib/
H A Ddpath.c341 EFI_DEVICE_PATH *Src, *Dest, *NewPath; in UnpackDevicePath() local
366 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()