Searched refs:mtget (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 D | mtio.h | 71 struct mtget { struct 130 #define MTIOCGET _IOR('m', 2, struct mtget) /* get tape status */
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | mtio.h | 71 struct mtget { struct 130 #define MTIOCGET _IOR('m', 2, struct mtget) /* get tape status */
|
| /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 D | mtio.h | 71 struct mtget { struct 130 #define MTIOCGET _IOR('m', 2, struct mtget) /* get tape status */
|
| /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 D | mtio.h | 81 struct mtget struct 198 #define MTIOCGET _IOR('m', 2, struct mtget) /* Get tape status. */
|
| /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 D | mtio.h | 81 struct mtget struct 198 #define MTIOCGET _IOR('m', 2, struct mtget) /* Get tape status. */
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-tape.c | 1377 struct mtget mtget; in do_idetape_chrdev_ioctl() local 1401 memset(&mtget, 0, sizeof(struct mtget)); in do_idetape_chrdev_ioctl() 1402 mtget.mt_type = MT_ISSCSI2; in do_idetape_chrdev_ioctl() 1403 mtget.mt_blkno = position / tape->user_bs_factor - block_offset; in do_idetape_chrdev_ioctl() 1404 mtget.mt_dsreg = in do_idetape_chrdev_ioctl() 1409 mtget.mt_gstat |= GMT_WR_PROT(0xffffffff); in do_idetape_chrdev_ioctl() 1411 return put_user_mtget(argp, &mtget); in do_idetape_chrdev_ioctl()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mtio.h | 31 static inline int put_user_mtget(void __user *u, struct mtget *k) in put_user_mtget()
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | tape_char.c | 399 struct mtget get; in __tapechar_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | st.c | 3745 struct mtget mt_status; in st_ioctl_common() 3747 if (_IOC_SIZE(cmd_in) != sizeof(struct mtget)) { in st_ioctl_common()
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | st.rst | 602 The following ioctl uses the structure mtget to return the status:
|