taglinefilesource code
lp_max_count41kernel/chr_drv/lp.cstatic int lp_max_count = 1;
lp_max_count62kernel/chr_drv/lp.cif (count > lp_max_count) {
lp_max_count64kernel/chr_drv/lp.clp_max_count=count;
lp_max_count199kernel/chr_drv/lp.clp_max_count = 1;