tag | line | file | source code |
---|---|---|---|
N_TTY | 80 | kernel/chr_drv/tty_io.c | if (disc < N_TTY || disc >= NR_LDISCS) |
N_TTY | 1462 | kernel/chr_drv/tty_io.c | tty->disc = N_TTY; |
N_TTY | 1530 | kernel/chr_drv/tty_io.c | (void) tty_register_ldisc(N_TTY, &tty_ldisc_N_TTY); |
N_TTY | 281 | kernel/chr_drv/tty_ioctl.c | if ((ldisc < N_TTY) || (ldisc >= NR_LDISCS) || |