Home
last modified time | relevance | path

Searched refs:topo_hdl_strdup (Results 1 – 9 of 9) sorted by relevance

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