taglinefilesource code
termios_tty417drivers/char/tty_ioctl.cstruct tty_struct * termios_tty;
termios_tty435drivers/char/tty_ioctl.ctermios_tty = tty;
termios_tty438drivers/char/tty_ioctl.ctermios_tty = other_tty;
termios_tty443drivers/char/tty_ioctl.creturn get_termios(termios_tty,(struct termios *) arg);
termios_tty451drivers/char/tty_ioctl.creturn set_termios(termios_tty,(struct termios *) arg, termios_dev);
termios_tty453drivers/char/tty_ioctl.creturn get_termio(termios_tty,(struct termio *) arg);
termios_tty460drivers/char/tty_ioctl.creturn set_termio(termios_tty,(struct termio *) arg, termios_dev);
termios_tty515drivers/char/tty_ioctl.cput_fs_long(termios_tty->pgrp,(unsigned long *) arg);
termios_tty520drivers/char/tty_ioctl.c(termios_tty->session != current->session))
termios_tty527drivers/char/tty_ioctl.ctermios_tty->pgrp = pgrp;