Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfc_led_parse.c465 return (get_pnz(p_str, &dtls->fast_poll)); in act_fast_poll()
570 if (dtls->fast_poll == 0) in fc_led_parse()
571 dtls->fast_poll = DFLT_FAST_POLL; in fc_led_parse()
586 dtls->slow_poll_ticks += dtls->fast_poll - 1; /* for round up */ in fc_led_parse()
587 dtls->slow_poll_ticks /= dtls->fast_poll; in fc_led_parse()
588 dtls->relax_time_ticks += dtls->fast_poll - 1; in fc_led_parse()
589 dtls->relax_time_ticks /= dtls->fast_poll; in fc_led_parse()
590 dtls->led_test_time += dtls->fast_poll - 1; in fc_led_parse()
591 dtls->led_test_time /= dtls->fast_poll; in fc_led_parse()
H A Dfcal_leds.h265 int fast_poll; /* fast_poll interval in seconds */ member
H A Dfcal_leds.c455 c = poll(NULL, 0, dtls->fast_poll * 1000); in fcal_poll_thread()