Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds_thread.c51 void clr_led(int diskNo, token_t led_tok, led_dtls_t *dtls);
497 clr_led(int diskNo, token_t led_tok, led_dtls_t *dtls) in clr_led() function
568 clr_led(disk, FCAL_REMOK_LED, dtls); in end_led_test()
569 clr_led(disk, FCAL_FAULT_LED, dtls); in end_led_test()
732 clr_led(c, FCAL_REMOK_LED, dtls); in fcal_leds_thread()
733 clr_led(c, FCAL_FAULT_LED, dtls); in fcal_leds_thread()
734 clr_led(c, FCAL_READY_LED, dtls); in fcal_leds_thread()
754 clr_led(c, FCAL_FAULT_LED, dtls); in fcal_leds_thread()
781 clr_led(c, FCAL_READY_LED, dtls); in fcal_leds_thread()
785 clr_led(c, FCAL_REMOK_LED, dtls); in fcal_leds_thread()
H A Dfcal_leds.h303 void clr_led(int diskNo, token_t led_tok, led_dtls_t *dtls);
H A Dfcal_leds.c625 clr_led(diskNo, LED_PROPS_START + 1 + ledNo, in fcal_leds_fini()