Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h203 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp);
/openbmc/u-boot/fs/fat/
H A Dfat.c1199 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp) in fat_opendir() argument
1217 *dirsp = (struct fs_dir_stream *)dir; in fat_opendir()
/openbmc/u-boot/fs/
H A Dfs.c146 int (*opendir)(const char *filename, struct fs_dir_stream **dirsp);