taglinefilesource code
sel_type152drivers/char/atixlmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type154drivers/char/atixlmouse.cif (sel_type != SEL_IN)
sel_type189drivers/char/busmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type193drivers/char/busmouse.cif (sel_type == SEL_IN) {
sel_type125drivers/char/msbusmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type127drivers/char/msbusmouse.cif (sel_type != SEL_IN)
sel_type968drivers/char/n_tty.cstruct file * file, int sel_type, select_table *wait)
sel_type970drivers/char/n_tty.cswitch (sel_type) {
sel_type413drivers/char/psaux.cstatic int aux_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type415drivers/char/psaux.cif (sel_type != SEL_IN)
sel_type300drivers/char/tty_io.cstatic int hung_up_tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1208drivers/char/tty_io.cstatic int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1217drivers/char/tty_io.creturn (tty->ldisc.select)(tty, inode, filp, sel_type, wait);
sel_type148drivers/net/ppp.cstruct file * filp, int sel_type, select_table * wait);
sel_type1639drivers/net/ppp.cstruct file * filp, int sel_type, select_table * wait)
sel_type1652drivers/net/ppp.cswitch (sel_type) {
sel_type460drivers/sound/audio.caudio_select (int dev, struct fileinfo *file, int sel_type, select_table * wait)
sel_type467drivers/sound/audio.cswitch (sel_type)
sel_type477drivers/sound/audio.creturn DMAbuf_select (dev, file, sel_type, wait);
sel_type487drivers/sound/audio.creturn DMAbuf_select (dev, file, sel_type, wait);
sel_type924drivers/sound/dmabuf.cDMAbuf_select (int dev, struct fileinfo *file, int sel_type, select_table * wait)
sel_type929drivers/sound/dmabuf.cswitch (sel_type)
sel_type412drivers/sound/midibuf.cMIDIbuf_select (int dev, struct fileinfo *file, int sel_type, select_table * wait)
sel_type416drivers/sound/midibuf.cswitch (sel_type)
sel_type1755drivers/sound/sequencer.csequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait)
sel_type1761drivers/sound/sequencer.cswitch (sel_type)
sel_type1953drivers/sound/sequencer.csequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait)
sel_type20drivers/sound/sound_calls.hint DMAbuf_select(int dev, struct fileinfo *file, int sel_type, select_table * wait);
sel_type37drivers/sound/sound_calls.hint audio_select(int dev, struct fileinfo *file, int sel_type, select_table * wait);
sel_type59drivers/sound/sound_calls.hint sequencer_select(int dev, struct fileinfo *file, int sel_type, select_table * wait);
sel_type77drivers/sound/sound_calls.hint MIDIbuf_select(int dev, struct fileinfo *file, int sel_type, select_table * wait);
sel_type175drivers/sound/soundcard.csound_select (struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type182drivers/sound/soundcard.cDEB (printk ("sound_select(dev=%d, type=0x%x)\n", dev, sel_type));
sel_type189drivers/sound/soundcard.creturn sequencer_select (dev, &files[dev], sel_type, wait);
sel_type195drivers/sound/soundcard.creturn MIDIbuf_select (dev, &files[dev], sel_type, wait);
sel_type203drivers/sound/soundcard.creturn audio_select (dev, &files[dev], sel_type, wait);
sel_type145fs/pipe.cstatic int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type147fs/pipe.cswitch (sel_type) {
sel_type171fs/pipe.cstatic int fifo_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type173fs/pipe.cswitch (sel_type) {
sel_type214fs/pipe.cstatic int connect_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type216fs/pipe.cswitch (sel_type) {
sel_type36fs/proc/kmsg.cstatic int kmsg_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type38fs/proc/kmsg.cif (sel_type != SEL_IN)
sel_type107include/linux/net.hint  (*select)  (struct socket *sock, int sel_type,
sel_type364include/linux/skbuff.hextern int      datagram_select(struct sock *sk, int sel_type, select_table *wait);
sel_type30include/linux/tty_ldisc.hstruct file * file, int sel_type,
sel_type1719net/appletalk/ddp.cstatic int atalk_select(struct socket *sock , int sel_type, select_table *wait)
sel_type1723net/appletalk/ddp.creturn datagram_select(sk,sel_type,wait);
sel_type1778net/ax25/af_ax25.cstatic int ax25_select(struct socket *sock , int sel_type, select_table *wait)
sel_type1782net/ax25/af_ax25.creturn datagram_select(sk, sel_type, wait);
sel_type176net/core/datagram.cint datagram_select(struct sock *sk, int sel_type, select_table *wait)
sel_type179net/core/datagram.cswitch(sel_type)
sel_type1264net/ipv4/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
sel_type1271net/ipv4/af_inet.creturn(sk->prot->select(sk, sel_type, wait));
sel_type942net/ipv4/tcp.cstatic int tcp_listen_select(struct sock *sk, int sel_type, select_table *wait)
sel_type944net/ipv4/tcp.cif (sel_type == SEL_IN) {
sel_type965net/ipv4/tcp.cstatic int tcp_select(struct sock *sk, int sel_type, select_table *wait)
sel_type968net/ipv4/tcp.creturn tcp_listen_select(sk, sel_type, wait);
sel_type970net/ipv4/tcp.cswitch(sel_type) {
sel_type1790net/ipx/af_ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
sel_type1794net/ipx/af_ipx.creturn datagram_select(sk,sel_type,wait);
sel_type1160net/netrom/af_netrom.cstatic int nr_select(struct socket *sock , int sel_type, select_table *wait)
sel_type1164net/netrom/af_netrom.creturn datagram_select(sk, sel_type, wait);
sel_type374net/socket.cstatic int sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type385net/socket.creturn(sock->ops->select(sock, sel_type, wait));
sel_type76net/unix/sock.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait);
sel_type772net/unix/sock.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait)
sel_type781net/unix/sock.cif (sel_type == SEL_IN) 
sel_type792net/unix/sock.cif (sel_type == SEL_IN) 
sel_type805net/unix/sock.cif (sel_type == SEL_OUT)