taglinefilesource code
testvalue29drivers/char/lp.cint testvalue;
testvalue36drivers/char/lp.cfor (testvalue = 0 ; testvalue < LP_DELAY ; testvalue++)
testvalue424drivers/char/lp.cunsigned int testvalue = 0;
testvalue435drivers/char/lp.cfor (testvalue = 0 ; testvalue < LP_DELAY ; testvalue++)
testvalue437drivers/char/lp.ctestvalue = inb_p(LP_B(offset));
testvalue438drivers/char/lp.cif (testvalue == LP_DUMMY) {