taglinefilesource code
redirect274include/linux/tty.hextern struct tty_struct * redirect;
redirect52kernel/chr_drv/tty_io.cstruct tty_struct * redirect = NULL;
redirect429kernel/chr_drv/tty_io.cif (redirect && ((channel == 0) || (channel+1 == fg_console)))
redirect430kernel/chr_drv/tty_io.ctty = redirect;
redirect653kernel/chr_drv/tty_io.cif (!tty->count && (tty == redirect))
redirect654kernel/chr_drv/tty_io.credirect = NULL;
redirect656kernel/chr_drv/tty_io.cif (!tty->count && (tty == redirect))
redirect657kernel/chr_drv/tty_io.credirect = NULL;
redirect385kernel/chr_drv/tty_ioctl.cif (redirect)
redirect390kernel/chr_drv/tty_ioctl.credirect = other_tty;
redirect392kernel/chr_drv/tty_ioctl.credirect = tty;