taglinefilesource code
tty_table254include/linux/tty.hextern struct tty_struct *tty_table[];
tty_table262include/linux/tty.h#define TTY_TABLE(nr)     (tty_table[TTY_TABLE_IDX(nr)])
tty_table43kernel/chr_drv/tty_io.cstruct tty_struct *tty_table[256];
tty_table593kernel/chr_drv/tty_io.ctty = tty_table[dev];
tty_table596kernel/chr_drv/tty_io.cif (tty_table[dev]) {
tty_table603kernel/chr_drv/tty_io.ctty = tty_table[dev];
tty_table612kernel/chr_drv/tty_io.ctty_table[dev] = tty;
tty_table617kernel/chr_drv/tty_io.co_tty = tty_table[PTY_OTHER(dev)];
tty_table620kernel/chr_drv/tty_io.cif (tty_table[PTY_OTHER(dev)]) {
tty_table626kernel/chr_drv/tty_io.co_tty = tty_table[PTY_OTHER(dev)];
tty_table638kernel/chr_drv/tty_io.ctty_table[PTY_OTHER(dev)] = o_tty;
tty_table699kernel/chr_drv/tty_io.ctty = tty_table[dev];
tty_table730kernel/chr_drv/tty_io.cfree_tty_struct = (unsigned long) tty_table[PTY_OTHER(dev)];
tty_table731kernel/chr_drv/tty_io.ctty_table[PTY_OTHER(dev)] = 0;
tty_table746kernel/chr_drv/tty_io.cfree_tty_struct = (unsigned long) tty_table[dev];
tty_table747kernel/chr_drv/tty_io.ctty_table[dev] = 0;  
tty_table920kernel/chr_drv/tty_io.ctty_table[i] =  0;
tty_table269kernel/chr_drv/tty_ioctl.cother_tty = tty_table[PTY_OTHER(dev)];