Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dlpt.c124 short sc_xfercnt ; member
464 if (sc->sc_xfercnt) { in lptout()
576 sc->sc_xfercnt = 0; in lptopen()
619 while ((ppb_rstr(ppbus) & RDY_MASK) != LP_READY || sc->sc_xfercnt) in lptclose()
636 sc->sc_xfercnt = 0; in lptclose()
661 while (sc->sc_xfercnt > 0) { in lpt_pushbytes()
665 sc->sc_xfercnt--; in lpt_pushbytes()
788 sc->sc_xfercnt = n; in lptwrite()
793 sc->sc_xfercnt, 0); in lptwrite()
798 sc->sc_xfercnt = 0; in lptwrite()
[all …]