Home | History | Annotate | Download | only in dev

Lines Matching defs:sc_bcount

230 	int sc_bcount;		/* byte count left */
801 bp->b_resid = fd->sc_bcount;
1145 fd->sc_bcount = bp->b_bcount;
1215 nblks = uimin(nblks, fd->sc_bcount / FDC_BSIZE);
1218 if (fd->sc_bcount & 0x00000200) {
1219 if (fd->sc_bcount == FDC_BSIZE) {
1227 fd->sc_bcount / FDC_BSIZE - 1);
1233 nblks = uimin(nblks, fd->sc_bcount / FDC_BSIZE);
1453 fd->sc_bcount -= fd->sc_nbytes;
1454 DPRINTF(("fd->sc_bcount = %d\n", fd->sc_bcount));
1455 if (finfo == NULL && fd->sc_bcount > 0) {