Searched refs:SrcSize (Results 1 – 1 of 1) sorted by relevance
405 UINTN SrcSize; in AppendDevicePathInstance() local411 SrcSize = DevicePathSize(Src); in AppendDevicePathInstance()413 Ptr = AllocatePool (SrcSize + InstanceSize); in AppendDevicePathInstance()417 CopyMem (Ptr, Src, SrcSize); in AppendDevicePathInstance()