taglinefilesource code
LP_STAT84drivers/char/lp.cstats = &LP_STAT(minor);
LP_STAT122drivers/char/lp.cstats = &LP_STAT(minor);
LP_STAT182drivers/char/lp.cif (lp_table[minor].runchars > LP_STAT(minor).maxrun)
LP_STAT183drivers/char/lp.cLP_STAT(minor).maxrun = lp_table[minor].runchars;
LP_STAT198drivers/char/lp.cLP_STAT(minor).sleeps++;
LP_STAT246drivers/char/lp.cif (lp_table[minor].runchars > LP_STAT(minor).maxrun)
LP_STAT247drivers/char/lp.cLP_STAT(minor).maxrun = lp_table[minor].runchars;
LP_STAT283drivers/char/lp.cLP_STAT(minor).sleeps++;
LP_STAT501drivers/char/lp.cmemcpy_tofs((int *) arg, &LP_STAT(minor), sizeof(struct lp_stats));
LP_STAT503drivers/char/lp.cmemset(&LP_STAT(minor), 0, sizeof(struct lp_stats));