taglinefilesource code
testvalue29drivers/char/lp.cint testvalue;
testvalue36drivers/char/lp.cfor (testvalue = 0 ; testvalue < LP_DELAY ; testvalue++)
testvalue434drivers/char/lp.cunsigned int testvalue = 0;
testvalue445drivers/char/lp.cfor (testvalue = 0 ; testvalue < LP_DELAY ; testvalue++)
testvalue447drivers/char/lp.ctestvalue = inb_p(LP_B(offset));
testvalue448drivers/char/lp.cif (testvalue == LP_DUMMY) {