Home
last modified time | relevance | path

Searched refs:th_rootdir (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c157 thp->th_rootdir = (char *)rootdir; in topo_open()
172 thp->th_rootdir = topo_hdl_strdup(thp, rpath); in topo_open()
198 if (thp->th_rootdir == NULL || thp->th_platform == NULL || in topo_open()
207 if (topo_builtin_create(thp, thp->th_rootdir) != 0) { in topo_open()
231 if (thp->th_rootdir != NULL) in topo_close()
232 topo_hdl_strfree(thp, thp->th_rootdir); in topo_close()
H A Dtopo_tree.h109 char *th_rootdir; /* Root directory of plugin paths */ member
H A Dtopo_subr.c276 thp->th_rootdir, thp->th_machine, file); in topo_search_path()
279 thp->th_rootdir, file); in topo_search_path()
H A Dtopo_module.c237 mod->tm_rootdir = topo_hdl_strdup(thp, thp->th_rootdir); in topo_mod_create()
H A Dtopo_mod.c136 path = topo_search_path(pmod, thp->th_rootdir, (const char *)file); in topo_mod_load()
/titanic_41/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c84 if (mdb_readstr(root, sizeof (root), (uintptr_t)th.th_rootdir) < 0) { in topo_handle()
85 (void) mdb_snprintf(root, sizeof (root), "<%p>", th.th_rootdir); in topo_handle()