taglinefilesource code
termios_dev258kernel/chr_drv/tty_ioctl.cint termios_dev;
termios_dev273kernel/chr_drv/tty_ioctl.ctermios_dev = dev;
termios_dev276kernel/chr_drv/tty_ioctl.ctermios_dev = PTY_OTHER(dev);
termios_dev288kernel/chr_drv/tty_ioctl.creturn set_termios(termios_tty,(struct termios *) arg, termios_dev);
termios_dev297kernel/chr_drv/tty_ioctl.creturn set_termio(termios_tty,(struct termio *) arg, termios_dev);
termios_dev343kernel/chr_drv/tty_ioctl.c(current->tty != termios_dev) ||