Lines Matching defs:mtget
114 struct mtget { struct
115 short mt_type; /* type of magtape device */
117 short mt_dsreg; /* ``drive status'' register */
118 short mt_erreg; /* ``error'' register */
126 short mt_resid; /* residual count */
128 int32_t mt_blksiz; /* presently operating blocksize */
129 int32_t mt_density; /* presently operating density */
130 u_int32_t mt_comp; /* presently operating compression */
131 int32_t mt_blksiz0; /* blocksize for mode 0 */
132 int32_t mt_blksiz1; /* blocksize for mode 1 */
133 int32_t mt_blksiz2; /* blocksize for mode 2 */
134 int32_t mt_blksiz3; /* blocksize for mode 3 */
135 int32_t mt_density0; /* density for mode 0 */
136 int32_t mt_density1; /* density for mode 1 */
137 int32_t mt_density2; /* density for mode 2 */
138 int32_t mt_density3; /* density for mode 3 */
140 u_int32_t mt_comp0; /* compression type for mode 0 */
141 u_int32_t mt_comp1; /* compression type for mode 1 */
142 u_int32_t mt_comp2; /* compression type for mode 2 */
143 u_int32_t mt_comp3; /* compression type for mode 3 */
146 int32_t mt_fileno; /* relative file number of current position */
147 int32_t mt_blkno; /* relative block number of current position */