Searched refs:tm_path (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h69 char *tm_path; /* Full pathname of module file */ member in struct:topo_mod
H A Dtopo_rtld.c73 if ((dlp = dlopen(mod->tm_path, RTLD_LOCAL | RTLD_NOW)) == NULL) {
H A Dtopo_module.c189 if (mod->tm_path != NULL)
190 topo_hdl_strfree(thp, mod->tm_path);
233 mod->tm_path = topo_hdl_strdup(thp, path);

Completed in 28 milliseconds