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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c13114 offset_t request_end; local
13223 request_end = shadow_start + copy_offset + orig_bp->b_bcount;
13228 if (shadow_end >= request_end) {
13240 shortfall = (size_t)(request_end - shadow_end);

Completed in 94 milliseconds