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 | 969 | drivers/char/n_tty.c | struct file * file, int sel_type, select_table *wait) |
sel_type | 971 | 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 | 293 | 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 | 1188 | drivers/char/tty_io.c | static int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait) |
sel_type | 1197 | drivers/char/tty_io.c | return (tty->ldisc.select)(tty, inode, filp, sel_type, wait); |
sel_type | 149 | drivers/net/ppp.c | struct file * filp, int sel_type, select_table * wait); |
sel_type | 1625 | drivers/net/ppp.c | struct file * filp, int sel_type, select_table * wait) |
sel_type | 1638 | 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 | 138 | drivers/sound/soundcard.c | sound_select (struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 145 | drivers/sound/soundcard.c | DEB (printk ("sound_select(dev=%d, type=0x%x)\n", dev, sel_type)); |
sel_type | 151 | drivers/sound/soundcard.c | return sequencer_select (dev, &files[dev], sel_type, wait); |
sel_type | 157 | drivers/sound/soundcard.c | return MIDIbuf_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 | 107 | include/linux/net.h | int (*select) (struct socket *sock, int sel_type, |
sel_type | 281 | 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 | 1232 | net/inet/af_inet.c | static int inet_select(struct socket *sock, int sel_type, select_table *wait ) |
sel_type | 1239 | net/inet/af_inet.c | return(sk->prot->select(sk, sel_type, wait)); |
sel_type | 175 | net/inet/datagram.c | int datagram_select(struct sock *sk, int sel_type, select_table *wait) |
sel_type | 178 | net/inet/datagram.c | switch(sel_type) |
sel_type | 1776 | net/inet/ipx.c | static int ipx_select(struct socket *sock , int sel_type, select_table *wait) |
sel_type | 1780 | net/inet/ipx.c | return datagram_select(sk,sel_type,wait); |
sel_type | 889 | net/inet/tcp.c | static int tcp_listen_select(struct sock *sk, int sel_type, select_table *wait) |
sel_type | 891 | net/inet/tcp.c | if (sel_type == SEL_IN) { |
sel_type | 912 | net/inet/tcp.c | static int tcp_select(struct sock *sk, int sel_type, select_table *wait) |
sel_type | 915 | net/inet/tcp.c | return tcp_listen_select(sk, sel_type, wait); |
sel_type | 917 | net/inet/tcp.c | switch(sel_type) { |
sel_type | 398 | net/socket.c | static int sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait) |
sel_type | 413 | net/socket.c | return(sock->ops->select(sock, sel_type, wait)); |
sel_type | 76 | net/unix/sock.c | static int unix_proto_select(struct socket *sock, int sel_type, select_table * wait); |
sel_type | 772 | net/unix/sock.c | static int unix_proto_select(struct socket *sock, int sel_type, select_table * wait) |
sel_type | 781 | net/unix/sock.c | if (sel_type == SEL_IN) |
sel_type | 792 | net/unix/sock.c | if (sel_type == SEL_IN) |
sel_type | 805 | net/unix/sock.c | if (sel_type == SEL_OUT) |