tag | line | file | source code |
---|---|---|---|
TTY_TABLE | 471 | fs/open.c | tty = TTY_TABLE(MINOR(current->tty)); |
TTY_TABLE | 1208 | kernel/chr_drv/console.c | TTY_READ_FLUSH(TTY_TABLE(0)); |
TTY_TABLE | 107 | kernel/chr_drv/keyboard.c | tty = TTY_TABLE(0); |
TTY_TABLE | 931 | kernel/chr_drv/tty_io.c | tty = TTY_TABLE(dev); |
TTY_TABLE | 968 | kernel/chr_drv/tty_io.c | tty = TTY_TABLE(dev); |
TTY_TABLE | 1280 | kernel/chr_drv/tty_io.c | tty = TTY_TABLE(dev); |
TTY_TABLE | 319 | kernel/chr_drv/tty_ioctl.c | tty = TTY_TABLE(dev); |
TTY_TABLE | 411 | kernel/exit.c | tty = TTY_TABLE(current->tty); |