Searched refs:sncwatchdog (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/snc/
H A Ddp83932.c90 static void sncwatchdog(void *);
456 callout_reset(&sc->sc_timer, hz, sncwatchdog, sc);
500 sncwatchdog(void *arg) function
519 callout_reset(&sc->sc_timer, hz, sncwatchdog, sc);

Completed in 182 milliseconds