Searched refs:topo_search_path (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_file.c | 80 if ((tfp->tf_filenm = topo_search_path(mod, mod->tm_rootdir, fp)) in topo_file_load()
|
H A D | topo_subr.h | 132 extern char *topo_search_path(topo_mod_t *, const char *, const char *);
|
H A D | topo_mod.c | 142 path = topo_search_path(pmod, thp->th_rootdir, (const char *)file); in topo_mod_load() 941 path = topo_search_path(mod, thp->th_rootdir, file); in topo_mod_file_search()
|
H A D | topo_subr.c | 276 topo_search_path(topo_mod_t *mod, const char *rootdir, const char *file) in topo_search_path() function
|