taglinefilesource code
total_bytes_written171drivers/char/lp.cunsigned long total_bytes_written = 0;
total_bytes_written187drivers/char/lp.cint rc = total_bytes_written + bytes_written;
total_bytes_written220drivers/char/lp.cif (total_bytes_written + bytes_written)
total_bytes_written221drivers/char/lp.creturn total_bytes_written + bytes_written;
total_bytes_written228drivers/char/lp.ctotal_bytes_written += bytes_written;
total_bytes_written234drivers/char/lp.creturn total_bytes_written;