tag | line | file | source code |
---|---|---|---|
termios_dev | 304 | kernel/chr_drv/tty_ioctl.c | int termios_dev; |
termios_dev | 320 | kernel/chr_drv/tty_ioctl.c | termios_dev = dev; |
termios_dev | 323 | kernel/chr_drv/tty_ioctl.c | termios_dev = PTY_OTHER(dev); |
termios_dev | 335 | kernel/chr_drv/tty_ioctl.c | return set_termios(termios_tty,(struct termios *) arg, termios_dev); |
termios_dev | 344 | kernel/chr_drv/tty_ioctl.c | return set_termio(termios_tty,(struct termio *) arg, termios_dev); |
termios_dev | 397 | kernel/chr_drv/tty_ioctl.c | (current->tty != termios_dev) || |