Searched refs:MTSEEK (Results 1 – 8 of 8) sorted by relevance
51 #define MTSEEK 22 /* seek to block (Tandberg, etc.) */ macro
381 case MTSEEK: in __tapechar_ioctl()
1272 [MTSEEK] = tape_34xx_mtseek,
1706 [MTSEEK] = tape_3590_mtseek,
326 MTSEEK Seek to tape block count. Uses Tandberg-compatible seek (QFA)350 MTSEEK. In this case the tape is moved directly to the block351 specified by MTSEEK. MTSETPART is inactive unless386 the MTSEEK and MTIOCPOS for SCSI-2 drives instead of
3408 if (mtc.mt_op == MTSEEK) { in st_ioctl()3428 mtc.mt_op == MTSEEK || in st_ioctl()3450 mtc.mt_op != MTSEEK && in st_ioctl()3516 if (mtc.mt_op == MTSEEK) { in st_ioctl()
5022 if (mtc.mt_op == MTSEEK) { in osst_ioctl()5050 mtc.mt_op != MTSEEK && in osst_ioctl()5137 if (mtc.mt_op == MTSEEK) { in osst_ioctl()
1335 case MTSEEK: in idetape_mtioctop()