taglinefilesource code
total_bytes_written166drivers/char/lp.cunsigned long total_bytes_written = 0;
total_bytes_written182drivers/char/lp.cint rc = total_bytes_written + bytes_written;
total_bytes_written215drivers/char/lp.cif (total_bytes_written + bytes_written)
total_bytes_written216drivers/char/lp.creturn total_bytes_written + bytes_written;
total_bytes_written223drivers/char/lp.ctotal_bytes_written += bytes_written;
total_bytes_written229drivers/char/lp.creturn total_bytes_written;
total_bytes_written184drivers/char/lp_m68k.cunsigned long total_bytes_written = 0;
total_bytes_written224drivers/char/lp_m68k.crc = total_bytes_written + lp_table[dev].bytes_written;
total_bytes_written257drivers/char/lp_m68k.ctotal_bytes_written += lp_table[dev].bytes_written;
total_bytes_written263drivers/char/lp_m68k.creturn total_bytes_written;