Home
last modified time | relevance | path

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

/DragonStub/lib/
H A Ddpath.c405 UINTN SrcSize; in AppendDevicePathInstance() local
411 SrcSize = DevicePathSize(Src); in AppendDevicePathInstance()
413 Ptr = AllocatePool (SrcSize + InstanceSize); in AppendDevicePathInstance()
417 CopyMem (Ptr, Src, SrcSize); in AppendDevicePathInstance()