taglinefilesource code
o_tty576kernel/chr_drv/tty_io.cstruct tty_struct *tty, *o_tty;
o_tty592kernel/chr_drv/tty_io.ctty = o_tty = NULL;
o_tty617kernel/chr_drv/tty_io.co_tty = tty_table[PTY_OTHER(dev)];
o_tty618kernel/chr_drv/tty_io.cif (!o_tty) {
o_tty619kernel/chr_drv/tty_io.co_tty = (struct tty_struct *) get_free_page(GFP_KERNEL);
o_tty625kernel/chr_drv/tty_io.cfree_page((unsigned long) o_tty);
o_tty626kernel/chr_drv/tty_io.co_tty = tty_table[PTY_OTHER(dev)];
o_tty628kernel/chr_drv/tty_io.cif (!o_tty) {
o_tty632kernel/chr_drv/tty_io.cretval = initialize_tty_struct(o_tty, PTY_OTHER(dev));
o_tty635kernel/chr_drv/tty_io.cfree_page((unsigned long) o_tty);
o_tty638kernel/chr_drv/tty_io.ctty_table[PTY_OTHER(dev)] = o_tty;
o_tty641kernel/chr_drv/tty_io.ctty->link = o_tty;        
o_tty642kernel/chr_drv/tty_io.co_tty->link = tty;