taglinefilesource code
other238drivers/char/pty.cpty_driver.other = &pty_slave_driver;
other258drivers/char/pty.cpty_slave_driver.other = &pty_driver;
other264drivers/char/pty.cold_pty_driver.other = &old_pty_slave_driver;
other270drivers/char/pty.cold_pty_slave_driver.other = &old_pty_driver;
other833drivers/char/tty_io.co_tty_loc = &driver->other->table[idx];
other834drivers/char/tty_io.co_tp_loc = &driver->other->termios[idx];
other835drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
other844drivers/char/tty_io.co_device = MKDEV(driver->other->major,
other845drivers/char/tty_io.cdriver->other->minor_start + idx);
other848drivers/char/tty_io.co_tty->driver = *driver->other;
other856drivers/char/tty_io.c*o_tp = driver->other->init_termios;
other915drivers/char/tty_io.c(*driver->other->refcount)++;
other1009drivers/char/tty_io.cif (tty->driver.other) {
other1010drivers/char/tty_io.cif (o_tty != tty->driver.other->table[idx]) {
other1016drivers/char/tty_io.cif (o_tp != tty->driver.other->termios[idx]) {
other1022drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
other1060drivers/char/tty_io.ctty->driver.other->table[idx] = NULL;
other1061drivers/char/tty_io.ctty->driver.other->termios[idx] = NULL;
other111include/linux/tty_driver.hstruct tty_driver *other; /* only used for the PTY driver */
other73include/net/sock.hstruct sock *    other;
other220net/ipv4/udp.cint other;
other316net/ipv4/udp.cufh.other = (htons(ulen) << 16) + IPPROTO_UDP*256;
other305net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other356net/unix/af_unix.cskpair=(unix_socket *)sk->protinfo.af_unix.other;  /* Person we send to (default) */
other364net/unix/af_unix.csk->protinfo.af_unix.other=NULL;    /* No pair */
other454net/unix/af_unix.cunix_socket *other;
other458net/unix/af_unix.cif(sk->type==SOCK_STREAM && sk->protinfo.af_unix.other)
other480net/unix/af_unix.cif(sk->type==SOCK_DGRAM && sk->protinfo.af_unix.other)
other482net/unix/af_unix.csk->protinfo.af_unix.other->protinfo.af_unix.locks--;
other483net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other489net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
other490net/unix/af_unix.cif(other==NULL)
other492net/unix/af_unix.cif(other->type!=sk->type)
other494net/unix/af_unix.cother->protinfo.af_unix.locks++;
other495net/unix/af_unix.csk->protinfo.af_unix.other=other;
other515net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
other516net/unix/af_unix.cif(other==NULL)
other521net/unix/af_unix.cif(other->type!=sk->type)
other526net/unix/af_unix.cother->protinfo.af_unix.locks++;    /* Lock the other socket so it doesn't run off for a moment */
other527net/unix/af_unix.cother->ack_backlog++;
other528net/unix/af_unix.csk->protinfo.af_unix.other=other;
other529net/unix/af_unix.cskb_queue_tail(&other->receive_queue,skb);
other533net/unix/af_unix.cother->data_ready(other,0);    /* Wake up ! */    
other561net/unix/af_unix.csk->protinfo.af_unix.other->protinfo.af_unix.locks--;
other562net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other588net/unix/af_unix.cska->protinfo.af_unix.other=skb;
other589net/unix/af_unix.cskb->protinfo.af_unix.other=ska;
other643net/unix/af_unix.cnewsk->protinfo.af_unix.other=tsk;
other644net/unix/af_unix.ctsk->protinfo.af_unix.other=newsk;
other663net/unix/af_unix.cif(sk->protinfo.af_unix.other==NULL)
other665net/unix/af_unix.csk=sk->protinfo.af_unix.other;
other682net/unix/af_unix.cunix_socket *other;
other710net/unix/af_unix.cif(sk->protinfo.af_unix.other==NULL)
other766net/unix/af_unix.cother=sk->protinfo.af_unix.other;
other767net/unix/af_unix.cif(sock->type==SOCK_DGRAM && other->dead)
other769net/unix/af_unix.cother->protinfo.af_unix.locks--;
other770net/unix/af_unix.csk->protinfo.af_unix.other=NULL;
other782net/unix/af_unix.cother=unix_find_other(sunaddr->sun_path, &err);
other783net/unix/af_unix.cif(other==NULL)
other793net/unix/af_unix.cskb_queue_tail(&other->receive_queue, skb);
other795net/unix/af_unix.cother->data_ready(other,size);
other904net/unix/af_unix.cunix_socket *other=sk->protinfo.af_unix.other;
other909net/unix/af_unix.cif(other)
other911net/unix/af_unix.cother->shutdown|=RCV_SHUTDOWN;
other912net/unix/af_unix.cother->state_change(other);
other915net/unix/af_unix.cother=sk->protinfo.af_unix.other;
other920net/unix/af_unix.cif(other)
other922net/unix/af_unix.cother->shutdown|=SEND_SHUTDOWN;
other923net/unix/af_unix.cother->state_change(other);