taglinefilesource code
total_bytes_written173drivers/char/lp.cunsigned long total_bytes_written = 0;
total_bytes_written188drivers/char/lp.cint rc = total_bytes_written + bytes_written;
total_bytes_written217drivers/char/lp.cif (total_bytes_written + bytes_written)
total_bytes_written218drivers/char/lp.creturn total_bytes_written + bytes_written;
total_bytes_written225drivers/char/lp.ctotal_bytes_written += bytes_written;
total_bytes_written231drivers/char/lp.creturn total_bytes_written;