tag | line | file | source code |
mt_count | 2688 | drivers/char/tpqic02.c | printk("OP op=%4x, count=%4x\n", operation.mt_op, operation.mt_count); |
mt_count | 2690 | drivers/char/tpqic02.c | if (operation.mt_count < 0) |
mt_count | 2693 | drivers/char/tpqic02.c | ioctl_status.mt_resid = operation.mt_count; |
mt_count | 2697 | drivers/char/tpqic02.c | seek_addr_buf[0] = (operation.mt_count>>16)&0xff; |
mt_count | 2698 | drivers/char/tpqic02.c | seek_addr_buf[1] = (operation.mt_count>>8)&0xff; |
mt_count | 2699 | drivers/char/tpqic02.c | seek_addr_buf[2] = (operation.mt_count)&0xff; |
mt_count | 2700 | drivers/char/tpqic02.c | if (operation.mt_count>>24) |
mt_count | 2706 | drivers/char/tpqic02.c | while (operation.mt_count > 0) { |
mt_count | 2707 | drivers/char/tpqic02.c | operation.mt_count--; |
mt_count | 2710 | drivers/char/tpqic02.c | ioctl_status.mt_resid = operation.mt_count; |
mt_count | 1784 | drivers/scsi/st.c | (mtc.mt_count & MT_ST_OPTIONS) != 0) |
mt_count | 1785 | drivers/scsi/st.c | return st_set_options(inode, mtc.mt_count); |
mt_count | 1787 | drivers/scsi/st.c | return st_int_ioctl(inode, file, mtc.mt_op, mtc.mt_count); |
mt_count | 18 | include/linux/mtio.h | int mt_count; /* how many of them */ |