Home
last modified time | relevance | path

Searched refs:MTIOCPOS (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dmtio.h131 #define MTIOCPOS _IOR('m', 3, struct mtpos) /* get tape position */ macro
/linux-6.15/drivers/s390/char/
H A Dtape_char.c384 if (no == MTIOCPOS) { in __tapechar_ioctl()
453 no = MTIOCPOS; in tapechar_compat_ioctl()
/linux-6.15/Documentation/scsi/
H A Dst.rst524 the MTSEEK and MTIOCPOS for SCSI-2 drives instead of
602 MTIOCPOS
/linux-6.15/drivers/scsi/
H A Dst.c3867 if (cmd_type == _IOC_TYPE(MTIOCPOS) && cmd_nr == _IOC_NR(MTIOCPOS)) { in st_ioctl()
3913 cmd_in = MTIOCPOS; in st_compat_ioctl()