HomeSort by: relevance | last modified time | path
    Searched refs:wh_wdog_period (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/isa/
weaselvar.h 52 u_int wh_wdog_period; member in struct:weasel_handle
weasel_isa.c 200 wh->wh_wdog_period = cfg.wdt_msec / 1000;
202 printf(", watchdog interval %d sec.\n", wh->wh_wdog_period);
212 wh->wh_smw.smw_period = wh->wh_wdog_period;
229 smw->smw_period = wh->wh_wdog_period;
230 else if (smw->smw_period != wh->wh_wdog_period) {

Completed in 11 milliseconds