Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c71 volatile int g_event_flag; variable
133 g_event_flag |= FCAL_EV_CONFIG; in piclfcal_evhandler()
495 g_event_flag |= FCAL_EV_POLL; in fcal_poll_thread()
532 g_event_flag = 0; in fcal_leds_init()
H A Dfcal_leds.h289 extern volatile int g_event_flag;
H A Dfcal_leds_thread.c611 events = g_event_flag & (FCAL_EV_POLL | FCAL_EV_CONFIG); in wait_a_while()
612 g_event_flag ^= events; in wait_a_while()