tag | line | file | source code |
other | 238 | drivers/char/pty.c | pty_driver.other = &pty_slave_driver; |
other | 258 | drivers/char/pty.c | pty_slave_driver.other = &pty_driver; |
other | 264 | drivers/char/pty.c | old_pty_driver.other = &old_pty_slave_driver; |
other | 270 | drivers/char/pty.c | old_pty_slave_driver.other = &old_pty_driver; |
other | 837 | drivers/char/tty_io.c | o_tty_loc = &driver->other->table[idx]; |
other | 838 | drivers/char/tty_io.c | o_tp_loc = &driver->other->termios[idx]; |
other | 839 | drivers/char/tty_io.c | o_ltp_loc = &driver->other->termios_locked[idx]; |
other | 848 | drivers/char/tty_io.c | o_device = MKDEV(driver->other->major, |
other | 849 | drivers/char/tty_io.c | driver->other->minor_start + idx); |
other | 852 | drivers/char/tty_io.c | o_tty->driver = *driver->other; |
other | 860 | drivers/char/tty_io.c | *o_tp = driver->other->init_termios; |
other | 919 | drivers/char/tty_io.c | (*driver->other->refcount)++; |
other | 1013 | drivers/char/tty_io.c | if (tty->driver.other) { |
other | 1014 | drivers/char/tty_io.c | if (o_tty != tty->driver.other->table[idx]) { |
other | 1020 | drivers/char/tty_io.c | if (o_tp != tty->driver.other->termios[idx]) { |
other | 1026 | drivers/char/tty_io.c | if (o_ltp != tty->driver.other->termios_locked[idx]) { |
other | 1064 | drivers/char/tty_io.c | tty->driver.other->table[idx] = NULL; |
other | 1065 | 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 | 73 | include/net/sock.h | struct sock * other; |
other | 220 | net/ipv4/udp.c | __u32 other; |
other | 316 | 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 | 356 | net/unix/af_unix.c | skpair=(unix_socket *)sk->protinfo.af_unix.other; /* Person we send to (default) */ |
other | 364 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; /* No pair */ |
other | 454 | net/unix/af_unix.c | unix_socket *other; |
other | 458 | net/unix/af_unix.c | if(sk->type==SOCK_STREAM && sk->protinfo.af_unix.other) |
other | 480 | net/unix/af_unix.c | if(sk->type==SOCK_DGRAM && sk->protinfo.af_unix.other) |
other | 482 | net/unix/af_unix.c | sk->protinfo.af_unix.other->protinfo.af_unix.locks--; |
other | 483 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; |
other | 489 | net/unix/af_unix.c | other=unix_find_other(sunaddr->sun_path, &err); |
other | 490 | net/unix/af_unix.c | if(other==NULL) |
other | 492 | net/unix/af_unix.c | if(other->type!=sk->type) |
other | 494 | net/unix/af_unix.c | other->protinfo.af_unix.locks++; |
other | 495 | net/unix/af_unix.c | sk->protinfo.af_unix.other=other; |
other | 515 | net/unix/af_unix.c | other=unix_find_other(sunaddr->sun_path, &err); |
other | 516 | net/unix/af_unix.c | if(other==NULL) |
other | 521 | net/unix/af_unix.c | if(other->type!=sk->type) |
other | 526 | net/unix/af_unix.c | other->protinfo.af_unix.locks++; /* Lock the other socket so it doesn't run off for a moment */ |
other | 527 | net/unix/af_unix.c | other->ack_backlog++; |
other | 528 | net/unix/af_unix.c | sk->protinfo.af_unix.other=other; |
other | 529 | net/unix/af_unix.c | skb_queue_tail(&other->receive_queue,skb); |
other | 533 | net/unix/af_unix.c | other->data_ready(other,0); /* Wake up ! */ |
other | 561 | net/unix/af_unix.c | sk->protinfo.af_unix.other->protinfo.af_unix.locks--; |
other | 562 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; |
other | 588 | net/unix/af_unix.c | ska->protinfo.af_unix.other=skb; |
other | 589 | net/unix/af_unix.c | skb->protinfo.af_unix.other=ska; |
other | 643 | net/unix/af_unix.c | newsk->protinfo.af_unix.other=tsk; |
other | 644 | net/unix/af_unix.c | tsk->protinfo.af_unix.other=newsk; |
other | 663 | net/unix/af_unix.c | if(sk->protinfo.af_unix.other==NULL) |
other | 665 | net/unix/af_unix.c | sk=sk->protinfo.af_unix.other; |
other | 682 | net/unix/af_unix.c | unix_socket *other; |
other | 710 | net/unix/af_unix.c | if(sk->protinfo.af_unix.other==NULL) |
other | 766 | net/unix/af_unix.c | other=sk->protinfo.af_unix.other; |
other | 767 | net/unix/af_unix.c | if(sock->type==SOCK_DGRAM && other->dead) |
other | 769 | net/unix/af_unix.c | other->protinfo.af_unix.locks--; |
other | 770 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; |
other | 782 | net/unix/af_unix.c | other=unix_find_other(sunaddr->sun_path, &err); |
other | 783 | net/unix/af_unix.c | if(other==NULL) |
other | 793 | net/unix/af_unix.c | skb_queue_tail(&other->receive_queue, skb); |
other | 795 | net/unix/af_unix.c | other->data_ready(other,size); |
other | 905 | net/unix/af_unix.c | unix_socket *other=sk->protinfo.af_unix.other; |
other | 910 | net/unix/af_unix.c | if(other) |
other | 912 | net/unix/af_unix.c | other->shutdown|=RCV_SHUTDOWN; |
other | 913 | net/unix/af_unix.c | other->state_change(other); |
other | 916 | net/unix/af_unix.c | other=sk->protinfo.af_unix.other; |
other | 921 | net/unix/af_unix.c | if(other) |
other | 923 | net/unix/af_unix.c | other->shutdown|=SEND_SHUTDOWN; |
other | 924 | net/unix/af_unix.c | other->state_change(other); |