taglinefilesource code
redirect202include/linux/tty.hextern struct tty_struct * redirect;
redirect49kernel/chr_drv/tty_io.cstruct tty_struct * redirect = NULL;
redirect410kernel/chr_drv/tty_io.cif (redirect && tty == TTY_TABLE(0))
redirect411kernel/chr_drv/tty_io.ctty = redirect;
redirect576kernel/chr_drv/tty_io.cif (!tty->count && (tty == redirect))
redirect577kernel/chr_drv/tty_io.credirect = NULL;
redirect579kernel/chr_drv/tty_io.cif (!tty->count && (tty == redirect))
redirect580kernel/chr_drv/tty_io.credirect = NULL;
redirect376kernel/chr_drv/tty_ioctl.cif (redirect)
redirect381kernel/chr_drv/tty_ioctl.credirect = other_tty;
redirect383kernel/chr_drv/tty_ioctl.credirect = tty;