Lines Matching +full:sense +full:- +full:mode
54 the name of the no-rewind devices.
68 will over write the second end-of-file marker.
80 .Bd -literal
93 /* structure for MTIOCTOP - mag tape op command */
100 #define MTWEOF 0 /* write an end-of-file record */
120 /* Set density values for device. Sets the value for the opened mode only. */
126 #define MTCOMP 14 /* select compression mode 0=off, 1=def */
127 #define MTRETENS 15 /* re-tension tape */
132 #define MTWEOFI 20 /* write an end-of-file record without waiting*/
158 /* structure for MTIOCGET - mag tape get status command */
165 /* end device-dependent registers */
169 * exceed 32 K-bytes. Use the MTIOCERRSTAT ioctl to get a
177 int32_t mt_blksiz0; /* blocksize for mode 0 */
178 int32_t mt_blksiz1; /* blocksize for mode 1 */
179 int32_t mt_blksiz2; /* blocksize for mode 2 */
180 int32_t mt_blksiz3; /* blocksize for mode 3 */
181 int32_t mt_density0; /* density for mode 0 */
182 int32_t mt_density1; /* density for mode 1 */
183 int32_t mt_density2; /* density for mode 2 */
184 int32_t mt_density3; /* density for mode 3 */
186 uint32_t mt_comp0; /* compression type for mode 0 */
187 uint32_t mt_comp1; /* compression type for mode 1 */
188 uint32_t mt_comp2; /* compression type for mode 2 */
189 uint32_t mt_comp3; /* compression type for mode 3 */
196 /* structure for MTIOCERRSTAT - tape get error status command */
204 uint8_t io_sense[32]; /* Last Sense Data For Data I/O */
206 uint8_t io_cdb[16]; /* Command that Caused the Last Data Sense */
207 uint8_t ctl_sense[32]; /* Last Sense Data For Control I/O */
209 uint8_t ctl_cdb[16]; /* Command that Caused the Last Control Sense */
339 #define MT_ISTS 0x01 /* TS-11 */
343 #define MT_ISUT 0x05 /* SI TU-45 emulation on Unibus */
351 #define MT_ISEXA8200 0x0c /* Exabyte EXB-8200 */
352 #define MT_ISEXA8500 0x0d /* Exabyte EXB-8500 */
353 #define MT_ISVIPER1 0x0e /* Archive Viper-150 */
367 * When more SCSI-3 SSC (streaming device) devices are out there
378 * Set EOT model- argument is number of filemarks to end a tape with.
398 .Bl -tag -width /dev/[en]sa* -compact