tag | line | file | source code |
mtconfiginfo | 242 | drivers/char/tpqic02.c | struct mtconfiginfo qic02_tape_dynconf = { 0, }; /* user settable */ |
mtconfiginfo | 2609 | drivers/char/tpqic02.c | if (((iocmd & IOCSIZE_MASK) >> IOCSIZE_SHIFT) != sizeof(struct mtconfiginfo)) { |
mtconfiginfo | 2633 | drivers/char/tpqic02.c | if (((iocmd & IOCSIZE_MASK) >> IOCSIZE_SHIFT) != sizeof(struct mtconfiginfo)) { |
mtconfiginfo | 182 | include/linux/mtio.h | #define MTIOCGETCONFIG _IOR('m', 4, struct mtconfiginfo) /* get tape config */ |
mtconfiginfo | 183 | include/linux/mtio.h | #define MTIOCSETCONFIG _IOW('m', 5, struct mtconfiginfo) /* set tape config */ |