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 | 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 | 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 | 968 | drivers/char/n_tty.c | struct file * file, int sel_type, select_table *wait) |
sel_type | 970 | drivers/char/n_tty.c | switch (sel_type) { |
sel_type | 451 | drivers/char/psaux.c | static int aux_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 453 | drivers/char/psaux.c | if (sel_type != SEL_IN) |
sel_type | 299 | 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 | 1207 | drivers/char/tty_io.c | static int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 1216 | drivers/char/tty_io.c | return (tty->ldisc.select)(tty, inode, filp, sel_type, wait); |
sel_type | 148 | drivers/net/ppp.c | struct file * filp, int sel_type, select_table * wait); |
sel_type | 1661 | drivers/net/ppp.c | struct file * filp, int sel_type, select_table * wait) |
sel_type | 1674 | drivers/net/ppp.c | switch (sel_type) { |
sel_type | 457 | drivers/sound/audio.c | audio_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
sel_type | 464 | drivers/sound/audio.c | switch (sel_type) |
sel_type | 474 | drivers/sound/audio.c | return DMAbuf_select (dev, file, sel_type, wait); |
sel_type | 484 | drivers/sound/audio.c | return DMAbuf_select (dev, file, sel_type, wait); |
sel_type | 956 | drivers/sound/dmabuf.c | DMAbuf_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
sel_type | 961 | drivers/sound/dmabuf.c | switch (sel_type) |
sel_type | 412 | drivers/sound/midibuf.c | MIDIbuf_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
sel_type | 416 | drivers/sound/midibuf.c | switch (sel_type) |
sel_type | 1755 | drivers/sound/sequencer.c | sequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
sel_type | 1761 | drivers/sound/sequencer.c | switch (sel_type) |
sel_type | 1953 | drivers/sound/sequencer.c | sequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
sel_type | 20 | drivers/sound/sound_calls.h | int DMAbuf_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
sel_type | 37 | drivers/sound/sound_calls.h | int audio_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
sel_type | 59 | drivers/sound/sound_calls.h | int sequencer_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
sel_type | 77 | drivers/sound/sound_calls.h | int MIDIbuf_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
sel_type | 175 | drivers/sound/soundcard.c | sound_select (struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 182 | drivers/sound/soundcard.c | DEB (printk ("sound_select(dev=%d, type=0x%x)\n", dev, sel_type)); |
sel_type | 189 | drivers/sound/soundcard.c | return sequencer_select (dev, &files[dev], sel_type, wait); |
sel_type | 195 | drivers/sound/soundcard.c | return MIDIbuf_select (dev, &files[dev], sel_type, wait); |
sel_type | 203 | drivers/sound/soundcard.c | return audio_select (dev, &files[dev], sel_type, wait); |
sel_type | 150 | fs/pipe.c | static int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 152 | fs/pipe.c | switch (sel_type) { |
sel_type | 176 | fs/pipe.c | static int fifo_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 178 | fs/pipe.c | switch (sel_type) { |
sel_type | 219 | fs/pipe.c | static int connect_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 221 | 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 | 109 | include/linux/net.h | int (*select) (struct socket *sock, int sel_type, |
sel_type | 364 | 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 | 1725 | net/appletalk/ddp.c | static int atalk_select(struct socket *sock , int sel_type, select_table *wait) |
sel_type | 1729 | net/appletalk/ddp.c | return datagram_select(sk,sel_type,wait); |
sel_type | 1813 | net/ax25/af_ax25.c | static int ax25_select(struct socket *sock , int sel_type, select_table *wait) |
sel_type | 1817 | net/ax25/af_ax25.c | return datagram_select(sk, sel_type, wait); |
sel_type | 177 | net/core/datagram.c | int datagram_select(struct sock *sk, int sel_type, select_table *wait) |
sel_type | 180 | net/core/datagram.c | switch(sel_type) |
sel_type | 1271 | net/ipv4/af_inet.c | static int inet_select(struct socket *sock, int sel_type, select_table *wait ) |
sel_type | 1278 | net/ipv4/af_inet.c | return(sk->prot->select(sk, sel_type, wait)); |
sel_type | 983 | net/ipv4/tcp.c | static int tcp_listen_select(struct sock *sk, int sel_type, select_table *wait) |
sel_type | 985 | net/ipv4/tcp.c | if (sel_type == SEL_IN) { |
sel_type | 1006 | net/ipv4/tcp.c | static int tcp_select(struct sock *sk, int sel_type, select_table *wait) |
sel_type | 1009 | net/ipv4/tcp.c | return tcp_listen_select(sk, sel_type, wait); |
sel_type | 1011 | net/ipv4/tcp.c | switch(sel_type) { |
sel_type | 1811 | net/ipx/af_ipx.c | static int ipx_select(struct socket *sock , int sel_type, select_table *wait) |
sel_type | 1815 | net/ipx/af_ipx.c | return datagram_select(sk,sel_type,wait); |
sel_type | 1194 | net/netrom/af_netrom.c | static int nr_select(struct socket *sock , int sel_type, select_table *wait) |
sel_type | 1198 | net/netrom/af_netrom.c | return datagram_select(sk, sel_type, wait); |
sel_type | 375 | net/socket.c | static int sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 386 | net/socket.c | return(sock->ops->select(sock, sel_type, wait)); |
sel_type | 845 | net/unix/af_unix.c | static int unix_select(struct socket *sock, int sel_type, select_table *wait) |
sel_type | 847 | net/unix/af_unix.c | return datagram_select(sock->data,sel_type,wait); |