Searched refs:fs_closedir (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/
H A Dfs.h87 * Many file functions implicitly call fs_close(), e.g. fs_closedir(),
222 * After fs_closedir() is called, the returned directory entry is no
227 * fs_closedir() call, do not attempt to free()) or NULL if the end of
233 * fs_closedir - close a directory stream
237 void fs_closedir(struct fs_dir_stream *dirs);
/u-boot/lib/efi_loader/
H A Defi_file.c76 fs_closedir(dirs);
368 fs_closedir(fh->dirs);
793 fs_closedir(fh->dirs);
/u-boot/fs/
H A Dfs.c84 fs_closedir(dirs);
180 /* see fs_closedir() */
659 void fs_closedir(struct fs_dir_stream *dirs) function

Completed in 64 milliseconds