tag | line | file | source code |
sel_type | 132 | drivers/char/atixlmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 134 | drivers/char/atixlmouse.c | if (sel_type != SEL_IN) |
sel_type | 189 | drivers/char/busmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 193 | drivers/char/busmouse.c | if (sel_type == SEL_IN) { |
sel_type | 126 | drivers/char/msbusmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 128 | drivers/char/msbusmouse.c | if (sel_type != SEL_IN) |
sel_type | 411 | drivers/char/psaux.c | static int aux_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 413 | drivers/char/psaux.c | if (sel_type != SEL_IN) |
sel_type | 193 | drivers/char/tty_io.c | static int hung_up_tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 1377 | drivers/char/tty_io.c | static int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 1393 | drivers/char/tty_io.c | switch (sel_type) { |
sel_type | 973 | drivers/sound/sequencer.c | sequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
sel_type | 977 | drivers/sound/sequencer.c | switch (sel_type) |
sel_type | 1140 | drivers/sound/sequencer.c | sequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
sel_type | 51 | drivers/sound/sound_calls.h | int sequencer_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
sel_type | 460 | drivers/sound/soundcard.c | sound_select (struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 467 | drivers/sound/soundcard.c | DEB (printk ("sound_select(dev=%d, type=0x%x)\n", dev, sel_type)); |
sel_type | 472 | drivers/sound/soundcard.c | return sequencer_select (dev, &files[dev], sel_type, wait); |
sel_type | 149 | fs/pipe.c | static int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 151 | fs/pipe.c | switch (sel_type) { |
sel_type | 175 | fs/pipe.c | static int fifo_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 177 | fs/pipe.c | switch (sel_type) { |
sel_type | 218 | fs/pipe.c | static int connect_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 220 | fs/pipe.c | switch (sel_type) { |
sel_type | 37 | fs/proc/kmsg.c | static int kmsg_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 39 | fs/proc/kmsg.c | if (sel_type != SEL_IN) |
sel_type | 103 | include/linux/net.h | int (*select) (struct socket *sock, int sel_type, |
sel_type | 169 | net/inet/datagram.c | int datagram_select(struct sock *sk, int sel_type, select_table *wait) |
sel_type | 172 | net/inet/datagram.c | switch(sel_type) |
sel_type | 104 | net/inet/skbuff.h | extern int datagram_select(struct sock *sk, int sel_type, select_table *wait); |
sel_type | 1408 | net/inet/sock.c | inet_select(struct socket *sock, int sel_type, select_table *wait ) |
sel_type | 1422 | net/inet/sock.c | return(sk->prot->select(sk, sel_type, wait)); |
sel_type | 321 | net/inet/tcp.c | tcp_select(struct sock *sk, int sel_type, select_table *wait) |
sel_type | 324 | net/inet/tcp.c | sk, sel_type, wait)); |
sel_type | 327 | net/inet/tcp.c | switch(sel_type) { |
sel_type | 326 | net/socket.c | sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 331 | net/socket.c | (sel_type == SEL_IN) ? "in" : |
sel_type | 332 | net/socket.c | (sel_type == SEL_OUT) ? "out" : "ex")); |
sel_type | 340 | net/socket.c | return(sock->ops->select(sock, sel_type, wait)); |
sel_type | 73 | net/unix/sock.c | static int unix_proto_select(struct socket *sock, int sel_type, select_table * wait); |
sel_type | 705 | net/unix/sock.c | unix_proto_select(struct socket *sock, int sel_type, select_table * wait) |
sel_type | 711 | net/unix/sock.c | if (sel_type == SEL_IN) { |
sel_type | 723 | net/unix/sock.c | if (sel_type == SEL_IN) { |
sel_type | 736 | net/unix/sock.c | if (sel_type == SEL_OUT) { |