Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DHelp.c42 IN OUT UINTN *DestSize, in LexicalInsertIntoList() argument
61 NewList = ReallocatePool(*DestSize, (*DestSize) + SizeOfAddedNameInBytes, NewList); in LexicalInsertIntoList()
62 (*DestSize) = (*DestSize) + SizeOfAddedNameInBytes; in LexicalInsertIntoList()
68 ; LexicalSpot != NULL && LexicalSpot < NewList + (*DestSize) in LexicalInsertIntoList()
90 (*DestSize) - SizeOfAddedNameInBytes - ((LexicalSpot - NewList) * sizeof(CHAR16)) in LexicalInsertIntoList()
120 IN OUT UINTN *DestSize, in CopyListOfCommandNames() argument
130 LexicalInsertIntoList(DestList, DestSize, Node->CommandString); in CopyListOfCommandNames()
150 IN OUT UINTN *DestSize in CopyListOfCommandNamesWithDynamic() argument
183 Status = LexicalInsertIntoList(DestList, DestSize, DynamicCommand->CommandName); in CopyListOfCommandNamesWithDynamic()