Searched refs:MTSEEK (Results 1 – 8 of 8) sorted by relevance
51 #define MTSEEK 22 /* seek to block (Tandberg, etc.) */ macro
370 case MTSEEK: in __tapechar_ioctl()
1138 [MTSEEK] = tape_34xx_mtseek,
1605 [MTSEEK] = tape_3590_mtseek,
324 MTSEEK Seek to tape block count. Uses Tandberg-compatible seek (QFA)348 MTSEEK. In this case the tape is moved directly to the block349 specified by MTSEEK. MTSETPART is inactive unless384 the MTSEEK and MTIOCPOS for SCSI-2 drives instead of
3428 if (mtc.mt_op == MTSEEK) { in st_ioctl()3448 mtc.mt_op == MTSEEK || in st_ioctl()3470 mtc.mt_op != MTSEEK && in st_ioctl()3536 if (mtc.mt_op == MTSEEK) { in st_ioctl()
5023 if (mtc.mt_op == MTSEEK) { in osst_ioctl()5051 mtc.mt_op != MTSEEK && in osst_ioctl()5138 if (mtc.mt_op == MTSEEK) { in osst_ioctl()
1335 case MTSEEK: in idetape_mtioctop()