Searched refs:tp_name (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.h59 char *tp_name; /* prop name */ member in struct:topo_propval
H A Dtopo_2xml.c115 if (topo_prop_get_int32(node, pgname, pv->tp_name, &val,
126 if (topo_prop_get_uint32(node, pgname, pv->tp_name,
137 if (topo_prop_get_int64(node, pgname, pv->tp_name, &val,
149 if (topo_prop_get_uint64(node, pgname, pv->tp_name,
160 if (topo_prop_get_string(node, pgname, pv->tp_name,
169 if (topo_prop_get_fmri(node, pgname, pv->tp_name, &val,
188 pv->tp_name, &val, &nelem, &err) != 0)
216 begin_end_element(fp, Propval, Name, pv->tp_name, Type, tbuf,
H A Dtopo_prop.c102 if (strcmp(pvl->tp_pval->tp_name, pname) == 0)
160 if (ret != 0 || strcmp(name, pv->tp_name) != 0)
554 if ((pv->tp_name = topo_hdl_strdup(thp, pname))
1001 if (strcmp(pv->tp_name, pname) == 0) {
1327 if (pv->tp_name != NULL)
1328 topo_hdl_strfree(thp, pv->tp_name);
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c381 if (mdb_readstr(name, sizeof (name), (uintptr_t)pval.tp_name) < 0) {
382 (void) mdb_snprintf(name, sizeof (name), "<%p>", pval.tp_name);

Completed in 115 milliseconds