Searched refs:topo_hdl_strdup (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_auth.c | 152 sn = topo_hdl_strdup(thp, TOPO_AUTH_UNKNOWN); 160 name = topo_hdl_strdup(thp, TOPO_AUTH_UNKNOWN); 163 mfg = topo_hdl_strdup(thp, TOPO_AUTH_UNKNOWN); 164 pn = topo_hdl_strdup(thp, TOPO_AUTH_UNKNOWN); 216 mfg = topo_hdl_strdup(thp, TOPO_AUTH_UNKNOWN); 217 name = topo_hdl_strdup(thp, TOPO_AUTH_UNKNOWN); 218 pn = topo_hdl_strdup(thp, TOPO_AUTH_UNKNOWN); 219 sn = topo_hdl_strdup(thp, TOPO_AUTH_UNKNOWN);
|
H A D | topo_string.c | 33 topo_hdl_strdup(topo_hdl_t *thp, const char *s) function 72 return (topo_hdl_strdup(mod->tm_hdl, s));
|
H A D | topo_module.c | 231 mod->tm_name = topo_hdl_strdup(thp, name); 233 mod->tm_path = topo_hdl_strdup(thp, path); 234 mod->tm_rootdir = topo_hdl_strdup(thp, thp->th_rootdir);
|
H A D | topo_snap.c | 198 rootdir = topo_hdl_strdup(thp, "/"); 214 thp->th_rootdir = topo_hdl_strdup(thp, rpath); 225 thp->th_platform = topo_hdl_strdup(thp, platform); 226 thp->th_isa = topo_hdl_strdup(thp, isa); 227 thp->th_machine = topo_hdl_strdup(thp, uts.machine); 434 if ((ustr = topo_hdl_strdup(thp, thp->th_uuid)) == NULL) { 964 thp->th_snap_dir = topo_hdl_strdup(thp, snap_dir);
|
H A D | topo_prop.c | 249 if ((s2 = topo_hdl_strdup(thp, str)) == NULL) 342 if ((a1[i] = topo_hdl_strdup(thp, a2[i])) 554 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 D | topo_fmri.c | 120 if ((*fmristr = topo_hdl_strdup(thp, str)) == NULL) 505 if ((*label = topo_hdl_strdup(thp, lp)) == NULL) 527 if ((*serial = topo_hdl_strdup(thp, sp)) == NULL) 544 if ((*serial = topo_hdl_strdup(thp, sp)) == NULL)
|
H A D | topo_subr.c | 338 pp = topo_hdl_strdup(thp, buf);
|
H A D | libtopo.h | 415 extern char *topo_hdl_strdup(topo_hdl_t *, const char *);
|
Completed in 38 milliseconds