Lines Matching defs:Src
343 EFI_DEVICE_PATH *Src, *Dest, *NewPath;
350 Src = DevPath;
353 Size += DevicePathNodeLength(Src);
356 if (IsDevicePathEnd(Src)) {
360 Src = NextDevicePathNode(Src);
377 Src = DevPath;
380 Size = DevicePathNodeLength(Src);
381 CopyMem (Dest, Src, Size);
387 if (IsDevicePathEnd(Src)) {
391 Src = NextDevicePathNode(Src);
401 IN EFI_DEVICE_PATH *Src,
410 if (Src == NULL) {
413 SrcSize = DevicePathSize(Src);
419 CopyMem (Ptr, Src, SrcSize);
420 // FreePool (Src);