tag | line | file | source code |
TTY_TABLE | 1207 | kernel/chr_drv/console.c | TTY_READ_FLUSH(TTY_TABLE(0)); |
TTY_TABLE | 69 | kernel/chr_drv/keyboard.c | struct tty_struct * tty = TTY_TABLE(0); |
TTY_TABLE | 313 | kernel/chr_drv/tty_io.c | tty = TTY_TABLE(channel); |
TTY_TABLE | 398 | kernel/chr_drv/tty_io.c | tty = TTY_TABLE(channel); |
TTY_TABLE | 410 | kernel/chr_drv/tty_io.c | if (redirect && tty == TTY_TABLE(0)) |
TTY_TABLE | 515 | kernel/chr_drv/tty_io.c | tty = TTY_TABLE(dev); |
TTY_TABLE | 565 | kernel/chr_drv/tty_io.c | tty = TTY_TABLE(dev); |
TTY_TABLE | 594 | kernel/chr_drv/tty_io.c | tty = TTY_TABLE(dev); |
TTY_TABLE | 378 | kernel/exit.c | tty = TTY_TABLE(current->tty); |