Home
last modified time | relevance | path

Searched refs:lptout (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ppbus/
H A Dlpt.c141 static callout_func_t lptout; variable
442 lptout(void *arg) in lptout() function
455 callout_reset(&sc->sc_timer, sc->sc_backoff, lptout, sc); in lptout()
586 callout_reset(&sc->sc_timer, sc->sc_backoff, lptout, sc); in lptopen()