Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c1035 ipmi_set_sensor_reading_t sr_out = { 0 }; in x4500_present_mode() local
1096 sr_out.iss_deassert_state = BAY_PRESENT_LED_MASK; in x4500_present_mode()
1097 sr_out.iss_deassrt_op = IPMI_SENSOR_OP_SET; in x4500_present_mode()
1099 sr_out.iss_assert_state = BAY_PRESENT_LED_MASK; in x4500_present_mode()
1100 sr_out.iss_assert_op = IPMI_SENSOR_OP_SET; in x4500_present_mode()
1108 sr_out.iss_id = cs->is_cs_number; in x4500_present_mode()
1111 if (ipmi_set_sensor_reading(hdl, &sr_out) != 0) { in x4500_present_mode()