Home
last modified time | relevance | path

Searched refs:rewind (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/Documentation/s390/
DTAPE33 for each physical device -- the first of these will rewind automatically when
34 it is closed, the second will not rewind automatically.
77 mt -f /dev/ntibm0 rewind
86 - rewind the tape again
87 mt -f /dev/ntibm0 rewind
/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-ctl.c147 ftape_timeout.rewind,&status),); in ftape_seek_to_eot()
163 ftape_timeout.rewind,&status),); in ftape_seek_to_bot()
539 ftape_timeout.rewind = (length * 144 * FT_SECOND) / (10 * ff_speed); in ftape_calc_timeouts()
540 ftape_timeout.reset = 20 * FT_SECOND + ftape_timeout.rewind; in ftape_calc_timeouts()
547 (ftape_timeout.rewind + 500) / 1000, in ftape_calc_timeouts()
859 ftape_timeout.rewind = 650 * FT_SECOND; in ftape_init_driver()
Dftape-io.h37 unsigned int rewind; member
Dftape-rw.c591 result = ftape_ready_wait(ftape_timeout.rewind, &status); in fast_seek()
1049 ftape_timeout.rewind, &status); in ftape_start_tape()
/linux-2.4.37.9/Documentation/
Ddevices.txt293 128 = /dev/nst0 First SCSI tape, mode 0, no rewind
294 129 = /dev/nst1 Second SCSI tape, mode 0, no rewind
296 160 = /dev/nst0l First SCSI tape, mode 1, no rewind
297 161 = /dev/nst1l Second SCSI tape, mode 1, no rewind
299 192 = /dev/nst0m First SCSI tape, mode 2, no rewind
300 193 = /dev/nst1m Second SCSI tape, mode 2, no rewind
302 224 = /dev/nst0a First SCSI tape, mode 3, no rewind
303 225 = /dev/nst1a Second SCSI tape, mode 3, no rewind
306 "No rewind" refers to the omission of the default
307 automatic rewind on device close. The MTREW or MTOFFL
[all …]
/linux-2.4.37.9/drivers/scsi/
DREADME.st64 limits). Both the auto-rewind (minor equals device number) and
65 non-rewind devices (minor is 128 + device number) are implemented.
241 MTOFFL Set device off line (often rewind plus eject).
312 the command to finish) for some commands (e.g., rewind)
DREADME.osst104 the tape from needing to stop and rewind. The OnStream does have an internal
/linux-2.4.37.9/Documentation/filesystems/devfs/
DREADME1131 mtn for mode 0, no rewind
1132 mtln for mode 1, no rewind
1133 mtmn for mode 2, no rewind
1134 mtan for mode 3, no rewind
1277 /dev/st/c1b2t3u4m0n for mode 0, no rewind
1278 /dev/st/c1b2t3u4m1n for mode 1, no rewind
1279 /dev/st/c1b2t3u4m2n for mode 2, no rewind
1280 /dev/st/c1b2t3u4m3n for mode 3, no rewind
DChangeLog73 - bugfix with no-rewind SCSI tapes
/linux-2.4.37.9/drivers/char/ftape/
DRELEASE-NOTES727 - Changed rewind code to handle negative overshoot for drives
757 - Added breakout from infinite rewind loop (if something fails).
883 - Increased rewind timeout margin to calculated + 20%.