Home
last modified time | relevance | path

Searched refs:mtop (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dmtio.h20 struct mtop { struct
129 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dmtio.h20 struct mtop { struct
129 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dmtio.h23 struct mtop { struct
93 #define MTIOCTOP _IOW('m', 1, struct mtop)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dmtio.h23 struct mtop { struct
93 #define MTIOCTOP _IOW('m', 1, struct mtop)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dmtio.h10 struct mtop { struct
83 #define MTIOCTOP _IOW('m', 1, struct mtop)
/kernel/linux/linux-5.10/drivers/block/paride/
H A Dpt.c708 struct mtop __user *p = (void __user *)arg; in pt_ioctl()
709 struct mtop mtop; in pt_ioctl() local
713 if (copy_from_user(&mtop, p, sizeof(struct mtop))) in pt_ioctl()
716 switch (mtop.mt_op) { in pt_ioctl()
733 mtop.mt_op); in pt_ioctl()
/kernel/linux/linux-5.10/drivers/ide/
H A Dide-tape.c1376 struct mtop mtop; in do_idetape_chrdev_ioctl() local
1397 if (copy_from_user(&mtop, argp, sizeof(struct mtop))) in do_idetape_chrdev_ioctl()
1399 return idetape_mtioctop(drive, mtop.mt_op, mtop.mt_count); in do_idetape_chrdev_ioctl()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dtape_char.c349 struct mtop op; in __tapechar_ioctl()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dtape_char.c349 struct mtop op; in __tapechar_ioctl()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dst.c3554 struct mtop mtc; in st_ioctl_common()
3561 i = copy_from_user(&mtc, p, sizeof(struct mtop)); in st_ioctl_common()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dst.c3555 struct mtop mtc; in st_ioctl()
3562 i = copy_from_user(&mtc, p, sizeof(struct mtop)); in st_ioctl()

Completed in 19 milliseconds