Home
last modified time | relevance | path

Searched refs:tpi_datastab (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.h40 topo_stability_t tpi_datastab; /* stability of all property values */ member
H A Dtopo_prop.c1154 info->tpi_datastab = pip->tpi_datastab; in topo_pgroup_info()
1223 pip->tpi_datastab = pinfo->tpi_datastab; in topo_pgroup_create()
1442 topo_stability2name(pg->tpg_info->tpi_datastab)) != 0 || in topo_prop_getpgrp()
1511 topo_stability2name(pg->tpg_info->tpi_datastab)) != 0 || in topo_prop_getprops()
H A Dtopo_mod.c1046 pgi.tpi_datastab = TOPO_STABILITY_PRIVATE; in topo_mod_create_ufm_slot()
1177 pgi.tpi_datastab = TOPO_STABILITY_PRIVATE; in topo_mod_create_ufm()
H A Dtopo_2xml.c367 datastab = topo_stability2name(pip->tpi_datastab); in txml_print_pgroup()
H A Dlibtopo.h369 topo_stability_t tpi_datastab; /* stability of all property values */ member
H A Dtopo_xml.c759 pgi.tpi_datastab = topo_name2stability(dstab); in pgroups_create()
1459 pgi.tpi_datastab = TOPO_STABILITY_PRIVATE; in fac_process()
/illumos-gate/usr/src/lib/fm/topo/modules/common/smbios/
H A Dsmbios_enum.c179 pgi.tpi_datastab = TOPO_STABILITY_PRIVATE; in smbios_make_slot()
193 pgi.tpi_datastab = TOPO_STABILITY_PRIVATE; in smbios_make_slot()
288 pgi.tpi_datastab = TOPO_STABILITY_PRIVATE; in smbios_make_dimm()
513 pgi.tpi_datastab = TOPO_STABILITY_PRIVATE; in smbios_enum_motherboard()
/illumos-gate/usr/src/lib/fm/topo/modules/common/shared/
H A Dtopo_sensor.c223 pgi.tpi_datastab = TOPO_STABILITY_PRIVATE; in topo_sensor_create_scalar_sensor()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c482 pgi.tpi_datastab = TOPO_STABILITY_PRIVATE; in ses_add_fac_common()
497 pgi.tpi_datastab = TOPO_STABILITY_PRIVATE; in ses_add_fac_common()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_enum.c480 pgi.tpi_datastab = TOPO_STABILITY_PRIVATE; in ipmi_check_entity()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c695 pgi.tpi_datastab = TOPO_STABILITY_PRIVATE; in declare_dev_and_fn()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c441 stab_lvls[ipg.tpi_datastab]); in dump_pgroup()
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c1491 pgi.tpi_datastab = TOPO_STABILITY_PRIVATE; in make_sensor_node()
2081 pgi.tpi_datastab = TOPO_STABILITY_PRIVATE; in fac_prov_ipmi_enum()
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c411 pgi.tpi_datastab = TOPO_STABILITY_PRIVATE; in disk_add_temp_sensor()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c513 dstab = (char *)topo_stability2name(pgi->tpi_datastab); in print_pgroup()