Lines Matching refs:smw
122 sbwdog_tickle(struct sysmon_wdog *smw)
124 struct sbwdog_softc *sc = smw->smw_cookie;
144 sbwdog_setmode(struct sysmon_wdog *smw)
146 struct sbwdog_softc *sc = smw->smw_cookie;
148 if ((smw->smw_mode & WDOG_MODE_MASK) == WDOG_MODE_DISARMED) {
152 if (smw->smw_period == WDOG_PERIOD_DEFAULT) {
154 smw->smw_period = SBWDOG_DEFAULT_PERIOD; /* XXX needed?? */
155 } else if (smw->smw_period > 8) {
159 sc->sc_wdog_period = smw->smw_period;
165 sbwdog_tickle(smw);