Searched defs:SecondDevicePath (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
H A DDevicePath.c283 EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath; local
313 SecondDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath + (Size1 - sizeof (EFI_DEVICE_PATH_PROTOCOL)));
314 EfiCopyMem (SecondDevicePath, Src2, Size2);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
H A DRtDevicePath.c380 EFI_DEVICE_PATH_PROTOCOL *SecondDevicePath; local
410 SecondDevicePath = (EFI_DEVICE_PATH_PROTOCOL *) ((CHAR8 *) NewDevicePath + (Size1 - sizeof (EFI_DEVICE_PATH_PROTOCOL)));
411 EfiCopyMem (SecondDevicePath, Src2, Size2);

Completed in 59 milliseconds