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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dhardclk.c62 int watchdog_activated = 0; /* the watchdog is armed */ variable
/illumos-gate/usr/src/uts/sun4v/os/
H A Dwdt.c60 int watchdog_activated = WDT_OFF; variable
201 if (watchdog_enabled && watchdog_activated) {
215 if (watchdog_enabled && watchdog_activated) {
226 if (watchdog_enabled && !watchdog_activated) {
238 if (watchdog_enabled && watchdog_activated) {
250 watchdog_activated = new_state;
/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c233 static int watchdog_activated; variable
707 watchdog_activated = 0;
5624 extern int watchdog_activated;
5640 if (watchdog_activated) {
6258 watchdog_activated = new_state;
6260 "watchdog_activated=%d", watchdog_activated);
6284 if (bscv_watchdog_available && (!watchdog_activated ||
6285 (watchdog_activated &&
6308 if (bscv_watchdog_available && watchdog_activated) {
[all...]

Completed in 77 milliseconds