tag | line | file | source code |
---|---|---|---|
nospace | 766 | drivers/char/scc.c | scc->stat.nospace++; /* and count this error */ |
nospace | 1968 | drivers/char/scc.c | scc->stat.nospace = 54321; /* draw attention to it */ |
nospace | 1978 | drivers/char/scc.c | scc->stat.nospace++; |
nospace | 2033 | drivers/char/scc.c | scc->stat.nospace++; |
nospace | 191 | include/linux/scc.h | unsigned int nospace; /* "Out of buffers" */ |