Home
last modified time | relevance | path

Searched refs:MTREW (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/include/linux/
Dmtio.h34 #define MTREW 6 /* rewind */ macro
/linux-2.4.37.9/drivers/s390/char/
Dtapechar.c358 case MTREW: // rewind in tape_mtioctop()
524 return tape_mtioctop (filp, MTREW, 1); in tape_mtioctop()
/linux-2.4.37.9/drivers/scsi/
Dst.c1140 result2 = st_int_ioctl(STp, MTREW, 1); in st_flush()
2491 case MTREW: in st_int_ioctl()
3168 i = mtc.mt_op == MTREW || mtc.mt_op == MTOFFL || in st_ioctl()
3186 if (mtc.mt_op != MTREW && in st_ioctl()
3246 if ((i = st_int_ioctl(STp, MTREW, 0)) < 0 || in st_ioctl()
Dosst.c4077 case MTREW: in osst_int_ioctl()
4211 if (cmd_in == MTREW) { in osst_int_ioctl()
4868 i = mtc.mt_op == MTREW || mtc.mt_op == MTOFFL || in osst_ioctl()
4885 if(mtc.mt_op != MTREW && in osst_ioctl()
4925 !(mtc.mt_op == MTREW || mtc.mt_op == MTOFFL)); in osst_ioctl()
4927 !(mtc.mt_op == MTREW || mtc.mt_op == MTOFFL)); in osst_ioctl()
4965 if ((i = osst_int_ioctl(STp, &SRpnt, MTREW, 0)) < 0 /*|| in osst_ioctl()
DREADME.st240 MTREW Rewind tape.
/linux-2.4.37.9/drivers/block/paride/
Dpt.c753 case MTREW: in pt_ioctl()
/linux-2.4.37.9/drivers/char/
Dtpqic02.c1225 case MTREW: in do_ioctl_cmd()
/linux-2.4.37.9/drivers/char/ftape/
DRELEASE-NOTES300 to MTREW or MTOFFL is done.
964 LocalWords: GETBLKSZ MAKEDEV zftape's linux dif CVS Revison cp MTREW MTOFFL
/linux-2.4.37.9/Documentation/
Ddevices.txt307 automatic rewind on device close. The MTREW or MTOFFL
2578 automatic rewind on device close. The MTREW or MTOFFL
/linux-2.4.37.9/drivers/ide/
Dide-tape.c5397 case MTREW: in idetape_mtioctop()