Searched refs:cbfs_priv (Results 1 – 4 of 4) sorted by relevance
27 struct cbfs_priv { struct35 static struct cbfs_priv cbfs_s; argument200 static int load_header(struct cbfs_priv *priv, ulong addr) in load_header()257 static int cbfs_init(struct cbfs_priv *priv, ulong end_of_rom) in cbfs_init()279 int cbfs_init_mem(ulong base, struct cbfs_priv **privp) in cbfs_init_mem()281 struct cbfs_priv priv_s, *priv = &priv_s; in cbfs_init_mem()309 struct cbfs_priv *priv = &cbfs_s; in file_cbfs_get_header()322 struct cbfs_priv *priv = &cbfs_s; in file_cbfs_get_first()335 struct cbfs_priv *priv = &cbfs_s; in file_cbfs_get_next()406 struct cbfs_priv priv; in file_cbfs_find_uncached()[all …]
19 those which accept a cbfs_priv * can be used, since BSS is not
136 struct cbfs_priv;145 const struct cbfs_cachenode *cbfs_find_file(struct cbfs_priv *cbfs,155 int cbfs_init_mem(ulong base, struct cbfs_priv **privp);
84 struct cbfs_priv *cbfs; in get_cbfs_fsp()
Completed in 9 milliseconds