Lines Matching +full:sc +full:- +full:partitions

1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
6 * by C.-J. Heine.
19 /* structure for MTIOCTOP - mag tape op command */
33 #define MTWEOF 5 /* write an end-of-file record (mark) */
44 #define MTERASE 13 /* erase tape -- be careful! */
54 #define MTSETDRVBUFFER 24 /* set the drive buffering according to SCSI-2 */
66 #define MTMKPART 34 /* Format the tape with one or two partitions */
67 #define MTWEOFI 35 /* write an end-of-file record (mark) in immediate mode */
69 /* structure for MTIOCGET - mag tape get status command */
94 #define MT_ISQIC02 0x02 /* Generic QIC-02 tape streamer */
95 #define MT_ISWT5150 0x03 /* Wangtek 5150EQ, QIC-150, QIC-02 */
96 #define MT_ISARCHIVE_5945L2 0x04 /* Archive 5945L-2, QIC-24, QIC-02? */
97 #define MT_ISCMSJ500 0x05 /* CMS Jumbo 500 (QIC-02?) */
98 #define MT_ISTDC3610 0x06 /* Tandberg 6310, QIC-24 */
99 #define MT_ISARCHIVE_VP60I 0x07 /* Archive VP60i, QIC-02 */
102 #define MT_ISARCHIVESC499 0x0A /* Archive SC-499 QIC-36 controller */
103 #define MT_ISQIC02_ALL_FEATURES 0x0F /* Generic QIC-02 with all features */
104 #define MT_ISWT5099EEN24 0x11 /* Wangtek 5099-een24, 60MB, QIC-24 */
105 #define MT_ISTEAC_MT2ST 0x12 /* Teac MT-2ST 155mb drive, Teac DC-1 card (Wangtek type) */
106 #define MT_ISEVEREX_FT40A 0x32 /* Everex FT40A (QIC-40) */
107 #define MT_ISDDS1 0x51 /* DDS device without partitions */
108 #define MT_ISDDS2 0x52 /* DDS device with partitions */
109 #define MT_ISONSTREAM_SC 0x61 /* OnStream SCSI tape drives (SC-x0)
111 #define MT_ISSCSI1 0x71 /* Generic ANSI SCSI-1 tape unit */
112 #define MT_ISSCSI2 0x72 /* Generic ANSI SCSI-2 tape unit */
114 /* QIC-40/80/3010/3020 ftape supported drives.
115 * 20bit vendor ID + 0x800000 (see ftape-vendors.h)
121 /* structure for MTIOCPOS - mag tape get position command */
135 * mt_gstat -- HP-UX compatible.
160 /* SCSI-tape specific definitions */
200 /* The mode parameters to be controlled. Parameter chosen with bits 20-28 */