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 | 820 | drivers/char/tty_io.c | o_tty_loc = &driver->other->table[idx]; |
other | 821 | drivers/char/tty_io.c | o_tp_loc = &driver->other->termios[idx]; |
other | 822 | drivers/char/tty_io.c | o_ltp_loc = &driver->other->termios_locked[idx]; |
other | 831 | drivers/char/tty_io.c | o_device = MKDEV(driver->other->major, |
other | 832 | drivers/char/tty_io.c | driver->other->minor_start + idx); |
other | 835 | drivers/char/tty_io.c | o_tty->driver = *driver->other; |
other | 843 | drivers/char/tty_io.c | *o_tp = driver->other->init_termios; |
other | 902 | drivers/char/tty_io.c | (*driver->other->refcount)++; |
other | 994 | drivers/char/tty_io.c | if (tty->driver.other) { |
other | 995 | drivers/char/tty_io.c | if (o_tty != tty->driver.other->table[idx]) { |
other | 1000 | drivers/char/tty_io.c | if (o_tp != tty->driver.other->termios[idx]) { |
other | 1005 | drivers/char/tty_io.c | if (o_ltp != tty->driver.other->termios_locked[idx]) { |
other | 1042 | drivers/char/tty_io.c | tty->driver.other->table[idx] = NULL; |
other | 1043 | 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 | 179 | net/ipv4/udp.c | int other; |
other | 269 | net/ipv4/udp.c | ufh.other = (htons(ulen) << 16) + IPPROTO_UDP*256; |