Searched refs:DestList (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | Mv.c | 173 EFI_SHELL_FILE_INFO *DestList; in GetDestinationLocation() local 179 DestList = NULL; in GetDestinationLocation() 207 …rg((CHAR16*)DestParameter, EFI_FILE_MODE_WRITE|EFI_FILE_MODE_READ|EFI_FILE_MODE_CREATE, &DestList); in GetDestinationLocation() 208 if (DestList == NULL || IsListEmpty(&DestList->Link)) { in GetDestinationLocation() 214 ShellCloseFileMetaArg(&DestList); in GetDestinationLocation() 222 ShellCloseFileMetaArg(&DestList); in GetDestinationLocation() 236 ShellCloseFileMetaArg(&DestList); in GetDestinationLocation() 241 Node = (EFI_SHELL_FILE_INFO*)GetFirstNode(&DestList->Link); in GetDestinationLocation() 246 if (!IsNodeAtEnd(&DestList->Link, &Node->Link)) { in GetDestinationLocation() 247 ShellCloseFileMetaArg(&DestList); in GetDestinationLocation() [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
D | Help.c | 42 IN OUT CHAR16 **DestList, in LexicalInsertIntoList() argument 59 NewList = *DestList; in LexicalInsertIntoList() 103 *DestList = NewList; in LexicalInsertIntoList() 121 IN OUT CHAR16 **DestList, in CopyListOfCommandNames() argument 132 LexicalInsertIntoList(DestList, DestSize, Node->CommandString); in CopyListOfCommandNames() 152 IN OUT CHAR16** DestList, in CopyListOfCommandNamesWithDynamic() argument 186 Status = LexicalInsertIntoList(DestList, DestSize, DynamicCommand->CommandName); in CopyListOfCommandNamesWithDynamic()
|