Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds_thread.c611 events = g_event_flag & (FCAL_EV_POLL | FCAL_EV_CONFIG); in wait_a_while()
689 events |= FCAL_EV_CONFIG; in fcal_leds_thread()
697 events |= FCAL_EV_CONFIG; in fcal_leds_thread()
771 events = FCAL_EV_CONFIG; in fcal_leds_thread()
807 if ((events & FCAL_EV_CONFIG) != 0) { in fcal_leds_thread()
H A Dfcal_leds.h177 #define FCAL_EV_CONFIG 2 macro
H A Dfcal_leds.c133 g_event_flag |= FCAL_EV_CONFIG; in piclfcal_evhandler()