Lines Matching defs:bcount
784 long bcount, rcount;
827 for (bcount = bp->b_bcount; bcount > 0; bcount -= rcount) {
828 cbp = ccdbuffer(cs, bp, bn, addr, bcount, wait);
873 long bcount, int wait)
884 cs, bp, bn, addr, bcount);
951 cbp->cb_buf.b_bcount = cbc < bcount ? cbc : bcount;
991 printf("ccdiodone: bp %p bcount %d resid %d\n",