Searched refs:topo_search_path (Results 1 – 4 of 4) sorted by relevance
82 if ((tfp->tf_filenm = topo_search_path(mod, mod->tm_rootdir, fp)) in topo_file_load()
131 extern char *topo_search_path(topo_mod_t *, const char *, const char *);
263 topo_search_path(topo_mod_t *mod, const char *rootdir, const char *file) in topo_search_path() function
136 path = topo_search_path(pmod, thp->th_rootdir, (const char *)file); in topo_mod_load()