tag | line | file | source code |
---|---|---|---|
mtop | 2566 | drivers/char/tpqic02.c | struct mtop operation; |
mtop | 2673 | drivers/char/tpqic02.c | if (((iocmd & IOCSIZE_MASK) >> IOCSIZE_SHIFT) != sizeof(struct mtop)) { |
mtop | 1660 | drivers/scsi/st.c | struct mtop mtc; |
mtop | 1685 | drivers/scsi/st.c | memcpy_fromfs((char *) &mtc, (char *)arg, sizeof(struct mtop)); |
mtop | 166 | include/linux/mtio.h | #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */ |