taglinefilesource code
LP_STAT90drivers/char/lp.cstats = &LP_STAT(minor);
LP_STAT128drivers/char/lp.cstats = &LP_STAT(minor);
LP_STAT188drivers/char/lp.cif (lp_table[minor].runchars > LP_STAT(minor).maxrun)
LP_STAT189drivers/char/lp.cLP_STAT(minor).maxrun = lp_table[minor].runchars;
LP_STAT204drivers/char/lp.cLP_STAT(minor).sleeps++;
LP_STAT252drivers/char/lp.cif (lp_table[minor].runchars > LP_STAT(minor).maxrun)
LP_STAT253drivers/char/lp.cLP_STAT(minor).maxrun = lp_table[minor].runchars;
LP_STAT289drivers/char/lp.cLP_STAT(minor).sleeps++;
LP_STAT507drivers/char/lp.cmemcpy_tofs((int *) arg, &LP_STAT(minor), sizeof(struct lp_stats));
LP_STAT509drivers/char/lp.cmemset(&LP_STAT(minor), 0, sizeof(struct lp_stats));