Home
last modified time | relevance | path

Searched refs:mt_type (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/include/linux/
Dmtio.h71 long mt_type; /* type of magtape device */ member
157 long mt_type; /* drive type */ member
Dtpqic02.h450 # define QIC02_TAPE_DRIVE (qic02_tape_dynconf.mt_type)
/linux-2.4.37.9/arch/mips64/kernel/
Dioctl32.c917 __u32 mt_type; member
933 __u32 mt_type; member
982 err = __get_user(info.mt_type, &((struct mtconfiginfo32 *)arg)->mt_type); in mt_ioctl_trans()
1014 err = __put_user(get.mt_type, &((struct mtget32 *)arg)->mt_type); in mt_ioctl_trans()
1023 err = __put_user(info.mt_type, &((struct mtconfiginfo32 *)arg)->mt_type); in mt_ioctl_trans()
/linux-2.4.37.9/arch/parisc/kernel/
Dioctl32.c1119 __u32 mt_type; member
1135 __u32 mt_type; member
1184 err = __get_user(info.mt_type, &((struct mtconfiginfo32 *)arg)->mt_type); in mt_ioctl_trans()
1217 err = __put_user(get.mt_type, &((struct mtget32 *)arg)->mt_type); in mt_ioctl_trans()
1226 err = __put_user(info.mt_type, &((struct mtconfiginfo32 *)arg)->mt_type); in mt_ioctl_trans()
/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_ioctl.c1659 __u32 mt_type; member
1675 __u32 mt_type; member
1724 err = __get_user(info.mt_type, &((struct mtconfiginfo32 *)arg)->mt_type); in mt_ioctl_trans()
1756 err = __put_user(get.mt_type, &((struct mtget32 *)arg)->mt_type); in mt_ioctl_trans()
1765 err = __put_user(info.mt_type, &((struct mtconfiginfo32 *)arg)->mt_type); in mt_ioctl_trans()
/linux-2.4.37.9/arch/ppc64/kernel/
Dioctl32.c1555 __u32 mt_type; member
1571 __u32 mt_type; member
1620 err = __get_user(info.mt_type, &((struct mtconfiginfo32 *)arg)->mt_type); in mt_ioctl_trans()
1652 err = __put_user(get.mt_type, &((struct mtget32 *)arg)->mt_type); in mt_ioctl_trans()
1661 err = __put_user(info.mt_type, &((struct mtconfiginfo32 *)arg)->mt_type); in mt_ioctl_trans()
/linux-2.4.37.9/arch/sparc64/kernel/
Dioctl32.c1734 __u32 mt_type; member
1750 __u32 mt_type; member
1799 err = __get_user(info.mt_type, &((struct mtconfiginfo32 *)arg)->mt_type); in mt_ioctl_trans()
1831 err = __put_user(get.mt_type, &((struct mtget32 *)arg)->mt_type); in mt_ioctl_trans()
1840 err = __put_user(info.mt_type, &((struct mtconfiginfo32 *)arg)->mt_type); in mt_ioctl_trans()
/linux-2.4.37.9/drivers/s390/char/
Dtapechar.c618 get.mt_type = MT_ISUNKNOWN; in tape_ioctl()
/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-ctl.c912 mtget->mt_type = ft_drive_type.vendor_id + 0x800000; in mtiocget()
/linux-2.4.37.9/drivers/char/
Dtpqic02.c2915 ioctl_status.mt_type = QIC02_TAPE_DRIVE; /* MT_IS* id nr */ in qic02_tape_init()
/linux-2.4.37.9/drivers/scsi/
Dst.c3316 mt_status.mt_type = STp->tape_type; in st_ioctl()
Dosst.c5023 mt_status.mt_type = MT_ISONSTREAM_SC; in osst_ioctl()
/linux-2.4.37.9/drivers/ide/
Dide-tape.c5570 mtget.mt_type = MT_ISSCSI2; in idetape_chrdev_ioctl()