Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dfs.c82 return do_fs_type(cmdtp, flag, argc, argv); in do_fstype_wrapper()
/openbmc/u-boot/include/
H A Dfs.h206 int do_fs_type(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
/openbmc/u-boot/fs/
H A Dfs.c787 int do_fs_type(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_fs_type() function