Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c205 thp->th_rootdir = (char *)rootdir; in topo_open()
220 thp->th_rootdir = topo_hdl_strdup(thp, rpath); in topo_open()
233 if (thp->th_rootdir == NULL || thp->th_platform == NULL || in topo_open()
243 if (topo_builtin_create(thp, thp->th_rootdir) != 0) { in topo_open()
268 if (thp->th_rootdir != NULL) in topo_close()
269 topo_hdl_strfree(thp, thp->th_rootdir); in topo_close()
H A Dtopo_tree.h113 char *th_rootdir; /* Root directory of plugin paths */ member
H A Dtopo_subr.c289 thp->th_rootdir, thp->th_machine, file); in topo_search_path()
292 thp->th_rootdir, file); in topo_search_path()
H A Dtopo_module.c242 mod->tm_rootdir = topo_hdl_strdup(thp, thp->th_rootdir); in topo_mod_create()
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()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c85 if (mdb_readstr(root, sizeof (root), (uintptr_t)th.th_rootdir) < 0) { in topo_handle()
86 (void) mdb_snprintf(root, sizeof (root), "<%p>", th.th_rootdir); in topo_handle()