HomeSort by: relevance | last modified time | path
    Searched refs:sc_bytecnt (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/qbus/
rlvar.h 47 int sc_bytecnt; /* How much left to transfer */ member in struct:rlc_softc
rl.c 573 sc->sc_bytecnt = 0;
575 if (sc->sc_bytecnt == 0) /* Finished transfer */
577 rlcstart(sc, sc->sc_bytecnt ? bp : 0);
602 sc->sc_bytecnt = bp->b_bcount;
638 blks = sc->sc_bytecnt/DEV_BSIZE;
654 sc->sc_bytecnt -= (blks*DEV_BSIZE);
  /src/sys/arch/vax/vsa/
hdc9224.c 144 int sc_bytecnt; /* How much left to transfer */ member in struct:hdcsoftc
429 sc->sc_bytecnt -= sc->sc_xfer;
432 if (sc->sc_bytecnt == 0) { /* Finished transfer */
511 sc->sc_bytecnt = bp->b_bcount;
540 blks = sc->sc_bytecnt/DEV_BSIZE;

Completed in 13 milliseconds