Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c197 if (mod->tm_path != NULL) in topo_mod_destroy()
198 topo_hdl_strfree(thp, mod->tm_path); in topo_mod_destroy()
241 mod->tm_path = topo_hdl_strdup(thp, path); in topo_mod_create()
H A Dtopo_module.h67 char *tm_path; /* Full pathname of module file */ member
H A Dtopo_rtld.c71 if ((dlp = dlopen(mod->tm_path, RTLD_LOCAL | RTLD_NOW)) == NULL) { in rtld_init()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c171 if (mdb_readstr(path, sizeof (path), (uintptr_t)tm.tm_path) < 0) { in topo_module()
172 (void) mdb_snprintf(path, sizeof (path), "<%p>", tm.tm_path); in topo_module()