Home | History | Annotate | Download | only in Shell

Lines Matching refs:FileList

532   @param FileList               The file list to free. Type EFI_SHELL_FILE_INFO is

536 @retval EFI_INVALID_PARAMETER FileList was NULL or *FileList was NULL;
541 IN EFI_SHELL_FILE_INFO **FileList
549 @param FileList A pointer to the first entry in the file list.
552 @retval EFI_INVALID_PARAMETER FileList was NULL or *FileList was NULL;
557 IN EFI_SHELL_FILE_INFO **FileList
584 @param FileList On return, points to the list of files in the directory
597 OUT EFI_SHELL_FILE_INFO **FileList
605 information is placed in the file list FileList.
613 if *FileList is not NULL then it must be a pre-existing and properly initialized list.
616 @param FileList On return, points to the start of a file list containing the names
620 @retval EFI_SUCCESS Files found. FileList is a valid list.
630 OUT EFI_SHELL_FILE_INFO **FileList
643 @param FileList Points to the start of a list of files opened.
653 IN OUT EFI_SHELL_FILE_INFO **FileList