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.c1981 EFI_SHELL_FILE_INFO *ShellFileList; in EfiShellFindFilesInDir() local
2021 ShellFileList = NULL; in EfiShellFindFilesInDir()
2041 if (ShellFileList == NULL) { in EfiShellFindFilesInDir()
2042 ShellFileList = (EFI_SHELL_FILE_INFO*)AllocateZeroPool(sizeof(EFI_SHELL_FILE_INFO)); in EfiShellFindFilesInDir()
2043 ASSERT(ShellFileList != NULL); in EfiShellFindFilesInDir()
2044 InitializeListHead(&ShellFileList->Link); in EfiShellFindFilesInDir()
2046 InsertTailList(&ShellFileList->Link, &ShellFileListItem->Link); in EfiShellFindFilesInDir()
2049 EfiShellFreeFileList(&ShellFileList); in EfiShellFindFilesInDir()
2052 *FileList = ShellFileList; in EfiShellFindFilesInDir()