Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_file.c80 if ((tfp->tf_filenm = topo_search_path(mod, mod->tm_rootdir, fp)) in topo_file_load()
H A Dtopo_subr.h132 extern char *topo_search_path(topo_mod_t *, const char *, const char *);
H A Dtopo_mod.c142 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 Dtopo_subr.c276 topo_search_path(topo_mod_t *mod, const char *rootdir, const char *file) in topo_search_path() function