Searched refs:copy_length (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c13117 size_t copy_length; local
13210 * there by sd_mapblockize_iostart(). copy_length gives the amount of
13222 copy_length = orig_bp->b_bcount;
13257 ASSERT(copy_length >= orig_bp->b_resid);
13258 copy_length -= orig_bp->b_resid;
13277 copy_length);
13316 copy_length);

Completed in 117 milliseconds