taglinefilesource code
tty_table158include/linux/tty.hextern struct tty_struct tty_table[];
tty_table166include/linux/tty.h(tty_table + ((nr) ? (((nr) < 64)? (nr)-1:(nr))  : fg_console))
tty_table582kernel/chr_drv/console.ccurrcons = tty - tty_table;
tty_table48kernel/chr_drv/pty.cint nr = tty - tty_table;
tty_table58kernel/chr_drv/pty.cint nr = tty - tty_table;
tty_table108kernel/chr_drv/serial.ccheck_tty(2,tty_table+65);
tty_table109kernel/chr_drv/serial.ccheck_tty(4,tty_table+67);
tty_table117kernel/chr_drv/serial.ccheck_tty(1,tty_table+64);
tty_table118kernel/chr_drv/serial.ccheck_tty(3,tty_table+66);  
tty_table123kernel/chr_drv/serial.cTTY_READ_FLUSH(tty_table+64);
tty_table128kernel/chr_drv/serial.cTTY_READ_FLUSH(tty_table+65);
tty_table133kernel/chr_drv/serial.cTTY_READ_FLUSH(tty_table+66);
tty_table138kernel/chr_drv/serial.cTTY_READ_FLUSH(tty_table+67);
tty_table167kernel/chr_drv/serial.cdo_rs_write(1,tty_table+64);
tty_table172kernel/chr_drv/serial.cdo_rs_write(2,tty_table+65);
tty_table177kernel/chr_drv/serial.cdo_rs_write(3,tty_table+66);
tty_table182kernel/chr_drv/serial.cdo_rs_write(4,tty_table+67);
tty_table207kernel/chr_drv/serial.cport = tty_table[64+line].read_q->data;
tty_table210kernel/chr_drv/serial.cport2 = tty_table[64+(line ^ 2)].read_q->data;
tty_table246kernel/chr_drv/serial.cinit(tty_table[64].read_q->data);
tty_table247kernel/chr_drv/serial.cinit(tty_table[65].read_q->data);
tty_table248kernel/chr_drv/serial.cinit(tty_table[66].read_q->data);
tty_table249kernel/chr_drv/serial.cinit(tty_table[67].read_q->data);
tty_table262kernel/chr_drv/serial.cint line = tty - tty_table - 63;
tty_table34kernel/chr_drv/tty_io.cstruct tty_struct tty_table[256];
tty_table41kernel/chr_drv/tty_io.c#define con_table tty_table
tty_table42kernel/chr_drv/tty_io.c#define rs_table (64+tty_table)
tty_table43kernel/chr_drv/tty_io.c#define mpty_table (128+tty_table)
tty_table44kernel/chr_drv/tty_io.c#define spty_table (192+tty_table)
tty_table85kernel/chr_drv/tty_io.csleep_if_empty(tty_table[fg_console].secondary);
tty_table259kernel/chr_drv/tty_io.cother_tty = tty_table + (channel ^ 0x40);
tty_table503kernel/chr_drv/tty_io.cslave = tty_table + PTY_OTHER(dev);
tty_table548kernel/chr_drv/tty_io.ctty_table[i] =  (struct tty_struct) {
tty_table240kernel/chr_drv/tty_ioctl.ctty = tty_table + (dev ? ((dev < 64)? dev-1:dev) : fg_console);
tty_table243kernel/chr_drv/tty_ioctl.cother_tty = tty_table + PTY_OTHER(dev);