Searched refs:bio_resid (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-9.3-release/cddl/lib/libdtrace/
H A Dio.d71 b_resid = B->bio_resid;
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_pt.c202 bp->bio_resid = bp->bio_bcount;
526 bp->bio_resid = bp->bio_bcount;
529 bp->bio_resid = csio->resid;
531 if (bp->bio_resid != 0) {
543 bp->bio_resid = csio->resid;
544 if (bp->bio_resid != 0)
H A Dscsi_da.c2970 bp->bio_resid = bp->bio_bcount;
2975 bp->bio_resid = 0;
2977 bp->bio_resid = csio->resid;
2979 if (bp->bio_resid != 0)
2992 bp->bio_resid = 0;
2994 bp->bio_resid = csio->resid;
2999 bp->bio_resid = bp->bio_bcount;
3015 bp1->bio_resid = bp1->bio_bcount;
3017 bp1->bio_resid = 0;
/freebsd-9.3-release/sys/dev/cfi/
H A Dcfi_disk.c201 bp->bio_resid = resid;
248 bp->bio_resid = resid;
286 bp->bio_resid = bp->bio_bcount;
/freebsd-9.3-release/sys/dev/mfi/
H A Dmfi_disk.c268 bio->bio_resid = bio->bio_bcount;
309 bio->bio_resid = bio->bio_bcount;
314 bio->bio_resid = 0;
H A Dmfi_syspd.c247 bio->bio_resid = bio->bio_bcount;
/freebsd-9.3-release/sys/dev/mlx/
H A Dmlx_compat.h72 # define MLX_BIO_RESID(bp) (bp)->bio_resid
/freebsd-9.3-release/sys/sys/
H A Dbio.h85 long bio_resid; /* Remaining I/O in bytes. */ member in struct:bio
96 off_t bio_completed; /* Inverse of bio_resid */
/freebsd-9.3-release/sys/dev/amr/
H A Damr_disk.c180 bio->bio_resid = bio->bio_bcount;
196 bio->bio_resid = 0;
/freebsd-9.3-release/sys/dev/ida/
H A Dida_disk.c118 bp->bio_resid = bp->bio_bcount;
156 bp->bio_resid = 0;
/freebsd-9.3-release/sys/dev/nvme/
H A Dnvme_ns.c128 bp->bio_resid = bp->bio_bcount;
130 bp->bio_resid = 0;
147 bp->bio_resid = bp->bio_bcount;
231 bp->bio_resid = 0;
233 bp->bio_resid = bp->bio_bcount;
H A Dnvme_test.c141 if ((bio->bio_flags & BIO_ERROR) || (bio->bio_resid > 0))
/freebsd-9.3-release/sys/dev/ata/
H A Datapi-fd.c209 bp->bio_resid = 0;
221 bp->bio_resid = bp->bio_bcount;
277 bp->bio_resid = bp->bio_bcount - request->donecount;
/freebsd-9.3-release/sys/dev/firewire/
H A Dfwmem.c348 bp->bio_resid = bp->bio_bcount;
407 bp->bio_resid = bp->bio_bcount - iolen;
415 bp->bio_resid = bp->bio_bcount;
H A Dfirewirereg.h329 #define bio_resid b_resid macro
/freebsd-9.3-release/sys/dev/ofw/
H A Dofw_disk.c97 bp->bio_resid = 0;
/freebsd-9.3-release/sys/dev/aac/
H A Daac_disk.c159 bp->bio_resid = bp->bio_bcount;
336 bp->bio_resid = bp->bio_bcount;
/freebsd-9.3-release/sys/dev/nvd/
H A Dnvd.c229 bp->bio_resid = bp->bio_bcount;
362 bp->bio_resid = bp->bio_bcount;
/freebsd-9.3-release/sys/geom/
H A Dgeom_dev.c493 bp->bio_resid = bp->bio_length - bp2->bio_completed;
500 bp2, bp, bp2->bio_resid, (intmax_t)bp2->bio_completed);
538 bp->bio_resid = bp->bio_bcount;
/freebsd-9.3-release/sys/ia64/ia64/
H A Dsscdisk.c141 bp->bio_resid = 0;
/freebsd-9.3-release/sys/powerpc/mambo/
H A Dmambo_disk.c247 bp->bio_resid = (end - block) * sz;
/freebsd-9.3-release/sys/cam/ata/
H A Data_da.c1758 bp->bio_resid = bp->bio_bcount;
1762 bp->bio_resid = 0;
1764 bp->bio_resid = ataio->resid;
1765 if (bp->bio_resid > 0)
1783 bp1->bio_resid = bp1->bio_bcount;
1785 bp1->bio_resid = 0;
/freebsd-9.3-release/sys/dev/mmc/
H A Dmmcsd.c491 bp->bio_resid = bp->bio_bcount;
511 bp->bio_resid = (end - block) * sz;
/freebsd-9.3-release/sys/powerpc/ps3/
H A Dps3disk.c368 bp->bio_resid = bp->bio_bcount;
442 bp->bio_resid = 0;
/freebsd-9.3-release/sys/dev/ips/
H A Dips_disk.c96 iobuf->bio_resid = 0;

Completed in 153 milliseconds

123