Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds_thread.c609 events = g_event_flag & (FCAL_EV_POLL | FCAL_EV_CONFIG); in wait_a_while()
652 } else if ((events & FCAL_EV_POLL) != 0) { in fcal_leds_thread()
842 if ((events & FCAL_EV_POLL) != 0) { in fcal_leds_thread()
H A Dfcal_leds.h174 #define FCAL_EV_POLL 1 macro
H A Dfcal_leds.c493 g_event_flag |= FCAL_EV_POLL; in fcal_poll_thread()