taglinefilesource code
other235drivers/char/pty.cpty_driver.other = &pty_slave_driver;
other254drivers/char/pty.cpty_slave_driver.other = &pty_driver;
other820drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
other821drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
other822drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
other831drivers/char/tty_io.co_device = MKDEV(driver->other->major,
other832drivers/char/tty_io.cdriver->other->minor_start + idx);
other835drivers/char/tty_io.co_tty->driver = *driver->other;
other843drivers/char/tty_io.c*o_tp = driver->other->init_termios;
other902drivers/char/tty_io.c(*driver->other->refcount)++;
other994drivers/char/tty_io.cif (tty->driver.other) {
other995drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
other1000drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
other1005drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
other1042drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
other1043drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
other111include/linux/tty_driver.hstruct tty_driver *other; /* only used for the PTY driver */
other179net/ipv4/udp.cint other;
other269net/ipv4/udp.cufh.other = (htons(ulen) << 16) + IPPROTO_UDP*256;