tag | line | file | source code |
---|---|---|---|
total_bytes_written | 166 | drivers/char/lp.c | unsigned long total_bytes_written = 0; |
total_bytes_written | 182 | drivers/char/lp.c | int rc = total_bytes_written + bytes_written; |
total_bytes_written | 215 | drivers/char/lp.c | if (total_bytes_written + bytes_written) |
total_bytes_written | 216 | drivers/char/lp.c | return total_bytes_written + bytes_written; |
total_bytes_written | 223 | drivers/char/lp.c | total_bytes_written += bytes_written; |
total_bytes_written | 229 | drivers/char/lp.c | return total_bytes_written; |
total_bytes_written | 184 | drivers/char/lp_m68k.c | unsigned long total_bytes_written = 0; |
total_bytes_written | 224 | drivers/char/lp_m68k.c | rc = total_bytes_written + lp_table[dev].bytes_written; |
total_bytes_written | 257 | drivers/char/lp_m68k.c | total_bytes_written += lp_table[dev].bytes_written; |
total_bytes_written | 263 | drivers/char/lp_m68k.c | return total_bytes_written; |