Lines Matching +full:cache +full:- +full:op +full:- +full:block +full:- +full:size
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 */
108 #define MTCACHE 8 /* enable controller cache */
109 #define MTNOCACHE 9 /* disable controller cache */
112 /* Set block size for device. If device is a variable size dev */
113 /* a non zero parameter will change the device to a fixed block size */
114 /* device with block size set to that of the parameter passed in. */
115 /* Resetting the block size to 0 will restore the device to a variable */
116 /* block size device. */
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 */
168 * be nonsense because the size of the residual may (greatly)
169 * exceed 32 K-bytes. Use the MTIOCERRSTAT ioctl to get a
193 int32_t mt_blkno; /* relative block number of current position */
196 /* structure for MTIOCERRSTAT - tape get error status command */
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 */
361 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
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.
384 #define MTIOCRBLIM _IOR('m', 9, struct mtrblim) /* get block limits */
398 .Bl -tag -width /dev/[en]sa* -compact