Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/
H A Dfac_prov_mptsas.c143 if (topo_prop_get_uint32(node, TOPO_PGROUP_FACILITY, TOPO_FACILITY_TYPE, in mptsas_led_mode()
146 "(%s)", __func__, TOPO_FACILITY_TYPE, topo_strerror(err)); in mptsas_led_mode()
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ahci/
H A Dfac_prov_ahci.c183 if (topo_prop_get_uint32(node, TOPO_PGROUP_FACILITY, TOPO_FACILITY_TYPE, in ahci_led_mode()
186 "(%s)", __func__, TOPO_FACILITY_TYPE, topo_strerror(err)); in ahci_led_mode()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c470 if (strcmp(propname, TOPO_FACILITY_TYPE) == 0) { in topo_method_sensor_failure()
493 nvlist_add_uint32(tmp, TOPO_FACILITY_TYPE, in topo_method_sensor_failure()
H A Dlibtopo.h479 #define TOPO_FACILITY_TYPE "type" macro
H A Dtopo_node.c741 TOPO_FACILITY_TYPE, &tmp_facsubtype, errp) != 0) { in topo_node_facility()
/illumos-gate/usr/src/lib/fm/topo/modules/common/shared/
H A Dtopo_sensor.c232 TOPO_FACILITY_TYPE, TOPO_PROP_IMMUTABLE, topo_type, &err) != 0 || in topo_sensor_create_scalar_sensor()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c347 if ((strcmp(propn, TOPO_FACILITY_TYPE) == 0) && in print_prop_nameval()
352 } else if ((strcmp(propn, TOPO_FACILITY_TYPE) == 0) && in print_prop_nameval()
368 TOPO_PGROUP_FACILITY, TOPO_FACILITY_TYPE, in print_prop_nameval()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c546 TOPO_FACILITY_TYPE, TOPO_PROP_IMMUTABLE, type, &err) != 0) { in ses_add_indicator()
611 TOPO_FACILITY_TYPE, TOPO_PROP_IMMUTABLE, in ses_add_sensor_common()
/illumos-gate/usr/src/cmd/diskinfo/
H A Ddiskinfo.c179 TOPO_FACILITY_TYPE, &prop, &e) != in disk_walker()
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c848 if (topo_prop_get_uint32(node, TOPO_PGROUP_FACILITY, TOPO_FACILITY_TYPE, in bay_indicator_mode()
851 "(%s)", TOPO_FACILITY_TYPE, topo_strerror(err)); in bay_indicator_mode()
1539 TOPO_FACILITY_TYPE, TOPO_PROP_IMMUTABLE, sd->sd_stype, &err) != 0) { in make_sensor_node()
1541 "%s=%" PRIu64 " (%s)\n", TOPO_FACILITY_TYPE, in make_sensor_node()
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c425 TOPO_FACILITY_TYPE, TOPO_PROP_IMMUTABLE, TOPO_SENSOR_TYPE_TEMP, in disk_add_temp_sensor()