taglinefilesource code
LP_STAT85drivers/char/lp.cstats = &LP_STAT(minor);
LP_STAT123drivers/char/lp.cstats = &LP_STAT(minor);
LP_STAT183drivers/char/lp.cif (lp_table[minor].runchars > LP_STAT(minor).maxrun)
LP_STAT184drivers/char/lp.cLP_STAT(minor).maxrun = lp_table[minor].runchars;
LP_STAT199drivers/char/lp.cLP_STAT(minor).sleeps++;
LP_STAT247drivers/char/lp.cif (lp_table[minor].runchars > LP_STAT(minor).maxrun)
LP_STAT248drivers/char/lp.cLP_STAT(minor).maxrun = lp_table[minor].runchars;
LP_STAT284drivers/char/lp.cLP_STAT(minor).sleeps++;
LP_STAT502drivers/char/lp.cmemcpy_tofs((int *) arg, &LP_STAT(minor), sizeof(struct lp_stats));
LP_STAT504drivers/char/lp.cmemset(&LP_STAT(minor), 0, sizeof(struct lp_stats));