Searched refs:th_rootdir (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_snap.c | 157 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 D | topo_tree.h | 109 char *th_rootdir; /* Root directory of plugin paths */ member
|
H A D | topo_subr.c | 276 thp->th_rootdir, thp->th_machine, file); in topo_search_path() 279 thp->th_rootdir, file); in topo_search_path()
|
H A D | topo_module.c | 237 mod->tm_rootdir = topo_hdl_strdup(thp, thp->th_rootdir); in topo_mod_create()
|
H A D | topo_mod.c | 136 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 D | libtopo.c | 84 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()
|