| tag | line | file | source code |
| testvalue | 10 | kernel/chr_drv/lp.c | int testvalue; |
| testvalue | 14 | kernel/chr_drv/lp.c | for (testvalue = 0 ; testvalue < LP_DELAY ; testvalue++) |
| testvalue | 162 | kernel/chr_drv/lp.c | unsigned int testvalue = 0; |
| testvalue | 170 | kernel/chr_drv/lp.c | for (testvalue = 0 ; testvalue < LP_DELAY ; testvalue++) |
| testvalue | 172 | kernel/chr_drv/lp.c | testvalue = inb(LP_B(offset)); |
| testvalue | 173 | kernel/chr_drv/lp.c | if (testvalue != 255) { |
| testvalue | 176 | kernel/chr_drv/lp.c | printk("lp_init: lp%d exists (%d)\n", offset, testvalue); |