| tag | line | file | source code |
| other_tty | 241 | kernel/chr_drv/tty_io.c | struct tty_struct * other_tty = NULL; |
| other_tty | 259 | kernel/chr_drv/tty_io.c | other_tty = tty_table + (channel ^ 0x40); |
| other_tty | 280 | kernel/chr_drv/tty_io.c | if (other_tty && other_tty->write) |
| other_tty | 281 | kernel/chr_drv/tty_io.c | TTY_WRITE_FLUSH(other_tty); |
| other_tty | 289 | kernel/chr_drv/tty_io.c | if (IS_A_PTY_SLAVE(channel) && C_HUP(other_tty)) |
| other_tty | 321 | kernel/chr_drv/tty_io.c | if (other_tty && other_tty->write) |
| other_tty | 322 | kernel/chr_drv/tty_io.c | TTY_WRITE_FLUSH(other_tty); |
| other_tty | 230 | kernel/chr_drv/tty_ioctl.c | struct tty_struct * other_tty; |
| other_tty | 243 | kernel/chr_drv/tty_ioctl.c | other_tty = tty_table + PTY_OTHER(dev); |
| other_tty | 245 | kernel/chr_drv/tty_ioctl.c | other_tty = NULL; |
| other_tty | 255 | kernel/chr_drv/tty_ioctl.c | if (other_tty) |
| other_tty | 256 | kernel/chr_drv/tty_ioctl.c | flush(other_tty->write_q); |
| other_tty | 268 | kernel/chr_drv/tty_ioctl.c | if (other_tty) |
| other_tty | 269 | kernel/chr_drv/tty_ioctl.c | flush(other_tty->write_q); |
| other_tty | 304 | kernel/chr_drv/tty_ioctl.c | if (other_tty) |
| other_tty | 305 | kernel/chr_drv/tty_ioctl.c | flush(other_tty->write_q); |
| other_tty | 312 | kernel/chr_drv/tty_ioctl.c | if (other_tty) |
| other_tty | 313 | kernel/chr_drv/tty_ioctl.c | flush(other_tty->write_q); |
| other_tty | 357 | kernel/chr_drv/tty_ioctl.c | set_window_size(other_tty,(struct winsize *) arg); |
| other_tty | 389 | kernel/chr_drv/tty_ioctl.c | redirect = other_tty; |