bcount 95 dev/ata/ata.c wdc_c.bcount = ATAPARAMS_SIZE; bcount 146 dev/ata/ata_wdc.c (ata_bio->bcount > 512 || bcount 152 dev/ata/ata_wdc.c xfer->c_bcount = ata_bio->bcount; bcount 519 dev/ata/ata_wdc.c ata_bio->bcount = xfer->c_bcount; bcount 157 dev/ata/atavar.h int bcount; /* number of bytes to transfer */ bcount 533 dev/ata/wd.c wd->sc_wdc_bio.bcount = bp->b_bcount; bcount 568 dev/ata/wd.c bp->b_resid = wd->sc_wdc_bio.bcount; bcount 1045 dev/ata/wd.c wd->sc_wdc_bio.bcount = bcount 55 dev/ata/wdvar.h long bcount; /* total number of bytes */ bcount 708 dev/ccd.c long bcount, rcount; bcount 734 dev/ccd.c for (bcount = bp->b_bcount; bcount > 0; bcount -= rcount) { bcount 735 dev/ccd.c rcount = ccdbuffer(cs, bp, bn, addr, bcount, cbpp); bcount 764 dev/ccd.c long bcount, struct ccdbuf **cbpp) bcount 775 dev/ccd.c cs, bp, bn, addr, bcount, cbpp)); bcount 817 dev/ccd.c bcount > bp->b_bcount / 2 && bcount 833 dev/ccd.c if (cnt < bcount) bcount 834 dev/ccd.c bcount = cnt; bcount 848 dev/ccd.c nbp->b_bcount = bcount; bcount 882 dev/ccd.c return (bcount); bcount 370 dev/ic/cac.c ccb->ccb_req.bcount = htole16(howmany(size, DEV_BSIZE)); bcount 195 dev/ic/cacreg.h u_int16_t bcount; /* block count */ bcount 1703 dev/ic/wdc.c xfer->c_bcount = wdc_c->bcount; bcount 1787 dev/ic/wdc.c wdc_c->data, wdc_c->bcount); bcount 1817 dev/ic/wdc.c int bcount = wdc_c->bcount; bcount 1836 dev/ic/wdc.c wdc_input_bytes(drvp, data, bcount); bcount 2251 dev/ic/wdc.c wdc_c.bcount = wi->wi_bp.b_bcount; bcount 283 dev/raidframe/rf_raid1.c int nbytes, bcount, stripeWidth, ret, i, j, nbad, *bbufs; bcount 319 dev/raidframe/rf_raid1.c bcount = nbytes * (layoutPtr->numDataCol + layoutPtr->numParityCol); bcount 320 dev/raidframe/rf_raid1.c RF_MallocAndAdd(buf, bcount, (char *), allocList); bcount 325 dev/raidframe/rf_raid1.c " (%lx - %lx).\n", raidPtr->raidid, (long) buf, bcount, bcount 326 dev/raidframe/rf_raid1.c (long) buf, (long) buf + bcount); bcount 790 kern/subr_disk.c disk_unbusy(struct disk *diskp, long bcount, int read) bcount 803 kern/subr_disk.c if (bcount > 0) { bcount 805 kern/subr_disk.c diskp->dk_rbytes += bcount; bcount 808 kern/subr_disk.c diskp->dk_wbytes += bcount; bcount 814 kern/subr_disk.c add_disk_randomness(bcount ^ diff_time.tv_usec); bcount 69 lib/libsa/read.c read(int fd, void *dest, size_t bcount) bcount 71 lib/libsa/read.c oread(int fd, void *dest, size_t bcount) bcount 84 lib/libsa/read.c btodb(f->f_offset), bcount, dest, &resid); bcount 90 lib/libsa/read.c resid = bcount; bcount 91 lib/libsa/read.c if ((errno = (f->f_ops->read)(f, dest, bcount, &resid))) bcount 93 lib/libsa/read.c return (ssize_t)(bcount - resid); bcount 68 lib/libsa/write.c write(int fd, void *dest, size_t bcount) bcount 80 lib/libsa/write.c btodb(f->f_offset), bcount, dest, &resid); bcount 86 lib/libsa/write.c resid = bcount; bcount 87 lib/libsa/write.c if ((errno = (f->f_ops->write)(f, dest, bcount, &resid)))