Home
last modified time | relevance | path

Searched refs:topo_search_path (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_file.c82 if ((tfp->tf_filenm = topo_search_path(mod, mod->tm_rootdir, fp)) in topo_file_load()
H A Dtopo_subr.h131 extern char *topo_search_path(topo_mod_t *, const char *, const char *);
H A Dtopo_subr.c263 topo_search_path(topo_mod_t *mod, const char *rootdir, const char *file) in topo_search_path() function
H A Dtopo_mod.c136 path = topo_search_path(pmod, thp->th_rootdir, (const char *)file); in topo_mod_load()