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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.h40 char *tpi_name; /* property group name */ member in struct:topo_ipgroup_info
H A Dtopo_prop.c84 if (strcmp(pg->tpg_info->tpi_name, pgname) == 0) {
985 if (strcmp(pg->tpg_info->tpi_name, pgname) == 0) {
1133 if (strcmp(pgname, pg->tpg_info->tpi_name) == 0) {
1139 if ((info->tpi_name =
1140 topo_hdl_strdup(thp, pip->tpi_name)) == NULL) {
1167 if (pip->tpi_name != NULL)
1168 topo_hdl_strfree(thp, (char *)pip->tpi_name);
1195 if (strcmp(pg->tpg_info->tpi_name, pinfo->tpi_name) == 0) {
1212 if ((pip->tpi_name
[all...]
H A Dtopo_2xml.c240 begin_element(fp, Propgrp, Name, pip->tpi_name, Namestab,
244 txml_print_prop(thp, fp, node, pip->tpi_name, plp->tp_pval);
H A Dlibtopo.h322 const char *tpi_name; /* property group name */ member in struct:topo_pgroup_info
H A Dtopo_xml.c744 pgi.tpi_name = gnm;
1440 pgi.tpi_name = TOPO_PGROUP_FACILITY;
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c427 if (mdb_readstr(buf, sizeof (buf), (uintptr_t)ipg.tpi_name) < 0) {
428 mdb_warn("failed to read string at %p", ipg.tpi_name);
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c304 pgi.tpi_name = TOPO_PGROUP_IPMI;
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c470 pgi.tpi_name = TOPO_PGROUP_FACILITY;
485 pgi.tpi_name = TOPO_PGROUP_SES;
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c935 txarray[i].tx_tprop, txarray[i].tx_tpgroup->tpi_name);
937 txarray[i].tx_diprop, txarray[i].tx_tpgroup->tpi_name,
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c1272 pgi.tpi_name = TOPO_PGROUP_FACILITY;
1765 pgi.tpi_name = TOPO_PGROUP_IPMI;
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c512 topo_hdl_strfree(thp, (char *)pgi->tpi_name);

Completed in 92 milliseconds