Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c194 if (mod->tm_rootdir != NULL) in topo_mod_destroy()
195 topo_hdl_strfree(thp, mod->tm_rootdir); in topo_mod_destroy()
237 mod->tm_rootdir = topo_hdl_strdup(thp, thp->th_rootdir); in topo_mod_create()
238 if (mod->tm_name == NULL || mod->tm_rootdir == NULL) in topo_mod_create()
H A Dtopo_module.h70 char *tm_rootdir; /* Relative root directory of module */ member
H A Dtopo_file.c82 if ((tfp->tf_filenm = topo_search_path(mod, mod->tm_rootdir, fp)) in topo_file_load()
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c173 if (mdb_readstr(root, sizeof (root), (uintptr_t)tm.tm_rootdir) < 0) { in topo_module()
174 (void) mdb_snprintf(root, sizeof (root), "<%p>", tm.tm_rootdir); in topo_module()