Home
last modified time | relevance | path

Searched refs:MTSETPART (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/linux/
Dmtio.h65 #define MTSETPART 33 /* Change the active tape partition */ macro
/linux-2.4.37.9/drivers/s390/char/
Dtapechar.c436 case MTSETPART: in tape_mtioctop()
/linux-2.4.37.9/drivers/scsi/
DREADME.st266 MTSETPART Moves the tape to the partition given by the argument at the
271 specified by MTSEEK. MTSETPART is inactive unless
Dst.c3209 mtc.mt_op != MTSETDRVBUFFER && mtc.mt_op != MTSETPART) in st_ioctl()
3221 if (mtc.mt_op == MTSETPART) { in st_ioctl()
Dosst.c4908 mtc.mt_op != MTMKPART && mtc.mt_op != MTSETPART && in osst_ioctl()
4950 if (mtc.mt_op == MTSETPART) { in osst_ioctl()
/linux-2.4.37.9/drivers/ide/
Dide-tape.c5479 case MTSETPART: in idetape_mtioctop()