Home
last modified time | relevance | path

Searched refs:FCAL_EV_POLL (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()
654 } else if ((events & FCAL_EV_POLL) != 0) { in fcal_leds_thread()
844 if ((events & FCAL_EV_POLL) != 0) { in fcal_leds_thread()
H A Dfcal_leds.h176 #define FCAL_EV_POLL 1 macro
H A Dfcal_leds.c495 g_event_flag |= FCAL_EV_POLL; in fcal_poll_thread()