tag | line | file | source code |
---|---|---|---|
testvalue | 29 | drivers/char/lp.c | int testvalue; |
testvalue | 36 | drivers/char/lp.c | for (testvalue = 0 ; testvalue < LP_DELAY ; testvalue++) |
testvalue | 424 | drivers/char/lp.c | unsigned int testvalue = 0; |
testvalue | 435 | drivers/char/lp.c | for (testvalue = 0 ; testvalue < LP_DELAY ; testvalue++) |
testvalue | 437 | drivers/char/lp.c | testvalue = inb_p(LP_B(offset)); |
testvalue | 438 | drivers/char/lp.c | if (testvalue == LP_DUMMY) { |