Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c199 if (mod->tm_rootdir != NULL) in topo_mod_destroy()
200 topo_hdl_strfree(thp, mod->tm_rootdir); in topo_mod_destroy()
242 mod->tm_rootdir = topo_hdl_strdup(thp, thp->th_rootdir); in topo_mod_create()
243 if (mod->tm_name == NULL || mod->tm_rootdir == NULL) in topo_mod_create()
H A Dtopo_module.h68 char *tm_rootdir; /* Relative root directory of module */ member
H A Dtopo_file.c80 if ((tfp->tf_filenm = topo_search_path(mod, mod->tm_rootdir, fp)) in topo_file_load()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c174 if (mdb_readstr(root, sizeof (root), (uintptr_t)tm.tm_rootdir) < 0) { in topo_module()
175 (void) mdb_snprintf(root, sizeof (root), "<%p>", tm.tm_rootdir); in topo_module()