taglinefilesource code
total_bytes_written128drivers/char/lp.cunsigned long total_bytes_written = 0;
total_bytes_written144drivers/char/lp.cint rc = total_bytes_written + bytes_written;
total_bytes_written174drivers/char/lp.cif (total_bytes_written + bytes_written)
total_bytes_written175drivers/char/lp.creturn total_bytes_written + bytes_written;
total_bytes_written182drivers/char/lp.ctotal_bytes_written += bytes_written;
total_bytes_written188drivers/char/lp.creturn total_bytes_written;