Home
last modified time | relevance | path

Searched refs:tp_name (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_2xml.c144 if (topo_prop_get_uint32(node, pgname, pv->tp_name, in txml_print_prop()
168 if (topo_prop_get_uint64(node, pgname, pv->tp_name, in txml_print_prop()
181 if (topo_prop_get_double(node, pgname, pv->tp_name, in txml_print_prop()
199 if (topo_prop_get_string(node, pgname, pv->tp_name, in txml_print_prop()
228 pv->tp_name, &val, &nelem, &err) != 0) in txml_print_prop()
231 begin_element(fp, Propval, Name, pv->tp_name, Type, in txml_print_prop()
248 pv->tp_name, &val, &nelem, &err) != 0) in txml_print_prop()
269 pv->tp_name, &val, &nelem, &err) != 0) in txml_print_prop()
290 pv->tp_name, &val, &nelem, &err) != 0) in txml_print_prop()
311 pv->tp_name, &val, &nelem, &err) != 0) in txml_print_prop()
[all …]
H A Dtopo_prop.h57 char *tp_name; /* prop name */ member
H A Dtopo_prop.c107 if (strcmp(pvl->tp_pval->tp_name, pname) == 0) in propval_get()
164 if (ret != 0 || strcmp(name, pv->tp_name) != 0) in prop_method_get()
558 if ((pv->tp_name = topo_hdl_strdup(thp, pname)) in prop_create()
1004 if (strcmp(pv->tp_name, pname) == 0) { in topo_prop_method_unregister()
1329 if (pv->tp_name != NULL) in topo_propval_destroy()
1330 topo_hdl_strfree(thp, pv->tp_name); in topo_propval_destroy()
H A Dtopo_digraph_xml.c471 const char *pname = pv->tp_name; in serialize_property()
638 pv->tp_name); in serialize_pgroups()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c382 if (mdb_readstr(name, sizeof (name), (uintptr_t)pval.tp_name) < 0) { in dump_propval()
383 (void) mdb_snprintf(name, sizeof (name), "<%p>", pval.tp_name); in dump_propval()