Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmtio.h20 struct mtop { struct
129 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmtio.h20 struct mtop { struct
129 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmtio.h20 struct mtop { struct
129 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dmtio.h30 struct mtop struct
197 #define MTIOCTOP _IOW('m', 1, struct mtop) /* Do a mag tape op. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dmtio.h30 struct mtop struct
197 #define MTIOCTOP _IOW('m', 1, struct mtop) /* Do a mag tape op. */
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dtape_char.c349 struct mtop op; in __tapechar_ioctl()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dst.c3540 struct mtop mtc; in st_ioctl_common()
3547 i = copy_from_user(&mtc, p, sizeof(struct mtop)); in st_ioctl_common()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dst.rst393 The following use the structure mtop: