Home
last modified time | relevance | path

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

/DragonStub/lib/
H A Ddpath.c135 EFI_DEVICE_PATH *Dst, *Inst; in AppendDevicePath() local
168 Dst = AllocatePool (Size); in AppendDevicePath()
169 if (Dst) { in AppendDevicePath()
170 DstPos = (UINT8 *) Dst; in AppendDevicePath()
193 return Dst; in AppendDevicePath()