taglinefilesource code
termios_dev304kernel/chr_drv/tty_ioctl.cint termios_dev;
termios_dev320kernel/chr_drv/tty_ioctl.ctermios_dev = dev;
termios_dev323kernel/chr_drv/tty_ioctl.ctermios_dev = PTY_OTHER(dev);
termios_dev335kernel/chr_drv/tty_ioctl.creturn set_termios(termios_tty,(struct termios *) arg, termios_dev);
termios_dev344kernel/chr_drv/tty_ioctl.creturn set_termio(termios_tty,(struct termio *) arg, termios_dev);
termios_dev397kernel/chr_drv/tty_ioctl.c(current->tty != termios_dev) ||