taglinefilesource code
total_bytes_written165drivers/char/lp.cunsigned long total_bytes_written = 0;
total_bytes_written181drivers/char/lp.cint rc = total_bytes_written + bytes_written;
total_bytes_written214drivers/char/lp.cif (total_bytes_written + bytes_written)
total_bytes_written215drivers/char/lp.creturn total_bytes_written + bytes_written;
total_bytes_written222drivers/char/lp.ctotal_bytes_written += bytes_written;
total_bytes_written228drivers/char/lp.creturn total_bytes_written;