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

/illumos-gate/usr/src/uts/sun4v/os/
H A Dwdt.c54 static void config_watchdog(uint64_t, int);
190 config_watchdog(watchdog_timeout, WDT_ON);
203 config_watchdog(watchdog_long_timeout, WDT_ON);
205 config_watchdog(watchdog_timeout, WDT_ON);
216 config_watchdog(0, WDT_OFF);
228 config_watchdog(watchdog_long_timeout, WDT_ON);
230 config_watchdog(watchdog_timeout, WDT_ON);
239 config_watchdog(0, WDT_OFF);
244 config_watchdog(uint64_t timeout, int new_state) function

Completed in 54 milliseconds