Home
last modified time | relevance | path

Searched refs:power_button_timeouts (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpower.c127 static int power_button_timeouts = 0; variable
507 power_button_cancel += power_button_timeouts; in power_high_intr()
566 power_button_timeouts++; in power_soft_intr()
603 power_button_timeouts--; in power_timeout()
623 timeout_cancel = power_button_timeouts + in power_timeout()
626 power_button_timeouts--; in power_timeout()
627 if (!power_button_timeouts) in power_timeout()
644 power_button_timeouts--; in power_timeout()
645 if (!power_button_timeouts) in power_timeout()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodds1287.c169 static int power_button_timeouts = 0; variable
638 power_button_cancel += power_button_timeouts; in ds1287_intr()
697 power_button_timeouts++; in ds1287_softintr()
735 power_button_timeouts--; in ds1287_timeout()
755 timeout_cancel = power_button_timeouts + in ds1287_timeout()
758 power_button_timeouts--; in ds1287_timeout()
759 if (!power_button_timeouts) in ds1287_timeout()
776 power_button_timeouts--; in ds1287_timeout()
777 if (!power_button_timeouts) in ds1287_timeout()