Lines Matching defs:rewind
744 msg(gettext("This tape will rewind. After "
1080 * the device to rewind if we generate any signals. Guess
1081 * whether tape is rewind device or not -- for local devices
1091 int rewind;
1101 * assumed to be a non-rewind device.
1104 rewind = 0;
1108 rewind = 0;
1110 rewind = 1;
1119 rewind = minor(sbuf.st_rdev) & MT_NOREWIND ? 0 : 1;
1121 return (rewind);
1216 * and is not mounted on a no-rewind device (and is
1589 "Cannot position tape using rewind device!\n"));