Home
last modified time | relevance | path

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

/DragonStub/lib/
H A Ddpath.c406 UINTN InstanceSize; in AppendDevicePathInstance() local
412 InstanceSize = DevicePathSize(Instance); in AppendDevicePathInstance()
413 Ptr = AllocatePool (SrcSize + InstanceSize); in AppendDevicePathInstance()
431 CopyMem (DevPath, Instance, InstanceSize); in AppendDevicePathInstance()