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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c712 * misbehaving bus not allowing the reposition to happen. In such
10676 * If the drive is an MT-02, reposition the
17781 uchar_t reposition = 0; local
17801 reposition = 1;
17816 reposition = 1;
17827 if (count == difference && reposition == 0) {
17857 ((difference < 0) || (reposition == 1))) {
17877 } else if ((difference > count) || (reposition == 1)) {
17909 if (count == difference && reposition == 0) {
17928 (difference < 0) || (reposition
[all...]

Completed in 148 milliseconds