tag | line | file | source code |
---|---|---|---|
tty_opened | 1988 | drivers/char/scc.c | scc->tty_opened++; |
tty_opened | 2020 | drivers/char/scc.c | if(scc->tty_opened) |
tty_opened | 2022 | drivers/char/scc.c | scc->tty_opened--; |
tty_opened | 233 | include/linux/scc.h | char tty_opened; /* No. of open() calls... */ |