tag | line | file | source code |
testvalue | 27 | kernel/chr_drv/lp.c | int testvalue; |
testvalue | 34 | kernel/chr_drv/lp.c | for (testvalue = 0 ; testvalue < LP_DELAY ; testvalue++) |
testvalue | 428 | kernel/chr_drv/lp.c | unsigned int testvalue = 0; |
testvalue | 439 | kernel/chr_drv/lp.c | for (testvalue = 0 ; testvalue < LP_DELAY ; testvalue++) |
testvalue | 441 | kernel/chr_drv/lp.c | testvalue = inb_p(LP_B(offset)); |
testvalue | 442 | kernel/chr_drv/lp.c | if (testvalue != 255) { |
testvalue | 445 | kernel/chr_drv/lp.c | printk("lp_init: lp%d exists (%d), ", offset, testvalue); |