taglinefilesource code
redirect333include/linux/tty.hextern struct tty_struct * redirect;
redirect71kernel/chr_drv/tty_io.cstruct tty_struct * redirect = NULL;
redirect1033kernel/chr_drv/tty_io.cif (is_console && redirect)
redirect1034kernel/chr_drv/tty_io.ctty = redirect;
redirect1260kernel/chr_drv/tty_io.cif (tty == redirect || o_tty == redirect)
redirect1261kernel/chr_drv/tty_io.credirect = NULL;
redirect565kernel/chr_drv/tty_ioctl.credirect = NULL;
redirect568kernel/chr_drv/tty_ioctl.cif (redirect)
redirect573kernel/chr_drv/tty_ioctl.credirect = other_tty;
redirect575kernel/chr_drv/tty_ioctl.credirect = tty;