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