Searched refs:tpi_name (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_prop.c | 84 if (strcmp(pg->tpg_info->tpi_name, pgname) == 0) { in pgroup_get() 985 if (strcmp(pg->tpg_info->tpi_name, pgname) == 0) { in topo_prop_method_unregister() 1133 if (strcmp(pgname, pg->tpg_info->tpi_name) == 0) { in topo_pgroup_info() 1139 if ((info->tpi_name = in topo_pgroup_info() 1140 topo_hdl_strdup(thp, pip->tpi_name)) == NULL) { in topo_pgroup_info() 1167 if (pip->tpi_name != NULL) in pgroup_seterr() 1168 topo_hdl_strfree(thp, (char *)pip->tpi_name); in pgroup_seterr() 1195 if (strcmp(pg->tpg_info->tpi_name, pinfo->tpi_name) == 0) { in topo_pgroup_create() 1212 if ((pip->tpi_name = topo_hdl_strdup(thp, pinfo->tpi_name)) in topo_pgroup_create() 1239 if (strcmp(pg->tpg_info->tpi_name, pname) == 0) { in topo_pgroup_destroy() [all …]
|
H A D | topo_prop.h | 40 char *tpi_name; /* property group name */ member
|
H A D | topo_2xml.c | 240 begin_element(fp, Propgrp, Name, pip->tpi_name, Namestab, in txml_print_pgroup() 244 txml_print_prop(thp, fp, node, pip->tpi_name, plp->tp_pval); in txml_print_pgroup()
|
H A D | libtopo.h | 322 const char *tpi_name; /* property group name */ member
|
H A D | topo_xml.c | 744 pgi.tpi_name = gnm; in pgroups_create() 1440 pgi.tpi_name = TOPO_PGROUP_FACILITY; in fac_process()
|
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 427 if (mdb_readstr(buf, sizeof (buf), (uintptr_t)ipg.tpi_name) < 0) { in dump_pgroup() 428 mdb_warn("failed to read string at %p", ipg.tpi_name); in dump_pgroup()
|
/titanic_50/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses_facility.c | 470 pgi.tpi_name = TOPO_PGROUP_FACILITY; in ses_add_fac_common() 485 pgi.tpi_name = TOPO_PGROUP_SES; in ses_add_fac_common()
|
/titanic_50/usr/src/lib/fm/topo/modules/common/ipmi/ |
H A D | ipmi_enum.c | 304 pgi.tpi_name = TOPO_PGROUP_IPMI; in ipmi_check_entity()
|
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.c | 935 txarray[i].tx_tprop, txarray[i].tx_tpgroup->tpi_name); in did_props_set() 937 txarray[i].tx_diprop, txarray[i].tx_tpgroup->tpi_name, in did_props_set()
|
/titanic_50/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/ |
H A D | fac_prov_ipmi.c | 1272 pgi.tpi_name = TOPO_PGROUP_FACILITY; in make_sensor_node() 1765 pgi.tpi_name = TOPO_PGROUP_IPMI; in fac_prov_ipmi_enum()
|
/titanic_50/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 512 topo_hdl_strfree(thp, (char *)pgi->tpi_name); in print_pgroup()
|