tag | line | file | source code |
sel_type | 815 | drivers/char/apm_bios.c | static int do_select(struct inode *inode, struct file *fp, int sel_type, |
sel_type | 823 | drivers/char/apm_bios.c | if (sel_type != SEL_IN) |
sel_type | 173 | drivers/char/atixlmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 175 | drivers/char/atixlmouse.c | if (sel_type != SEL_IN) |
sel_type | 219 | drivers/char/busmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 221 | drivers/char/busmouse.c | if (sel_type == SEL_IN) { |
sel_type | 149 | drivers/char/msbusmouse.c | static int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 151 | drivers/char/msbusmouse.c | if (sel_type != SEL_IN) |
sel_type | 977 | drivers/char/n_tty.c | struct file * file, int sel_type, select_table *wait) |
sel_type | 979 | drivers/char/n_tty.c | switch (sel_type) { |
sel_type | 454 | drivers/char/psaux.c | static int aux_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 456 | drivers/char/psaux.c | if (sel_type != SEL_IN) |
sel_type | 239 | drivers/char/random.c | int sel_type, select_table * wait); |
sel_type | 697 | drivers/char/random.c | int sel_type, select_table * wait) |
sel_type | 699 | drivers/char/random.c | if (sel_type == SEL_IN) { |
sel_type | 325 | 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 | 1245 | drivers/char/tty_io.c | static int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 1254 | drivers/char/tty_io.c | return (tty->ldisc.select)(tty, inode, filp, sel_type, wait); |
sel_type | 198 | drivers/net/ppp.c | struct file *filp, int sel_type, select_table * wait); |
sel_type | 2583 | drivers/net/ppp.c | struct file *filp, int sel_type, select_table * wait) |
sel_type | 2601 | drivers/net/ppp.c | switch (sel_type) { |
sel_type | 459 | drivers/scsi/sg.c | static int sg_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 465 | drivers/scsi/sg.c | if (sel_type == SEL_IN) { |
sel_type | 473 | drivers/scsi/sg.c | if (sel_type == SEL_OUT) { |
sel_type | 458 | drivers/sound/audio.c | audio_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait) |
sel_type | 465 | drivers/sound/audio.c | switch (sel_type) |
sel_type | 473 | drivers/sound/audio.c | return DMAbuf_select (dev, file, sel_type, wait); |
sel_type | 487 | drivers/sound/audio.c | return DMAbuf_select (dev, file, sel_type, wait); |
sel_type | 1610 | drivers/sound/dmabuf.c | DMAbuf_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait) |
sel_type | 1615 | drivers/sound/dmabuf.c | switch (sel_type) |
sel_type | 507 | drivers/sound/midibuf.c | MIDIbuf_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait) |
sel_type | 511 | drivers/sound/midibuf.c | switch (sel_type) |
sel_type | 1898 | drivers/sound/sequencer.c | sequencer_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait) |
sel_type | 1904 | drivers/sound/sequencer.c | switch (sel_type) |
sel_type | 21 | drivers/sound/sound_calls.h | int DMAbuf_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait); |
sel_type | 37 | drivers/sound/sound_calls.h | int audio_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait); |
sel_type | 57 | drivers/sound/sound_calls.h | int sequencer_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait); |
sel_type | 73 | drivers/sound/sound_calls.h | int MIDIbuf_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait); |
sel_type | 193 | drivers/sound/soundcard.c | sound_select (inode_handle * inode, file_handle * file, int sel_type, select_table_handle * wait) |
sel_type | 201 | drivers/sound/soundcard.c | DEB (printk ("sound_select(dev=%d, type=0x%x)\n", dev, sel_type)); |
sel_type | 208 | drivers/sound/soundcard.c | return sequencer_select (dev, &files[dev], sel_type, wait); |
sel_type | 214 | drivers/sound/soundcard.c | return MIDIbuf_select (dev, &files[dev], sel_type, wait); |
sel_type | 222 | 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 | 105 | include/linux/net.h | int (*select) (struct socket *sock, int sel_type, |
sel_type | 452 | 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 | 1874 | net/appletalk/ddp.c | static int atalk_select(struct socket *sock , int sel_type, select_table *wait) |
sel_type | 1878 | net/appletalk/ddp.c | return datagram_select(sk,sel_type,wait); |
sel_type | 2156 | net/ax25/af_ax25.c | static int ax25_select(struct socket *sock , int sel_type, select_table *wait) |
sel_type | 2160 | net/ax25/af_ax25.c | return datagram_select(sk, sel_type, wait); |
sel_type | 179 | net/core/datagram.c | int datagram_select(struct sock *sk, int sel_type, select_table *wait) |
sel_type | 182 | net/core/datagram.c | switch(sel_type) |
sel_type | 1176 | net/ipv4/af_inet.c | static int inet_select(struct socket *sock, int sel_type, select_table *wait ) |
sel_type | 1183 | net/ipv4/af_inet.c | return(sk->prot->select(sk, sel_type, wait)); |
sel_type | 673 | net/ipv4/tcp.c | static int tcp_listen_select(struct sock *sk, int sel_type, select_table *wait) |
sel_type | 675 | net/ipv4/tcp.c | if (sel_type == SEL_IN) { |
sel_type | 696 | net/ipv4/tcp.c | static int tcp_select(struct sock *sk, int sel_type, select_table *wait) |
sel_type | 699 | net/ipv4/tcp.c | return tcp_listen_select(sk, sel_type, wait); |
sel_type | 701 | net/ipv4/tcp.c | switch(sel_type) { |
sel_type | 2076 | net/ipx/af_ipx.c | static int ipx_select(struct socket *sock , int sel_type, select_table *wait) |
sel_type | 2080 | net/ipx/af_ipx.c | return datagram_select(sk,sel_type,wait); |
sel_type | 1162 | net/netrom/af_netrom.c | static int nr_select(struct socket *sock , int sel_type, select_table *wait) |
sel_type | 1166 | net/netrom/af_netrom.c | return datagram_select(sk, sel_type, wait); |
sel_type | 398 | net/socket.c | static int sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 409 | net/socket.c | return(sock->ops->select(sock, sel_type, wait)); |
sel_type | 1217 | net/unix/af_unix.c | static int unix_select(struct socket *sock, int sel_type, select_table *wait) |
sel_type | 1219 | net/unix/af_unix.c | return datagram_select(sock->data,sel_type,wait); |