tag | line | file | source code |
redirect | 202 | include/linux/tty.h | extern struct tty_struct * redirect; |
redirect | 49 | kernel/chr_drv/tty_io.c | struct tty_struct * redirect = NULL; |
redirect | 410 | kernel/chr_drv/tty_io.c | if (redirect && tty == TTY_TABLE(0)) |
redirect | 411 | kernel/chr_drv/tty_io.c | tty = redirect; |
redirect | 576 | kernel/chr_drv/tty_io.c | if (!tty->count && (tty == redirect)) |
redirect | 577 | kernel/chr_drv/tty_io.c | redirect = NULL; |
redirect | 579 | kernel/chr_drv/tty_io.c | if (!tty->count && (tty == redirect)) |
redirect | 580 | kernel/chr_drv/tty_io.c | redirect = NULL; |
redirect | 376 | kernel/chr_drv/tty_ioctl.c | if (redirect) |
redirect | 381 | kernel/chr_drv/tty_ioctl.c | redirect = other_tty; |
redirect | 383 | kernel/chr_drv/tty_ioctl.c | redirect = tty; |