Searched refs:ShellFileList (Results 1 – 1 of 1) sorted by relevance
2090 EFI_SHELL_FILE_INFO *ShellFileList; in EfiShellFindFilesInDir() local2130 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()