Searched defs:timeout_cancel (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dtodds1287.c170 static int timeout_cancel = 0; variable
695 timeout_cancel = 0;
754 if (!timeout_cancel) {
755 timeout_cancel = power_button_timeouts +
762 if (timeout_cancel > 1) {
766 timeout_cancel);
/illumos-gate/usr/src/uts/common/io/
H A Dpower.c128 static int timeout_cancel = 0; variable
564 timeout_cancel = 0;
622 if (!timeout_cancel) {
623 timeout_cancel = power_button_timeouts +
630 if (timeout_cancel > 1) {
634 timeout_cancel);

Completed in 49 milliseconds