Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfat.h202 int fat_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp);
/external/u-boot/fs/fat/
Dfat.c1167 int fat_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp) in fat_readdir() argument
1185 *dentp = dent; in fat_readdir()
/external/u-boot/fs/
Dfs.c142 int (*readdir)(struct fs_dir_stream *dirs, struct fs_dirent **dentp);