taglinefilesource code
tty_table200include/linux/tty.hextern struct tty_struct tty_table[];
tty_table209include/linux/tty.h(tty_table + ((nr) ? (((nr) < 64)? (nr)-1:(nr))  : fg_console))
tty_table903kernel/chr_drv/console.ccurrcons = tty - tty_table;
tty_table27kernel/chr_drv/pty.ctty = tty_table + dev;
tty_table44kernel/chr_drv/pty.ctty = tty_table + dev;
tty_table198kernel/chr_drv/serial.cTTY_READ_FLUSH(tty_table+64);
tty_table203kernel/chr_drv/serial.cTTY_READ_FLUSH(tty_table+65);
tty_table208kernel/chr_drv/serial.cTTY_READ_FLUSH(tty_table+66);
tty_table213kernel/chr_drv/serial.cTTY_READ_FLUSH(tty_table+67);
tty_table471kernel/chr_drv/serial.cinfo->tty = (tty_table+64) + i;
tty_table506kernel/chr_drv/serial.cint line = tty - tty_table - 64;
tty_table31kernel/chr_drv/tty_io.cstruct tty_struct tty_table[256];
tty_table38kernel/chr_drv/tty_io.c#define con_table tty_table
tty_table39kernel/chr_drv/tty_io.c#define rs_table (64+tty_table)
tty_table40kernel/chr_drv/tty_io.c#define mpty_table (128+tty_table)
tty_table41kernel/chr_drv/tty_io.c#define spty_table (192+tty_table)
tty_table128kernel/chr_drv/tty_io.csleep_if_empty(tty_table[fg_console].secondary);
tty_table129kernel/chr_drv/tty_io.cflush_input(&tty_table[fg_console]);
tty_table640kernel/chr_drv/tty_io.ctty_table[i] =  (struct tty_struct) {
tty_table242kernel/chr_drv/tty_ioctl.ctty = tty_table + (dev ? ((dev < 64)? dev-1:dev) : fg_console);
tty_table245kernel/chr_drv/tty_ioctl.cother_tty = tty_table + PTY_OTHER(dev);