tag | line | file | source code |
---|---|---|---|
nospace | 832 | drivers/char/scc.c | scc->stat.nospace++; /* and count this error */ |
nospace | 1248 | drivers/char/scc.c | scc->stat.nospace = 12345; /* draw attention to it */ |
nospace | 1258 | drivers/char/scc.c | scc->stat.nospace++; |
nospace | 2119 | drivers/char/scc.c | scc->stat.nospace = 54321; /* draw attention to it */ |
nospace | 2129 | drivers/char/scc.c | scc->stat.nospace++; |
nospace | 2175 | drivers/char/scc.c | scc->stat.nospace++; |
nospace | 194 | include/linux/scc.h | unsigned int nospace; /* "Out of buffers" */ |