| tag | line | file | source code |
|---|---|---|---|
| total_bytes_written | 171 | drivers/char/lp.c | unsigned long total_bytes_written = 0; |
| total_bytes_written | 187 | drivers/char/lp.c | int rc = total_bytes_written + bytes_written; |
| total_bytes_written | 220 | drivers/char/lp.c | if (total_bytes_written + bytes_written) |
| total_bytes_written | 221 | drivers/char/lp.c | return total_bytes_written + bytes_written; |
| total_bytes_written | 228 | drivers/char/lp.c | total_bytes_written += bytes_written; |
| total_bytes_written | 234 | drivers/char/lp.c | return total_bytes_written; |