taglinefilesource code
tty_table273include/linux/tty.hextern struct tty_struct *tty_table[];
tty_table281include/linux/tty.h#define TTY_TABLE(nr)     (tty_table[TTY_TABLE_IDX(nr)])
tty_table42kernel/chr_drv/tty_io.cstruct tty_struct *tty_table[256];
tty_table560kernel/chr_drv/tty_io.cif (IS_A_PTY(dev) && !tty_table[PTY_OTHER(dev)]) {
tty_table561kernel/chr_drv/tty_io.co_tty = tty_table[PTY_OTHER(dev)] =
tty_table778kernel/chr_drv/tty_io.ctty_table[i] =  0;
tty_table268kernel/chr_drv/tty_ioctl.cother_tty = tty_table[PTY_OTHER(dev)];