Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c147 thp->th_product = topo_hdl_strdup(thp, di_node_name(root)); in topo_hdl_set_product()
154 thp->th_product = topo_hdl_strdup(thp, thp->th_platform); in topo_hdl_set_product()
204 rootdir = topo_hdl_strdup(thp, "/"); in topo_open()
220 thp->th_rootdir = topo_hdl_strdup(thp, rpath); in topo_open()
228 thp->th_platform = topo_hdl_strdup(thp, platform); in topo_open()
229 thp->th_isa = topo_hdl_strdup(thp, isa); in topo_open()
230 thp->th_machine = topo_hdl_strdup(thp, uts.machine); in topo_open()
336 if ((ustr = topo_hdl_strdup(thp, thp->th_uuid)) == NULL) { in topo_snap_create()
H A Dtopo_string.c38 topo_hdl_strdup(topo_hdl_t *thp, const char *s) in topo_hdl_strdup() function
72 return (topo_hdl_strdup(mod->tm_hdl, s)); in topo_mod_strdup()
H A Dtopo_module.c239 mod->tm_name = topo_hdl_strdup(thp, name); in topo_mod_create()
241 mod->tm_path = topo_hdl_strdup(thp, path); in topo_mod_create()
242 mod->tm_rootdir = topo_hdl_strdup(thp, thp->th_rootdir); in topo_mod_create()
H A Dtopo_prop.c252 if ((s2 = topo_hdl_strdup(thp, str)) == NULL) in prop_getval()
345 if ((a1[i] = topo_hdl_strdup(thp, a2[i])) in prop_getval()
558 if ((pv->tp_name = topo_hdl_strdup(thp, pname)) in prop_create()
887 if ((pm->tpm_name = topo_hdl_strdup(thp, mname)) == NULL) in prop_method_register()
1146 topo_hdl_strdup(thp, pip->tpi_name)) == NULL) { in topo_pgroup_info()
1218 if ((pip->tpi_name = topo_hdl_strdup(thp, pinfo->tpi_name)) in topo_pgroup_create()
H A Dtopo_fmri.c126 if ((*fmristr = topo_hdl_strdup(thp, str)) == NULL) in topo_fmri_nvl2str()
544 if ((*label = topo_hdl_strdup(thp, lp)) == NULL) in topo_fmri_label()
565 if ((*serial = topo_hdl_strdup(thp, sp)) == NULL) in topo_fmri_serial()
580 if ((*serial = topo_hdl_strdup(thp, sp)) == NULL) in topo_fmri_serial()
H A Dmapfile-vers89 topo_hdl_strdup;
H A Dtopo_subr.c344 pp = topo_hdl_strdup(thp, buf); in topo_cleanup_strn()
H A Dlibtopo.h437 extern char *topo_hdl_strdup(topo_hdl_t *, const char *);
H A Dtopo_digraph.c581 (path->tsp_fmristr = topo_hdl_strdup(thp, pathstr)) == in visit_vertex()
/illumos-gate/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()