Home
last modified time | relevance | path

Searched refs:tpi_name (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c84 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 Dtopo_prop.h40 char *tpi_name; /* property group name */ member
H A Dtopo_2xml.c240 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 Dlibtopo.h322 const char *tpi_name; /* property group name */ member
H A Dtopo_xml.c744 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 Dlibtopo.c427 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 Dses_facility.c470 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 Dipmi_enum.c304 pgi.tpi_name = TOPO_PGROUP_IPMI; in ipmi_check_entity()
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c935 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 Dfac_prov_ipmi.c1272 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 Dfmtopo.c512 topo_hdl_strfree(thp, (char *)pgi->tpi_name); in print_pgroup()