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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c16624 int act_size; local
16629 act_size = (int)buf[3] | (int)(buf[2] << 8) |
16633 while (act_size & 3) {
16634 act_size++;
16642 if (act_size + 4 > size) {
16644 size = act_size + 4;
16648 if (act_size == 0) {
16661 st_check_if_media_changed(un, &buf[4], act_size);

Completed in 96 milliseconds