b_resid           467 dev/ata/wd.c   	bp->b_resid = bp->b_bcount;
b_resid           568 dev/ata/wd.c   	bp->b_resid = wd->sc_wdc_bio.bcount;
b_resid           610 dev/ata/wd.c   	disk_unbusy(&wd->sc_dk, (bp->b_bcount - bp->b_resid),
b_resid           670 dev/ccd.c      		bp->b_resid = bp->b_bcount;
b_resid           690 dev/ccd.c      	bp->b_resid = bp->b_bcount;
b_resid           897 dev/ccd.c      		bp->b_resid = bp->b_bcount;
b_resid           898 dev/ccd.c      	disk_unbusy(&cs->sc_dkdev, (bp->b_bcount - bp->b_resid),
b_resid           923 dev/ccd.c      	    bp, bp->b_bcount, bp->b_resid));
b_resid           966 dev/ccd.c      	if (count > bp->b_resid)
b_resid           968 dev/ccd.c      	bp->b_resid -= count;
b_resid           969 dev/ccd.c      	if (bp->b_resid == 0)
b_resid           828 dev/flash.c    		bp->b_resid = bp->b_bcount;
b_resid           913 dev/flash.c    		bp->b_resid = bp->b_bcount;
b_resid           937 dev/flash.c    		bp->b_resid = bp->b_bcount - sc->sc_flashdev->pagesize;
b_resid           949 dev/flash.c    	disk_unbusy(&sc->sc_dk, bp->b_bcount - bp->b_resid,
b_resid           598 dev/i2o/ioprbs.c 			bp->b_resid = bp->b_bcount;
b_resid           600 dev/i2o/ioprbs.c 			bp->b_resid = bp->b_bcount - letoh32(rb->transfercount);
b_resid           410 dev/isa/fd.c   	bp->b_resid = bp->b_bcount;
b_resid           456 dev/isa/fd.c   	bp->b_resid = fd->sc_bcount;
b_resid           796 dev/isa/fd.c   		disk_unbusy(&fd->sc_dk, (bp->b_bcount - bp->b_resid),
b_resid           526 dev/isa/mcd.c  	bp->b_resid = bp->b_bcount;
b_resid          1244 dev/isa/mcd.c  		bp->b_resid = 0;
b_resid          1276 dev/isa/mcd.c  	bp->b_resid = bp->b_bcount - mbx->skip;
b_resid          1277 dev/isa/mcd.c  	disk_unbusy(&sc->sc_dk, (bp->b_bcount - bp->b_resid),
b_resid           160 dev/raidframe/rf_driver.c 	bp->b_resid = bp->b_bcount;					\
b_resid           760 dev/raidframe/rf_openbsdkintf.c 		bp->b_resid = bp->b_bcount;
b_resid           767 dev/raidframe/rf_openbsdkintf.c 		bp->b_resid = bp->b_bcount;
b_resid           775 dev/raidframe/rf_openbsdkintf.c 		bp->b_resid = bp->b_bcount;
b_resid           799 dev/raidframe/rf_openbsdkintf.c 	bp->b_resid = 0;
b_resid          1763 dev/raidframe/rf_openbsdkintf.c 		db1_printf(("bp->b_resid = %d\n", (int) bp->b_resid));
b_resid          1777 dev/raidframe/rf_openbsdkintf.c 			    (int)num_blocks, (int)pb, (int)bp->b_resid));
b_resid          1783 dev/raidframe/rf_openbsdkintf.c 			bp->b_resid = bp->b_bcount;
b_resid          1798 dev/raidframe/rf_openbsdkintf.c 			bp->b_resid = bp->b_bcount;
b_resid          1999 dev/raidframe/rf_openbsdkintf.c 	bp->b_resid = raidbp->rf_buf.b_resid;
b_resid          2076 dev/raidframe/rf_openbsdkintf.c 	bp->b_resid = bp->b_bcount;	/* XXX is this right !??!?!! */
b_resid          2309 dev/raidframe/rf_openbsdkintf.c  	bp->b_resid = RF_COMPONENT_INFO_SIZE / DEV_BSIZE;
b_resid          2344 dev/raidframe/rf_openbsdkintf.c  	bp->b_resid = RF_COMPONENT_INFO_SIZE / DEV_BSIZE;
b_resid          3522 dev/raidframe/rf_openbsdkintf.c 			    (bp->b_bcount - bp->b_resid),
b_resid           361 dev/ramdisk.c  		bp->b_resid = bp->b_bcount;
b_resid           371 dev/ramdisk.c  		bp->b_resid -= xfer;
b_resid           378 dev/ramdisk.c  		bp->b_resid = bp->b_bcount;
b_resid           617 dev/ramdisk.c  		bp->b_resid = bp->b_bcount;
b_resid           625 dev/ramdisk.c  		xfer = bp->b_resid;
b_resid           634 dev/ramdisk.c  			bp->b_resid -= xfer;
b_resid          1125 dev/softraid.c 		b.b_resid = sz;
b_resid          1807 dev/softraid.c 		b.b_resid = sz;
b_resid          1966 dev/softraid.c 		b.b_resid = sz;
b_resid          2097 dev/softraid.c 			bp->b_resid = sz;
b_resid          2652 dev/softraid.c 		ccb->ccb_buf.b_resid = xs->datalen;
b_resid          2777 dev/softraid.c 	    ccb->ccb_buf.b_bcount, ccb->ccb_buf.b_resid, ccb->ccb_buf.b_flags,
b_resid          3114 dev/softraid.c 	ccb->ccb_buf.b_resid = xs->datalen;
b_resid          3226 dev/softraid.c 	    ccb->ccb_buf.b_resid, ccb->ccb_buf.b_flags);
b_resid           405 dev/vnd.c      	bp->b_resid = bp->b_bcount;
b_resid           428 dev/vnd.c      		bp->b_resid = bp->b_bcount;
b_resid           475 dev/vnd.c      			bp->b_resid = auio.uio_resid;
b_resid           502 dev/vnd.c      	for (resid = bp->b_resid; resid; resid -= sz) {
b_resid           567 dev/vnd.c      			bp->b_resid -= (resid - sz);
b_resid           642 dev/vnd.c      	pbp->b_resid -= vbp->vb_buf.b_bcount;
b_resid           645 dev/vnd.c      		disk_unbusy(&vnd->sc_dk, (pbp->b_bcount - pbp->b_resid),
b_resid           650 dev/vnd.c      	if (pbp->b_resid == 0) {
b_resid           335 isofs/cd9660/cd9660_vnops.c 		n = min(n, size - bp->b_resid);
b_resid           114 isofs/udf/udf_subr.c 	bp->b_resid = bp->b_blkno / lp->d_secpercyl;
b_resid           134 isofs/udf/udf_subr.c 		bp->b_resid = bp->b_blkno / lp->d_secpercyl;
b_resid           209 kern/kern_physio.c 			done = bp->b_bcount - bp->b_resid;
b_resid           618 kern/subr_disk.c 			bp->b_resid = bp->b_bcount;
b_resid           246 kern/vfs_bio.c 	bp->b_resid = 0;
b_resid          1060 kern/vfs_bio.c 	bp->b_resid = 0;
b_resid          2186 kern/vfs_subr.c 	    bp->b_bufsize, bp->b_bcount, (long)bp->b_resid, bp->b_synctime,
b_resid           273 miscfs/specfs/spec_vnops.c 			n = min(n, bsize - bp->b_resid);
b_resid           356 miscfs/specfs/spec_vnops.c 			n = min(n, bsize - bp->b_resid);
b_resid           496 msdosfs/msdosfs_vnops.c 		n = min(n, pmp->pm_bpcluster - bp->b_resid);
b_resid          1507 msdosfs/msdosfs_vnops.c 		n = min(n, blsize - bp->b_resid);
b_resid           241 nfs/nfs_bio.c  		n = min(uio->uio_resid, NFS_MAXPATHLEN - bp->b_resid);
b_resid           739 nfs/nfs_bio.c  	bp->b_resid = uiop->uio_resid;
b_resid           517 scsi/cd.c      	bp->b_resid = bp->b_bcount;
b_resid           588 scsi/cd.c      			bp->b_resid = bp->b_bcount;
b_resid           684 scsi/cd.c      		disk_unbusy(&cd->sc_dk, xs->bp->b_bcount - xs->bp->b_resid,
b_resid           745 scsi/scsi_base.c 			bp->b_resid = bp->b_bcount;
b_resid           748 scsi/scsi_base.c 			bp->b_resid = xs->resid;
b_resid           561 scsi/sd.c      	bp->b_resid = bp->b_bcount;
b_resid           636 scsi/sd.c      			bp->b_resid = bp->b_bcount;
b_resid           767 scsi/sd.c      		disk_unbusy(&sd->sc_dk, (xs->bp->b_bcount - xs->bp->b_resid),
b_resid           607 scsi/ss.c      	bp->b_resid = bp->b_bcount;
b_resid           834 scsi/st.c      	bp->b_resid = bp->b_bcount;
b_resid           898 scsi/st.c      			bp->b_resid = bp->b_bcount;
b_resid           921 scsi/st.c      						bp->b_resid = bp->b_bcount;
b_resid           927 scsi/st.c      					bp->b_resid = bp->b_bcount;
b_resid           940 scsi/st.c      				bp->b_resid = bp->b_bcount;
b_resid          1871 scsi/st.c      				bp->b_resid = xs->resid;
b_resid          1880 scsi/st.c      				bp->b_resid = xs->resid;
b_resid          1885 scsi/st.c      				bp->b_resid = xs->resid;
b_resid          1910 scsi/st.c      					bp->b_resid = xs->resid;
b_resid          1924 scsi/st.c      				bp->b_resid = bp->b_bcount;
b_resid          1951 scsi/st.c      				bp->b_resid = info;
b_resid          1970 scsi/st.c      				bp->b_resid = xs->resid;
b_resid            86 sys/buf.h      	size_t	b_resid;		/* Remaining I/O. */
b_resid           132 sys/buf.h      #define	b_cylinder b_resid		/* Cylinder number for disksort(). */
b_resid           136 sys/buf.h      #define	b_errcnt b_resid		/* Retry count while I/O in progress. */
b_resid           190 sys/buf.h      	(bp)->b_resid = 0;						\
b_resid           133 ufs/ext2fs/ext2fs_readwrite.c 		size -= bp->b_resid;
b_resid           249 ufs/ext2fs/ext2fs_readwrite.c 		size = fs->e2fs_bsize - bp->b_resid;
b_resid           238 ufs/ffs/ffs_vnops.c 		size -= bp->b_resid;
b_resid           349 ufs/ffs/ffs_vnops.c 		size = blksize(fs, ip, lbn) - bp->b_resid;
b_resid           189 ufs/mfs/mfs_vnops.c 		bp->b_resid = 0;
b_resid           753 uvm/uvm_pager.c 	mbp->b_resid -= bp->b_bcount;
b_resid           755 uvm/uvm_pager.c 	if (mbp->b_resid == 0) {
b_resid          1310 uvm/uvm_swap.c 	bp->b_resid = bp->b_bcount;	/* nothing transferred yet! */
b_resid          1314 uvm/uvm_swap.c 	for (resid = bp->b_resid; resid; resid -= sz) {
b_resid          1510 uvm/uvm_swap.c 	    vbp->vb_buf.b_bcount, vbp->vb_buf.b_resid, 0, 0);
b_resid          1514 uvm/uvm_swap.c 	resid = vbp->vb_buf.b_bcount - vbp->vb_buf.b_resid;
b_resid          1515 uvm/uvm_swap.c 	pbp->b_resid -= resid;
b_resid          1550 uvm/uvm_swap.c 	} else if (pbp->b_resid == 0) {