Symbol: topo_hdl_strdup
usr/src/cmd/fm/modules/common/disk-lights/disk_lights.c
122
*facname = topo_hdl_strdup(hdl, nn);
usr/src/cmd/fm/modules/common/disk-lights/disk_lights.c
123
*factype = topo_hdl_strdup(hdl, tt);
usr/src/lib/fm/topo/libtopo/common/libtopo.h
437
extern char *topo_hdl_strdup(topo_hdl_t *, const char *);
usr/src/lib/fm/topo/libtopo/common/topo_digraph.c
581
(path->tsp_fmristr = topo_hdl_strdup(thp, pathstr)) ==
usr/src/lib/fm/topo/libtopo/common/topo_fmri.c
126
if ((*fmristr = topo_hdl_strdup(thp, str)) == NULL)
usr/src/lib/fm/topo/libtopo/common/topo_fmri.c
544
if ((*label = topo_hdl_strdup(thp, lp)) == NULL)
usr/src/lib/fm/topo/libtopo/common/topo_fmri.c
565
if ((*serial = topo_hdl_strdup(thp, sp)) == NULL)
usr/src/lib/fm/topo/libtopo/common/topo_fmri.c
580
if ((*serial = topo_hdl_strdup(thp, sp)) == NULL)
usr/src/lib/fm/topo/libtopo/common/topo_module.c
239
mod->tm_name = topo_hdl_strdup(thp, name);
usr/src/lib/fm/topo/libtopo/common/topo_module.c
241
mod->tm_path = topo_hdl_strdup(thp, path);
usr/src/lib/fm/topo/libtopo/common/topo_module.c
242
mod->tm_rootdir = topo_hdl_strdup(thp, thp->th_rootdir);
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
1146
topo_hdl_strdup(thp, pip->tpi_name)) == NULL) {
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
1218
if ((pip->tpi_name = topo_hdl_strdup(thp, pinfo->tpi_name))
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
252
if ((s2 = topo_hdl_strdup(thp, str)) == NULL)
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
345
if ((a1[i] = topo_hdl_strdup(thp, a2[i]))
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
558
if ((pv->tp_name = topo_hdl_strdup(thp, pname))
usr/src/lib/fm/topo/libtopo/common/topo_prop.c
887
if ((pm->tpm_name = topo_hdl_strdup(thp, mname)) == NULL)
usr/src/lib/fm/topo/libtopo/common/topo_snap.c
147
thp->th_product = topo_hdl_strdup(thp, di_node_name(root));
usr/src/lib/fm/topo/libtopo/common/topo_snap.c
154
thp->th_product = topo_hdl_strdup(thp, thp->th_platform);
usr/src/lib/fm/topo/libtopo/common/topo_snap.c
204
rootdir = topo_hdl_strdup(thp, "/");
usr/src/lib/fm/topo/libtopo/common/topo_snap.c
220
thp->th_rootdir = topo_hdl_strdup(thp, rpath);
usr/src/lib/fm/topo/libtopo/common/topo_snap.c
228
thp->th_platform = topo_hdl_strdup(thp, platform);
usr/src/lib/fm/topo/libtopo/common/topo_snap.c
229
thp->th_isa = topo_hdl_strdup(thp, isa);
usr/src/lib/fm/topo/libtopo/common/topo_snap.c
230
thp->th_machine = topo_hdl_strdup(thp, uts.machine);
usr/src/lib/fm/topo/libtopo/common/topo_snap.c
336
if ((ustr = topo_hdl_strdup(thp, thp->th_uuid)) == NULL) {
usr/src/lib/fm/topo/libtopo/common/topo_string.c
72
return (topo_hdl_strdup(mod->tm_hdl, s));
usr/src/lib/fm/topo/libtopo/common/topo_subr.c
344
pp = topo_hdl_strdup(thp, buf);