Searched refs:topo_hdl_nvdup (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_protocol.c | 50 topo_hdl_nvdup(node->tn_hdl, ap, asru) < 0) { in topo_node_asru() 71 topo_hdl_nvdup(node->tn_hdl, fp, fru) < 0) { in topo_node_fru()
|
H A D | topo_nvl.c | 75 topo_hdl_nvdup(topo_hdl_t *thp, nvlist_t *nvl, nvlist_t **nvlp) in topo_hdl_nvdup() function
|
H A D | topo_prop.c | 260 ret = topo_hdl_nvdup(thp, nvl, in prop_getval() 365 if (topo_hdl_nvdup(thp, a2[i], &a1[i]) < 0) { in prop_getval() 833 if ((ret = topo_hdl_nvdup(thp, prop, &nvl)) != 0) in topo_prop_setprop() 887 if (topo_hdl_nvdup(thp, (nvlist_t *)args, &pm->tpm_args) != 0) in prop_method_register() 1367 if (topo_hdl_nvdup(thp, pv->tp_val, prop) != 0) { in topo_prop_getprop() 1388 if (topo_hdl_nvdup(pv->tp_hdl, pv->tp_val, nvl) != 0) { in prop_val_add()
|
H A D | mapfile-vers | 75 topo_hdl_nvdup;
|
H A D | topo_fmri.c | 165 topo_hdl_nvdup(thp, out, fmri) != 0) in topo_fmri_str2nvl() 459 if (topo_hdl_nvdup(thp, ap, asru) < 0) in topo_fmri_asru() 481 if (topo_hdl_nvdup(thp, fp, fru) < 0) in topo_fmri_fru()
|
H A D | libtopo.h | 390 extern int topo_hdl_nvdup(topo_hdl_t *, nvlist_t *, nvlist_t **);
|