| tag | line | file | source code |
| other | 235 | drivers/char/pty.c | pty_driver.other = &pty_slave_driver; |
| other | 254 | drivers/char/pty.c | pty_slave_driver.other = &pty_driver; |
| other | 822 | drivers/char/tty_io.c | o_tty_loc = &driver->other->table[idx]; |
| other | 823 | drivers/char/tty_io.c | o_tp_loc = &driver->other->termios[idx]; |
| other | 824 | drivers/char/tty_io.c | o_ltp_loc = &driver->other->termios_locked[idx]; |
| other | 833 | drivers/char/tty_io.c | o_device = MKDEV(driver->other->major, |
| other | 834 | drivers/char/tty_io.c | driver->other->minor_start + idx); |
| other | 837 | drivers/char/tty_io.c | o_tty->driver = *driver->other; |
| other | 845 | drivers/char/tty_io.c | *o_tp = driver->other->init_termios; |
| other | 904 | drivers/char/tty_io.c | (*driver->other->refcount)++; |
| other | 998 | drivers/char/tty_io.c | if (tty->driver.other) { |
| other | 999 | drivers/char/tty_io.c | if (o_tty != tty->driver.other->table[idx]) { |
| other | 1005 | drivers/char/tty_io.c | if (o_tp != tty->driver.other->termios[idx]) { |
| other | 1011 | drivers/char/tty_io.c | if (o_ltp != tty->driver.other->termios_locked[idx]) { |
| other | 1049 | drivers/char/tty_io.c | tty->driver.other->table[idx] = NULL; |
| other | 1050 | drivers/char/tty_io.c | tty->driver.other->termios[idx] = NULL; |
| other | 111 | include/linux/tty_driver.h | struct tty_driver *other; /* only used for the PTY driver */ |
| other | 72 | include/net/sock.h | struct sock * other; |
| other | 214 | net/ipv4/udp.c | int other; |
| other | 310 | net/ipv4/udp.c | ufh.other = (htons(ulen) << 16) + IPPROTO_UDP*256; |
| other | 305 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; |
| other | 355 | net/unix/af_unix.c | skpair=(unix_socket *)sk->protinfo.af_unix.other; /* Person we send to (default) */ |
| other | 363 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; /* No pair */ |
| other | 453 | net/unix/af_unix.c | unix_socket *other; |
| other | 457 | net/unix/af_unix.c | if(sk->type==SOCK_STREAM && sk->protinfo.af_unix.other) |
| other | 479 | net/unix/af_unix.c | if(sk->type==SOCK_DGRAM && sk->protinfo.af_unix.other) |
| other | 481 | net/unix/af_unix.c | sk->protinfo.af_unix.other->protinfo.af_unix.locks--; |
| other | 482 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; |
| other | 488 | net/unix/af_unix.c | other=unix_find_other(sunaddr->sun_path, &err); |
| other | 489 | net/unix/af_unix.c | if(other==NULL) |
| other | 491 | net/unix/af_unix.c | if(other->type!=sk->type) |
| other | 493 | net/unix/af_unix.c | other->protinfo.af_unix.locks++; |
| other | 494 | net/unix/af_unix.c | sk->protinfo.af_unix.other=other; |
| other | 514 | net/unix/af_unix.c | other=unix_find_other(sunaddr->sun_path, &err); |
| other | 515 | net/unix/af_unix.c | if(other==NULL) |
| other | 520 | net/unix/af_unix.c | if(other->type!=sk->type) |
| other | 525 | net/unix/af_unix.c | other->protinfo.af_unix.locks++; /* Lock the other socket so it doesn't run off for a moment */ |
| other | 526 | net/unix/af_unix.c | other->ack_backlog++; |
| other | 527 | net/unix/af_unix.c | sk->protinfo.af_unix.other=other; |
| other | 528 | net/unix/af_unix.c | skb_queue_tail(&other->receive_queue,skb); |
| other | 532 | net/unix/af_unix.c | other->data_ready(other,0); /* Wake up ! */ |
| other | 560 | net/unix/af_unix.c | sk->protinfo.af_unix.other->protinfo.af_unix.locks--; |
| other | 561 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; |
| other | 587 | net/unix/af_unix.c | ska->protinfo.af_unix.other=skb; |
| other | 588 | net/unix/af_unix.c | skb->protinfo.af_unix.other=ska; |
| other | 642 | net/unix/af_unix.c | newsk->protinfo.af_unix.other=tsk; |
| other | 643 | net/unix/af_unix.c | tsk->protinfo.af_unix.other=newsk; |
| other | 662 | net/unix/af_unix.c | if(sk->protinfo.af_unix.other==NULL) |
| other | 664 | net/unix/af_unix.c | sk=sk->protinfo.af_unix.other; |
| other | 681 | net/unix/af_unix.c | unix_socket *other; |
| other | 709 | net/unix/af_unix.c | if(sk->protinfo.af_unix.other==NULL) |
| other | 765 | net/unix/af_unix.c | other=sk->protinfo.af_unix.other; |
| other | 766 | net/unix/af_unix.c | if(sock->type==SOCK_DGRAM && other->dead) |
| other | 768 | net/unix/af_unix.c | other->protinfo.af_unix.locks--; |
| other | 769 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; |
| other | 781 | net/unix/af_unix.c | other=unix_find_other(sunaddr->sun_path, &err); |
| other | 782 | net/unix/af_unix.c | if(other==NULL) |
| other | 792 | net/unix/af_unix.c | skb_queue_tail(&other->receive_queue, skb); |
| other | 794 | net/unix/af_unix.c | other->data_ready(other,size); |
| other | 917 | net/unix/af_unix.c | unix_socket *other=sk->protinfo.af_unix.other; |
| other | 922 | net/unix/af_unix.c | if(other) |
| other | 924 | net/unix/af_unix.c | other->shutdown|=RCV_SHUTDOWN; |
| other | 925 | net/unix/af_unix.c | other->state_change(other); |
| other | 928 | net/unix/af_unix.c | other=sk->protinfo.af_unix.other; |
| other | 933 | net/unix/af_unix.c | if(other) |
| other | 935 | net/unix/af_unix.c | other->shutdown|=SEND_SHUTDOWN; |
| other | 936 | net/unix/af_unix.c | other->state_change(other); |