Searched refs:wd_shutdown_countdown (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/ipmi/
H A Dipmi.c95 static int wd_shutdown_countdown = 0; /* sec */ variable
107 SYSCTL_INT(_hw_ipmi, OID_AUTO, wd_shutdown_countdown, CTLFLAG_RW,
108 &wd_shutdown_countdown, 0,
753 * Positive wd_shutdown_countdown value will re-arm watchdog;
754 * Zero value in wd_shutdown_countdown will disable watchdog;
755 * Negative value in wd_shutdown_countdown will keep existing state;
764 if (wd_shutdown_countdown == 0) {
768 } else if (wd_shutdown_countdown > 0) {
771 ipmi_set_watchdog(sc, wd_shutdown_countdown);
772 sc->ipmi_watchdog_active = wd_shutdown_countdown;
[all...]

Completed in 56 milliseconds