Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dcbfs.h108 void file_cbfs_get_next(const struct cbfs_cachenode **file);
/openbmc/u-boot/cmd/
H A Dcbfs.c189 file_cbfs_get_next(&file); in do_cbfs_ls()
/openbmc/u-boot/fs/cbfs/
H A Dcbfs.c220 void file_cbfs_get_next(const struct cbfs_cachenode **file) in file_cbfs_get_next() function