tag | line | file | source code |
mt_count | 2690 | drivers/char/tpqic02.c | printk("OP op=%4x, count=%4x\n", operation.mt_op, operation.mt_count); |
mt_count | 2692 | drivers/char/tpqic02.c | if (operation.mt_count < 0) |
mt_count | 2695 | drivers/char/tpqic02.c | ioctl_status.mt_resid = operation.mt_count; |
mt_count | 2699 | drivers/char/tpqic02.c | seek_addr_buf[0] = (operation.mt_count>>16)&0xff; |
mt_count | 2700 | drivers/char/tpqic02.c | seek_addr_buf[1] = (operation.mt_count>>8)&0xff; |
mt_count | 2701 | drivers/char/tpqic02.c | seek_addr_buf[2] = (operation.mt_count)&0xff; |
mt_count | 2702 | drivers/char/tpqic02.c | if (operation.mt_count>>24) |
mt_count | 2708 | drivers/char/tpqic02.c | while (operation.mt_count > 0) { |
mt_count | 2709 | drivers/char/tpqic02.c | operation.mt_count--; |
mt_count | 2712 | drivers/char/tpqic02.c | ioctl_status.mt_resid = operation.mt_count; |
mt_count | 1814 | drivers/scsi/st.c | (mtc.mt_count & MT_ST_OPTIONS) != 0) |
mt_count | 1815 | drivers/scsi/st.c | return st_set_options(inode, mtc.mt_count); |
mt_count | 1817 | drivers/scsi/st.c | return st_int_ioctl(inode, file, mtc.mt_op, mtc.mt_count); |
mt_count | 17 | include/linux/mtio.h | int mt_count; /* how many of them */ |