taglinefilesource code
termios_tty255kernel/chr_drv/tty_ioctl.cstruct tty_struct * termios_tty;
termios_tty272kernel/chr_drv/tty_ioctl.ctermios_tty = tty;
termios_tty275kernel/chr_drv/tty_ioctl.ctermios_tty = other_tty;
termios_tty280kernel/chr_drv/tty_ioctl.creturn get_termios(termios_tty,(struct termios *) arg);
termios_tty288kernel/chr_drv/tty_ioctl.creturn set_termios(termios_tty,(struct termios *) arg, termios_dev);
termios_tty290kernel/chr_drv/tty_ioctl.creturn get_termio(termios_tty,(struct termio *) arg);
termios_tty297kernel/chr_drv/tty_ioctl.creturn set_termio(termios_tty,(struct termio *) arg, termios_dev);
termios_tty339kernel/chr_drv/tty_ioctl.cput_fs_long(termios_tty->pgrp,(unsigned long *) arg);
termios_tty344kernel/chr_drv/tty_ioctl.c(termios_tty->session != current->session))
termios_tty351kernel/chr_drv/tty_ioctl.ctermios_tty->pgrp = pgrp;