taglinefilesource code
other_tty241kernel/chr_drv/tty_io.cstruct tty_struct * other_tty = NULL;
other_tty259kernel/chr_drv/tty_io.cother_tty = tty_table + (channel ^ 0x40);
other_tty280kernel/chr_drv/tty_io.cif (other_tty && other_tty->write)
other_tty281kernel/chr_drv/tty_io.cTTY_WRITE_FLUSH(other_tty);
other_tty289kernel/chr_drv/tty_io.cif (IS_A_PTY_SLAVE(channel) && C_HUP(other_tty))
other_tty321kernel/chr_drv/tty_io.cif (other_tty && other_tty->write)
other_tty322kernel/chr_drv/tty_io.cTTY_WRITE_FLUSH(other_tty);
other_tty230kernel/chr_drv/tty_ioctl.cstruct tty_struct * other_tty;
other_tty243kernel/chr_drv/tty_ioctl.cother_tty = tty_table + PTY_OTHER(dev);
other_tty245kernel/chr_drv/tty_ioctl.cother_tty = NULL;
other_tty255kernel/chr_drv/tty_ioctl.cif (other_tty)
other_tty256kernel/chr_drv/tty_ioctl.cflush(other_tty->write_q);
other_tty268kernel/chr_drv/tty_ioctl.cif (other_tty)
other_tty269kernel/chr_drv/tty_ioctl.cflush(other_tty->write_q);
other_tty304kernel/chr_drv/tty_ioctl.cif (other_tty)
other_tty305kernel/chr_drv/tty_ioctl.cflush(other_tty->write_q);
other_tty312kernel/chr_drv/tty_ioctl.cif (other_tty)
other_tty313kernel/chr_drv/tty_ioctl.cflush(other_tty->write_q);
other_tty357kernel/chr_drv/tty_ioctl.cset_window_size(other_tty,(struct winsize *) arg);
other_tty389kernel/chr_drv/tty_ioctl.credirect = other_tty;