Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c2090 EFI_SHELL_FILE_INFO *ShellFileList; in EfiShellFindFilesInDir() local
2130 ShellFileList = NULL; in EfiShellFindFilesInDir()
2140 if (ShellFileList == NULL) { in EfiShellFindFilesInDir()
2141 ShellFileList = (EFI_SHELL_FILE_INFO*)AllocateZeroPool(sizeof(EFI_SHELL_FILE_INFO)); in EfiShellFindFilesInDir()
2142 if (ShellFileList == NULL) { in EfiShellFindFilesInDir()
2146 InitializeListHead(&ShellFileList->Link); in EfiShellFindFilesInDir()
2164 InsertTailList(&ShellFileList->Link, &ShellFileListItem->Link); in EfiShellFindFilesInDir()
2167 EfiShellFreeFileList(&ShellFileList); in EfiShellFindFilesInDir()
2170 *FileList = ShellFileList; in EfiShellFindFilesInDir()