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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c13118 size_t shortfall; local
13237 * 'shortfall' is the amount by which the data received with the
13240 shortfall = (size_t)(request_end - shadow_end);
13242 if (shortfall > orig_bp->b_bcount) {
13255 orig_bp->b_resid = shortfall;

Completed in 120 milliseconds