taglinefilesource code
lp_max_count32kernel/chr_drv/lp.cstatic int lp_max_count = 1;
lp_max_count53kernel/chr_drv/lp.cif (count > lp_max_count) {
lp_max_count55kernel/chr_drv/lp.clp_max_count=count;
lp_max_count84kernel/chr_drv/lp.clp_max_count = 1;