Searched defs:shadow_end (Results 1 - 1 of 1) sorted by relevance

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

Completed in 122 milliseconds