taglinefilesource code
total_bytes_written126kernel/chr_drv/lp.cunsigned long total_bytes_written = 0;
total_bytes_written142kernel/chr_drv/lp.cint rc = total_bytes_written + bytes_written;
total_bytes_written172kernel/chr_drv/lp.cif (total_bytes_written + bytes_written)
total_bytes_written173kernel/chr_drv/lp.creturn total_bytes_written + bytes_written;
total_bytes_written180kernel/chr_drv/lp.ctotal_bytes_written += bytes_written;
total_bytes_written186kernel/chr_drv/lp.creturn total_bytes_written;