taglinefilesource code
o_tty798kernel/chr_drv/tty_io.cstruct tty_struct *tty, *o_tty;
o_tty814kernel/chr_drv/tty_io.ctty = o_tty = NULL;
o_tty839kernel/chr_drv/tty_io.co_tty = tty_table[PTY_OTHER(dev)];
o_tty840kernel/chr_drv/tty_io.cif (!o_tty) {
o_tty841kernel/chr_drv/tty_io.co_tty = (struct tty_struct *) get_free_page(GFP_KERNEL);
o_tty847kernel/chr_drv/tty_io.cfree_page((unsigned long) o_tty);
o_tty848kernel/chr_drv/tty_io.co_tty = tty_table[PTY_OTHER(dev)];
o_tty850kernel/chr_drv/tty_io.cif (!o_tty) {
o_tty854kernel/chr_drv/tty_io.cretval = initialize_tty_struct(o_tty, PTY_OTHER(dev));
o_tty857kernel/chr_drv/tty_io.cfree_page((unsigned long) o_tty);
o_tty860kernel/chr_drv/tty_io.ctty_table[PTY_OTHER(dev)] = o_tty;
o_tty863kernel/chr_drv/tty_io.ctty->link = o_tty;        
o_tty864kernel/chr_drv/tty_io.co_tty->link = tty;