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_type969drivers/char/n_tty.cstruct file * file, int sel_type, select_table *wait)
sel_type971drivers/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_type293drivers/char/tty_io.cstatic int hung_up_tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1188drivers/char/tty_io.cstatic int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1197drivers/char/tty_io.creturn (tty->ldisc.select)(tty, inode, filp, sel_type, wait);
sel_type149drivers/net/ppp.cstruct file * filp, int sel_type, select_table * wait);
sel_type1625drivers/net/ppp.cstruct file * filp, int sel_type, select_table * wait)
sel_type1638drivers/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_type138drivers/sound/soundcard.csound_select (struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type145drivers/sound/soundcard.cDEB (printk ("sound_select(dev=%d, type=0x%x)\n", dev, sel_type));
sel_type151drivers/sound/soundcard.creturn sequencer_select (dev, &files[dev], sel_type, wait);
sel_type157drivers/sound/soundcard.creturn MIDIbuf_select (dev, &files[dev], sel_type, wait);
sel_type150fs/pipe.cstatic int pipe_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type152fs/pipe.cswitch (sel_type) {
sel_type176fs/pipe.cstatic int fifo_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type178fs/pipe.cswitch (sel_type) {
sel_type219fs/pipe.cstatic int connect_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type221fs/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_type281include/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_type1232net/inet/af_inet.cstatic int inet_select(struct socket *sock, int sel_type, select_table *wait )
sel_type1239net/inet/af_inet.creturn(sk->prot->select(sk, sel_type, wait));
sel_type175net/inet/datagram.cint datagram_select(struct sock *sk, int sel_type, select_table *wait)
sel_type178net/inet/datagram.cswitch(sel_type)
sel_type1785net/inet/ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
sel_type1789net/inet/ipx.creturn datagram_select(sk,sel_type,wait);
sel_type889net/inet/tcp.cstatic int tcp_listen_select(struct sock *sk, int sel_type, select_table *wait)
sel_type891net/inet/tcp.cif (sel_type == SEL_IN) {
sel_type912net/inet/tcp.cstatic int tcp_select(struct sock *sk, int sel_type, select_table *wait)
sel_type915net/inet/tcp.creturn tcp_listen_select(sk, sel_type, wait);
sel_type917net/inet/tcp.cswitch(sel_type) {
sel_type398net/socket.cstatic int sock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type413net/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)