tag | line | file | source code |
---|---|---|---|
NR_LDISCS | 57 | kernel/chr_drv/tty_io.c | struct tty_ldisc ldiscs[NR_LDISCS]; /* line disc dispatch table */ |
NR_LDISCS | 80 | kernel/chr_drv/tty_io.c | if (disc < N_TTY || disc >= NR_LDISCS) |
NR_LDISCS | 281 | kernel/chr_drv/tty_ioctl.c | if ((ldisc < N_TTY) || (ldisc >= NR_LDISCS) || |