tag | line | file | source code |
other | 242 | drivers/char/pty.c | pty_driver.other = &pty_slave_driver; |
other | 262 | drivers/char/pty.c | pty_slave_driver.other = &pty_driver; |
other | 268 | drivers/char/pty.c | old_pty_driver.other = &old_pty_slave_driver; |
other | 274 | drivers/char/pty.c | old_pty_slave_driver.other = &old_pty_driver; |
other | 852 | drivers/char/tty_io.c | o_tty_loc = &driver->other->table[idx]; |
other | 853 | drivers/char/tty_io.c | o_tp_loc = &driver->other->termios[idx]; |
other | 854 | drivers/char/tty_io.c | o_ltp_loc = &driver->other->termios_locked[idx]; |
other | 863 | drivers/char/tty_io.c | o_device = MKDEV(driver->other->major, |
other | 864 | drivers/char/tty_io.c | driver->other->minor_start + idx); |
other | 867 | drivers/char/tty_io.c | o_tty->driver = *driver->other; |
other | 875 | drivers/char/tty_io.c | *o_tp = driver->other->init_termios; |
other | 934 | drivers/char/tty_io.c | (*driver->other->refcount)++; |
other | 1028 | drivers/char/tty_io.c | if (tty->driver.other) { |
other | 1029 | drivers/char/tty_io.c | if (o_tty != tty->driver.other->table[idx]) { |
other | 1035 | drivers/char/tty_io.c | if (o_tp != tty->driver.other->termios[idx]) { |
other | 1041 | drivers/char/tty_io.c | if (o_ltp != tty->driver.other->termios_locked[idx]) { |
other | 1079 | drivers/char/tty_io.c | tty->driver.other->table[idx] = NULL; |
other | 1080 | 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 | 77 | 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 | 313 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; |
other | 364 | net/unix/af_unix.c | skpair=(unix_socket *)sk->protinfo.af_unix.other; /* Person we send to (default) */ |
other | 372 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; /* No pair */ |
other | 462 | net/unix/af_unix.c | unix_socket *other; |
other | 466 | net/unix/af_unix.c | if(sk->type==SOCK_STREAM && sk->protinfo.af_unix.other) |
other | 494 | net/unix/af_unix.c | if(sk->protinfo.af_unix.other) |
other | 496 | net/unix/af_unix.c | sk->protinfo.af_unix.other->protinfo.af_unix.locks--; |
other | 497 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; |
other | 500 | net/unix/af_unix.c | other=unix_find_other(sunaddr->sun_path, &err); |
other | 501 | net/unix/af_unix.c | if(other==NULL) |
other | 503 | net/unix/af_unix.c | if(other->type!=sk->type) |
other | 505 | net/unix/af_unix.c | other->protinfo.af_unix.locks++; |
other | 506 | net/unix/af_unix.c | sk->protinfo.af_unix.other=other; |
other | 526 | net/unix/af_unix.c | other=unix_find_other(sunaddr->sun_path, &err); |
other | 527 | net/unix/af_unix.c | if(other==NULL) |
other | 532 | net/unix/af_unix.c | if(other->type!=sk->type) |
other | 537 | net/unix/af_unix.c | other->protinfo.af_unix.locks++; /* Lock the other socket so it doesn't run off for a moment */ |
other | 538 | net/unix/af_unix.c | other->ack_backlog++; |
other | 539 | net/unix/af_unix.c | sk->protinfo.af_unix.other=other; |
other | 540 | net/unix/af_unix.c | skb_queue_tail(&other->receive_queue,skb); |
other | 544 | net/unix/af_unix.c | other->data_ready(other,0); /* Wake up ! */ |
other | 572 | net/unix/af_unix.c | sk->protinfo.af_unix.other->protinfo.af_unix.locks--; |
other | 573 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; |
other | 599 | net/unix/af_unix.c | ska->protinfo.af_unix.other=skb; |
other | 600 | net/unix/af_unix.c | skb->protinfo.af_unix.other=ska; |
other | 654 | net/unix/af_unix.c | newsk->protinfo.af_unix.other=tsk; |
other | 655 | net/unix/af_unix.c | tsk->protinfo.af_unix.other=newsk; |
other | 674 | net/unix/af_unix.c | if(sk->protinfo.af_unix.other==NULL) |
other | 676 | net/unix/af_unix.c | sk=sk->protinfo.af_unix.other; |
other | 892 | net/unix/af_unix.c | unix_socket *other; |
other | 927 | net/unix/af_unix.c | if(sk->protinfo.af_unix.other==NULL) |
other | 1016 | net/unix/af_unix.c | other=sk->protinfo.af_unix.other; |
other | 1017 | net/unix/af_unix.c | if(sock->type==SOCK_DGRAM && other->dead) |
other | 1019 | net/unix/af_unix.c | other->protinfo.af_unix.locks--; |
other | 1020 | net/unix/af_unix.c | sk->protinfo.af_unix.other=NULL; |
other | 1033 | net/unix/af_unix.c | other=unix_find_other(sunaddr->sun_path, &err); |
other | 1034 | net/unix/af_unix.c | if(other==NULL) |
other | 1044 | net/unix/af_unix.c | skb_queue_tail(&other->receive_queue, skb); |
other | 1047 | net/unix/af_unix.c | other->data_ready(other,size); |
other | 1185 | net/unix/af_unix.c | unix_socket *other=sk->protinfo.af_unix.other; |
other | 1190 | net/unix/af_unix.c | if(other) |
other | 1192 | net/unix/af_unix.c | other->shutdown|=RCV_SHUTDOWN; |
other | 1193 | net/unix/af_unix.c | other->state_change(other); |
other | 1196 | net/unix/af_unix.c | other=sk->protinfo.af_unix.other; |
other | 1201 | net/unix/af_unix.c | if(other) |
other | 1203 | net/unix/af_unix.c | other->shutdown|=SEND_SHUTDOWN; |
other | 1204 | net/unix/af_unix.c | other->state_change(other); |