Searched refs:sc_bcount (Results 1 – 2 of 2) sorted by relevance
105 int sc_bcount; /* byte count left */ member693 fd->sc_bcount = bp->b_bcount; in fdintr()749 nblks = min(nblks, fd->sc_bcount / fd_bsize); in fdintr()864 fd->sc_bcount -= fd->sc_nbytes; in fdintr()866 if (!finfo && fd->sc_bcount > 0) { in fdintr()
255 int sc_bcount; /* byte count left */ member1282 fd->sc_bcount = bp->b_bcount; in fdcstate()1393 nblks = min(nblks, fd->sc_bcount / FD_BSIZE(fd)); in fdcstate()1594 fd->sc_bcount -= fd->sc_nbytes; in fdcstate()1596 if (finfo == NULL && fd->sc_bcount > 0) { in fdcstate()