wd33c93.c | 144 void wd33c93_watchdog (void *arg); 262 callout_reset(&sc->sc_watchdog, 60 * hz, wd33c93_watchdog, sc); 2308 wd33c93_watchdog(void *arg) function in typeref:typename:void 2330 callout_reset(&sc->sc_watchdog, 60 * hz, wd33c93_watchdog, sc);
|