tag | line | file | source code |
mt_count | 2382 | drivers/char/tpqic02.c | printk("OP op=%4x, count=%4x\n", operation.mt_op, operation.mt_count); |
mt_count | 2384 | drivers/char/tpqic02.c | if (operation.mt_count < 0) |
mt_count | 2387 | drivers/char/tpqic02.c | ioctl_status.mt_resid = operation.mt_count; |
mt_count | 2389 | drivers/char/tpqic02.c | seek_addr_buf[0] = (operation.mt_count>>16)&0xff; |
mt_count | 2390 | drivers/char/tpqic02.c | seek_addr_buf[1] = (operation.mt_count>>8)&0xff; |
mt_count | 2391 | drivers/char/tpqic02.c | seek_addr_buf[2] = (operation.mt_count)&0xff; |
mt_count | 2392 | drivers/char/tpqic02.c | if (operation.mt_count>>24) |
mt_count | 2399 | drivers/char/tpqic02.c | while (operation.mt_count > 0) { |
mt_count | 2400 | drivers/char/tpqic02.c | operation.mt_count--; |
mt_count | 2403 | drivers/char/tpqic02.c | ioctl_status.mt_resid = operation.mt_count; |
mt_count | 1321 | 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 */ |