Searched refs:tp_name (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_2xml.c | 115 if (topo_prop_get_int32(node, pgname, pv->tp_name, &val, in txml_print_prop() 126 if (topo_prop_get_uint32(node, pgname, pv->tp_name, in txml_print_prop() 137 if (topo_prop_get_int64(node, pgname, pv->tp_name, &val, in txml_print_prop() 149 if (topo_prop_get_uint64(node, pgname, pv->tp_name, in txml_print_prop() 160 if (topo_prop_get_string(node, pgname, pv->tp_name, in txml_print_prop() 169 if (topo_prop_get_fmri(node, pgname, pv->tp_name, &val, in txml_print_prop() 188 pv->tp_name, &val, &nelem, &err) != 0) in txml_print_prop() 216 begin_end_element(fp, Propval, Name, pv->tp_name, Type, tbuf, in txml_print_prop()
|
H A D | topo_prop.h | 59 char *tp_name; /* prop name */ member
|
H A D | topo_prop.c | 102 if (strcmp(pvl->tp_pval->tp_name, pname) == 0) in propval_get() 159 if (ret != 0 || strcmp(name, pv->tp_name) != 0) in prop_method_get() 552 if ((pv->tp_name = topo_hdl_strdup(thp, pname)) in prop_create() 998 if (strcmp(pv->tp_name, pname) == 0) { in topo_prop_method_unregister() 1323 if (pv->tp_name != NULL) in topo_propval_destroy() 1324 topo_hdl_strfree(thp, pv->tp_name); in topo_propval_destroy()
|
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 381 if (mdb_readstr(name, sizeof (name), (uintptr_t)pval.tp_name) < 0) { in dump_propval() 382 (void) mdb_snprintf(name, sizeof (name), "<%p>", pval.tp_name); in dump_propval()
|