tag | line | file | source code |
tty_table | 158 | include/linux/tty.h | extern struct tty_struct tty_table[]; |
tty_table | 166 | include/linux/tty.h | (tty_table + ((nr) ? (((nr) < 64)? (nr)-1:(nr)) : fg_console)) |
tty_table | 582 | kernel/chr_drv/console.c | currcons = tty - tty_table; |
tty_table | 48 | kernel/chr_drv/pty.c | int nr = tty - tty_table; |
tty_table | 58 | kernel/chr_drv/pty.c | int nr = tty - tty_table; |
tty_table | 108 | kernel/chr_drv/serial.c | check_tty(2,tty_table+65); |
tty_table | 109 | kernel/chr_drv/serial.c | check_tty(4,tty_table+67); |
tty_table | 117 | kernel/chr_drv/serial.c | check_tty(1,tty_table+64); |
tty_table | 118 | kernel/chr_drv/serial.c | check_tty(3,tty_table+66); |
tty_table | 123 | kernel/chr_drv/serial.c | TTY_READ_FLUSH(tty_table+64); |
tty_table | 128 | kernel/chr_drv/serial.c | TTY_READ_FLUSH(tty_table+65); |
tty_table | 133 | kernel/chr_drv/serial.c | TTY_READ_FLUSH(tty_table+66); |
tty_table | 138 | kernel/chr_drv/serial.c | TTY_READ_FLUSH(tty_table+67); |
tty_table | 167 | kernel/chr_drv/serial.c | do_rs_write(1,tty_table+64); |
tty_table | 172 | kernel/chr_drv/serial.c | do_rs_write(2,tty_table+65); |
tty_table | 177 | kernel/chr_drv/serial.c | do_rs_write(3,tty_table+66); |
tty_table | 182 | kernel/chr_drv/serial.c | do_rs_write(4,tty_table+67); |
tty_table | 207 | kernel/chr_drv/serial.c | port = tty_table[64+line].read_q->data; |
tty_table | 210 | kernel/chr_drv/serial.c | port2 = tty_table[64+(line ^ 2)].read_q->data; |
tty_table | 246 | kernel/chr_drv/serial.c | init(tty_table[64].read_q->data); |
tty_table | 247 | kernel/chr_drv/serial.c | init(tty_table[65].read_q->data); |
tty_table | 248 | kernel/chr_drv/serial.c | init(tty_table[66].read_q->data); |
tty_table | 249 | kernel/chr_drv/serial.c | init(tty_table[67].read_q->data); |
tty_table | 262 | kernel/chr_drv/serial.c | int line = tty - tty_table - 63; |
tty_table | 34 | kernel/chr_drv/tty_io.c | struct tty_struct tty_table[256]; |
tty_table | 41 | kernel/chr_drv/tty_io.c | #define con_table tty_table |
tty_table | 42 | kernel/chr_drv/tty_io.c | #define rs_table (64+tty_table) |
tty_table | 43 | kernel/chr_drv/tty_io.c | #define mpty_table (128+tty_table) |
tty_table | 44 | kernel/chr_drv/tty_io.c | #define spty_table (192+tty_table) |
tty_table | 85 | kernel/chr_drv/tty_io.c | sleep_if_empty(tty_table[fg_console].secondary); |
tty_table | 259 | kernel/chr_drv/tty_io.c | other_tty = tty_table + (channel ^ 0x40); |
tty_table | 503 | kernel/chr_drv/tty_io.c | slave = tty_table + PTY_OTHER(dev); |
tty_table | 548 | kernel/chr_drv/tty_io.c | tty_table[i] = (struct tty_struct) { |
tty_table | 240 | kernel/chr_drv/tty_ioctl.c | tty = tty_table + (dev ? ((dev < 64)? dev-1:dev) : fg_console); |
tty_table | 243 | kernel/chr_drv/tty_ioctl.c | other_tty = tty_table + PTY_OTHER(dev); |