Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dcbfs.h162 u32 file_cbfs_type(const struct cbfs_cachenode *file);
/openbmc/u-boot/cmd/
H A Dcbfs.c108 int type = file_cbfs_type(file); in do_cbfs_ls()
/openbmc/u-boot/fs/cbfs/
H A Dcbfs.c303 u32 file_cbfs_type(const struct cbfs_cachenode *file) in file_cbfs_type() function