Searched refs:topo_hdl_strdup (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_string.c36 topo_hdl_strdup(topo_hdl_t *thp, const char *s) function
61 return (topo_hdl_strdup(mod->tm_hdl, s));
H A Dtopo_snap.c156 rootdir = topo_hdl_strdup(thp, "/");
172 thp->th_rootdir = topo_hdl_strdup(thp, rpath);
180 thp->th_platform = topo_hdl_strdup(thp, platform);
181 thp->th_isa = topo_hdl_strdup(thp, isa);
182 thp->th_machine = topo_hdl_strdup(thp, uts.machine);
195 thp->th_product = topo_hdl_strdup(thp, thp->th_platform);
289 if ((ustr = topo_hdl_strdup(thp, thp->th_uuid)) == NULL) {
H A Dtopo_module.c234 mod->tm_name = topo_hdl_strdup(thp, name);
236 mod->tm_path = topo_hdl_strdup(thp, path);
237 mod->tm_rootdir = topo_hdl_strdup(thp, thp->th_rootdir);
H A Dtopo_prop.c247 if ((s2 = topo_hdl_strdup(thp, str)) == NULL)
340 if ((a1[i] = topo_hdl_strdup(thp, a2[i]))
552 if ((pv->tp_name = topo_hdl_strdup(thp, pname))
881 if ((pm->tpm_name = topo_hdl_strdup(thp, mname)) == NULL)
1140 topo_hdl_strdup(thp, pip->tpi_name)) == NULL) {
1212 if ((pip->tpi_name = topo_hdl_strdup(thp, pinfo->tpi_name))
H A Dtopo_fmri.c122 if ((*fmristr = topo_hdl_strdup(thp, str)) == NULL)
504 if ((*label = topo_hdl_strdup(thp, lp)) == NULL)
525 if ((*serial = topo_hdl_strdup(thp, sp)) == NULL)
540 if ((*serial = topo_hdl_strdup(thp, sp)) == NULL)
H A Dtopo_subr.c331 pp = topo_hdl_strdup(thp, buf);
H A Dlibtopo.h391 extern char *topo_hdl_strdup(topo_hdl_t *, const char *);
/illumos-gate/usr/src/cmd/fm/modules/common/disk-lights/
H A Ddisk_lights.c122 *facname = topo_hdl_strdup(hdl, nn);
123 *factype = topo_hdl_strdup(hdl, tt);

Completed in 101 milliseconds