Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c257 if (mode != TOPO_LED_STATE_OFF && in ipmi_platform_message()
312 mode = TOPO_LED_STATE_OFF; in ipmi_platform_message()
571 if (mode_in != TOPO_LED_STATE_OFF && in ipmi_indicator_mode()
692 if (mode_in != TOPO_LED_STATE_OFF && in bay_locate_mode()
730 ledmode = TOPO_LED_STATE_OFF; in bay_locate_mode()
1026 if (ledmode == TOPO_LED_STATE_OFF) { in x4500_present_mode()
1069 ledmode = TOPO_LED_STATE_OFF; in x4500_present_mode()
1176 if (mode_in != TOPO_LED_STATE_OFF && in chassis_service_mode()
/titanic_53/usr/src/cmd/fm/modules/common/disk-lights/
H A Ddisk_lights.c202 fwi.fwi_mode = has_fault ? TOPO_LED_STATE_ON : TOPO_LED_STATE_OFF; in dl_fault_walk_outer()
/titanic_53/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/
H A Dfac_prov_mptsas.c113 *ledmode = lc.LedStatus ? TOPO_LED_STATE_ON : TOPO_LED_STATE_OFF; in do_led_control()
/titanic_53/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c174 if (mode != TOPO_LED_STATE_OFF && mode != TOPO_LED_STATE_ON) { in ses_indicator_mode()
213 mode = current ? TOPO_LED_STATE_ON : TOPO_LED_STATE_OFF; in ses_indicator_mode()
/titanic_53/usr/src/lib/fm/topo/libtopo/common/
H A Dlibtopo.h982 TOPO_LED_STATE_OFF = 0, enumerator