Home
last modified time | relevance | path

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

/NextBSD/sys/pc98/cbus/
HDolpt.c158 short sc_xfercnt ; member
416 sc->sc_xfercnt = 0; in lptopen()
452 if (sc->sc_xfercnt) { in lptout()
481 sc->sc_xfercnt = 0; in lptclose()
503 while (sc->sc_xfercnt > 0) { in pushbytes()
507 sc->sc_xfercnt--; in pushbytes()
570 sc->sc_xfercnt = n ; in lptwrite()
571 while ((sc->sc_xfercnt > 0)&&(sc->sc_irq & LP_USE_IRQ)) { in lptwrite()
576 lprintf(("\nC %d. ", sc->sc_xfercnt)); in lptwrite()
590 if(!(sc->sc_irq & LP_USE_IRQ) && (sc->sc_xfercnt)) { in lptwrite()
/NextBSD/sys/dev/ppbus/
HDlpt.c124 short sc_xfercnt ; member
469 if (sc->sc_xfercnt) { in lptout()
583 sc->sc_xfercnt = 0; in lptopen()
628 (LPS_SEL|LPS_NBSY|LPS_NERR) || sc->sc_xfercnt) in lptclose()
645 sc->sc_xfercnt = 0; in lptclose()
670 while (sc->sc_xfercnt > 0) { in lpt_pushbytes()
674 sc->sc_xfercnt--; in lpt_pushbytes()
798 sc->sc_xfercnt = n; in lptwrite()
803 sc->sc_xfercnt, 0); in lptwrite()
808 sc->sc_xfercnt = 0; in lptwrite()
[all …]