Lines Matching refs:smw
144 wdog_tickle(struct sysmon_wdog *smw)
146 struct wdog_softc *sc = smw->smw_cookie;
153 wdog_setmode(struct sysmon_wdog *smw)
155 struct wdog_softc *sc = smw->smw_cookie;
157 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) {
161 if (smw->smw_period == WDOG_PERIOD_DEFAULT)
162 smw->smw_period = sc->sc_wdog_period;
163 else if (smw->smw_period != sc->sc_wdog_period) {
168 if (smw->smw_period > sc->sc_wdog_max) {
171 sc->sc_wdog_period = smw->smw_period;