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