tag | line | file | source code |
TTY_TABLE | 501 | fs/open.c | tty = TTY_TABLE(current->tty); |
TTY_TABLE | 545 | fs/open.c | tty = TTY_TABLE(MINOR(current->tty)); |
TTY_TABLE | 1207 | kernel/chr_drv/console.c | TTY_READ_FLUSH(TTY_TABLE(0)); |
TTY_TABLE | 114 | kernel/chr_drv/keyboard.c | tty = TTY_TABLE(0); |
TTY_TABLE | 819 | kernel/chr_drv/tty_io.c | tty = TTY_TABLE(dev); |
TTY_TABLE | 855 | kernel/chr_drv/tty_io.c | tty = TTY_TABLE(dev); |
TTY_TABLE | 1157 | kernel/chr_drv/tty_io.c | tty = TTY_TABLE(dev); |
TTY_TABLE | 312 | kernel/chr_drv/tty_ioctl.c | tty = TTY_TABLE(dev); |
TTY_TABLE | 407 | kernel/exit.c | tty = TTY_TABLE(current->tty); |