taglinefilesource code
o_tty1064kernel/chr_drv/tty_io.cstruct tty_struct *tty, *o_tty;
o_tty1070kernel/chr_drv/tty_io.ctty = o_tty = NULL;
o_tty1101kernel/chr_drv/tty_io.cif (!tty_table[o_dev] && !o_tty) {
o_tty1102kernel/chr_drv/tty_io.co_tty = (struct tty_struct *)
o_tty1104kernel/chr_drv/tty_io.cif (!o_tty)
o_tty1106kernel/chr_drv/tty_io.cinitialize_tty_struct(o_dev, o_tty);
o_tty1151kernel/chr_drv/tty_io.co_tty->termios = tty_termios[o_dev];
o_tty1152kernel/chr_drv/tty_io.ctty_table[o_dev] = o_tty;
o_tty1153kernel/chr_drv/tty_io.co_tty = NULL;
o_tty1165kernel/chr_drv/tty_io.cif (o_tty)
o_tty1166kernel/chr_drv/tty_io.cfree_page((unsigned long) o_tty);
o_tty1185kernel/chr_drv/tty_io.cstruct tty_struct *tty, *o_tty;
o_tty1191kernel/chr_drv/tty_io.co_tty = NULL;
o_tty1202kernel/chr_drv/tty_io.co_tty = tty_table[PTY_OTHER(dev)];
o_tty1204kernel/chr_drv/tty_io.cif (!o_tty) {
o_tty1212kernel/chr_drv/tty_io.cif (tty->link != o_tty || o_tty->link != tty) {
o_tty1247kernel/chr_drv/tty_io.cif (o_tty) {
o_tty1248kernel/chr_drv/tty_io.cif (o_tty->count)
o_tty1260kernel/chr_drv/tty_io.cif (tty == redirect || o_tty == redirect)
o_tty1263kernel/chr_drv/tty_io.cif (o_tty)
o_tty1264kernel/chr_drv/tty_io.cfree_page((unsigned long) o_tty);