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_type188drivers/char/busmouse.cstatic int mouse_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type192drivers/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_type956drivers/char/n_tty.cstruct file * file, int sel_type, select_table *wait)
sel_type958drivers/char/n_tty.cswitch (sel_type) {
sel_type411drivers/char/psaux.cstatic int aux_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type413drivers/char/psaux.cif (sel_type != SEL_IN)
sel_type263drivers/char/tty_io.cstatic int hung_up_tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1135drivers/char/tty_io.cstatic int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1144drivers/char/tty_io.creturn (tty->ldisc.select)(tty, inode, filp, sel_type, wait);
sel_type144drivers/net/ppp.cstruct file * filp, int sel_type, select_table * wait);
sel_type1614drivers/net/ppp.cstruct file * filp, int sel_type, select_table * wait)
sel_type1627drivers/net/ppp.cswitch (sel_type) {
sel_type402drivers/sound/midibuf.cMIDIbuf_select (int dev, struct fileinfo *file, int sel_type, select_table * wait)
sel_type406drivers/sound/midibuf.cswitch (sel_type)
sel_type885drivers/sound/pss.cpss_select (int dev, struct fileinfo * file, int sel_type, select_table * wait)
sel_type893drivers/sound/pss.cswitch (sel_type)
sel_type1663drivers/sound/sequencer.csequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait)
sel_type1669drivers/sound/sequencer.cswitch (sel_type)
sel_type1856drivers/sound/sequencer.csequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait)
sel_type52drivers/sound/sound_calls.hint sequencer_select(int dev, struct fileinfo *file, int sel_type, select_table * wait);
sel_type70drivers/sound/sound_calls.hint MIDIbuf_select(int dev, struct fileinfo *file, int sel_type, select_table * wait);
sel_type131drivers/sound/soundcard.csound_select (struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type138drivers/sound/soundcard.cDEB (printk ("sound_select(dev=%d, type=0x%x)\n", dev, sel_type));
sel_type144drivers/sound/soundcard.creturn sequencer_select (dev, &files[dev], sel_type, wait);
sel_type150drivers/sound/soundcard.creturn MIDIbuf_select (dev, &files[dev], sel_type, wait);
sel_type149fs/pipe.cstatic int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type151fs/pipe.cswitch (sel_type) {
sel_type175fs/pipe.cstatic int fifo_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type177fs/pipe.cswitch (sel_type) {
sel_type218fs/pipe.cstatic int connect_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type220fs/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_type103include/linux/net.hint  (*select)  (struct socket *sock, int sel_type,
sel_type139include/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_type1141net/inet/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
sel_type1148net/inet/af_inet.creturn(sk->prot->select(sk, sel_type, wait));
sel_type174net/inet/datagram.cint datagram_select(struct sock *sk, int sel_type, select_table *wait)
sel_type177net/inet/datagram.cswitch(sel_type)
sel_type1203net/inet/ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
sel_type1207net/inet/ipx.creturn datagram_select(sk,sel_type,wait);
sel_type395net/inet/tcp.cstatic int tcp_select(struct sock *sk, int sel_type, select_table *wait)
sel_type399net/inet/tcp.cswitch(sel_type) 
sel_type449net/socket.cstatic int sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type464net/socket.creturn(sock->ops->select(sock, sel_type, wait));
sel_type77net/unix/sock.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait);
sel_type761net/unix/sock.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait)
sel_type770net/unix/sock.cif (sel_type == SEL_IN) 
sel_type781net/unix/sock.cif (sel_type == SEL_IN) 
sel_type794net/unix/sock.cif (sel_type == SEL_OUT)