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

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c66 static int last_watchdog_msg = 1; variable
3226 send_watchdog_msg(last_watchdog_msg);
3347 * When the watchdog is shut off last_watchdog_msg goes from a
3348 * 0 to a 1. So we must test to see that last_watchdog_msg is
3350 * After which we set last_watchdog_msg back to 0 so that we do not
3354 if (last_watchdog_msg == 1) {
3356 last_watchdog_msg = 0;
3374 last_watchdog_msg = 1;

Completed in 286 milliseconds