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

/freebsd-9.3-release/sys/pc98/cbus/
H A Dolpt.c164 u_char sc_backoff ; /* time to call lptout() again */
189 static timeout_t lptout; variable
421 timeout (lptout, (caddr_t)sc,
430 lptout (void *arg) function
440 timeout (lptout, (caddr_t)sc, sc->sc_backoff);
/freebsd-9.3-release/sys/dev/ppbus/
H A Dlpt.c132 u_char sc_backoff ; /* time to call lptout() again */
141 static timeout_t lptout; variable
446 lptout(void *arg) function
459 callout_reset(&sc->sc_timer, sc->sc_backoff, lptout, sc);
590 callout_reset(&sc->sc_timer, sc->sc_backoff, lptout, sc);
880 * Avoid falling back to lptout() too quickly. First spin-loop
917 /* lptout() will jump in and try to restart. */

Completed in 42 milliseconds