tag | line | file | source code |
sel_type | 152 | drivers/char/atixlmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 154 | drivers/char/atixlmouse.c | if (sel_type != SEL_IN) |
sel_type | 188 | drivers/char/busmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 192 | drivers/char/busmouse.c | if (sel_type == SEL_IN) { |
sel_type | 125 | drivers/char/msbusmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 127 | drivers/char/msbusmouse.c | if (sel_type != SEL_IN) |
sel_type | 958 | drivers/char/n_tty.c | struct file * file, int sel_type, select_table *wait) |
sel_type | 960 | drivers/char/n_tty.c | switch (sel_type) { |
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 | 270 | 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 | 1149 | drivers/char/tty_io.c | static int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 1158 | drivers/char/tty_io.c | return (tty->ldisc.select)(tty, inode, filp, sel_type, wait); |
sel_type | 144 | drivers/net/ppp.c | struct file * filp, int sel_type, select_table * wait); |
sel_type | 1614 | drivers/net/ppp.c | struct file * filp, int sel_type, select_table * wait) |
sel_type | 1627 | drivers/net/ppp.c | switch (sel_type) { |
sel_type | 402 | drivers/sound/midibuf.c | MIDIbuf_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
sel_type | 406 | drivers/sound/midibuf.c | switch (sel_type) |
sel_type | 885 | drivers/sound/pss.c | pss_select (int dev, struct fileinfo * file, int sel_type, select_table * wait) |
sel_type | 893 | drivers/sound/pss.c | switch (sel_type) |
sel_type | 1663 | drivers/sound/sequencer.c | sequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
sel_type | 1669 | drivers/sound/sequencer.c | switch (sel_type) |
sel_type | 1856 | drivers/sound/sequencer.c | sequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
sel_type | 52 | drivers/sound/sound_calls.h | int sequencer_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
sel_type | 70 | drivers/sound/sound_calls.h | int MIDIbuf_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
sel_type | 137 | drivers/sound/soundcard.c | sound_select (struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 144 | drivers/sound/soundcard.c | DEB (printk ("sound_select(dev=%d, type=0x%x)\n", dev, sel_type)); |
sel_type | 150 | drivers/sound/soundcard.c | return sequencer_select (dev, &files[dev], sel_type, wait); |
sel_type | 156 | drivers/sound/soundcard.c | return MIDIbuf_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 | 36 | fs/proc/kmsg.c | static int kmsg_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 38 | fs/proc/kmsg.c | if (sel_type != SEL_IN) |
sel_type | 104 | include/linux/net.h | int (*select) (struct socket *sock, int sel_type, |
sel_type | 279 | include/linux/skbuff.h | extern int datagram_select(struct sock *sk, int sel_type, select_table *wait); |
sel_type | 30 | include/linux/tty_ldisc.h | struct file * file, int sel_type, |
sel_type | 1181 | net/inet/af_inet.c | static int inet_select(struct socket *sock, int sel_type, select_table *wait ) |
sel_type | 1188 | net/inet/af_inet.c | return(sk->prot->select(sk, sel_type, wait)); |
sel_type | 174 | net/inet/datagram.c | int datagram_select(struct sock *sk, int sel_type, select_table *wait) |
sel_type | 177 | net/inet/datagram.c | switch(sel_type) |
sel_type | 1209 | net/inet/ipx.c | static int ipx_select(struct socket *sock , int sel_type, select_table *wait) |
sel_type | 1213 | net/inet/ipx.c | return datagram_select(sk,sel_type,wait); |
sel_type | 658 | net/inet/tcp.c | static int tcp_select(struct sock *sk, int sel_type, select_table *wait) |
sel_type | 662 | net/inet/tcp.c | switch(sel_type) |
sel_type | 446 | net/socket.c | static int sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 461 | net/socket.c | return(sock->ops->select(sock, sel_type, wait)); |
sel_type | 77 | net/unix/sock.c | static int unix_proto_select(struct socket *sock, int sel_type, select_table * wait); |
sel_type | 761 | net/unix/sock.c | static int unix_proto_select(struct socket *sock, int sel_type, select_table * wait) |
sel_type | 770 | net/unix/sock.c | if (sel_type == SEL_IN) |
sel_type | 781 | net/unix/sock.c | if (sel_type == SEL_IN) |
sel_type | 794 | net/unix/sock.c | if (sel_type == SEL_OUT) |