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_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_type198drivers/char/tty_io.cstatic int hung_up_tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1572drivers/char/tty_io.cstatic int tty_select(struct inode * inode, struct file * filp, int sel_type, select_table * wait)
sel_type1590drivers/char/tty_io.csel_type, wait);
sel_type1595drivers/char/tty_io.cstruct file * file, int sel_type, select_table *wait)
sel_type1597drivers/char/tty_io.cswitch (sel_type) {
sel_type992drivers/sound/sequencer.csequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait)
sel_type996drivers/sound/sequencer.cswitch (sel_type)
sel_type1169drivers/sound/sequencer.csequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait)
sel_type51drivers/sound/sound_calls.hint sequencer_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_type150drivers/sound/soundcard.creturn sequencer_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_type132include/linux/skbuff.hextern int      datagram_select(struct sock *sk, int sel_type, select_table *wait);
sel_type296include/linux/tty.hstruct file * file, int sel_type,
sel_type174net/inet/datagram.cint datagram_select(struct sock *sk, int sel_type, select_table *wait)
sel_type177net/inet/datagram.cswitch(sel_type)
sel_type1042net/inet/ipx.cstatic int ipx_select(struct socket *sock , int sel_type, select_table *wait)
sel_type1046net/inet/ipx.creturn datagram_select(sk,sel_type,wait);
sel_type1408net/inet/sock.cinet_select(struct socket *sock, int sel_type, select_table *wait )
sel_type1418net/inet/sock.creturn(sk->prot->select(sk, sel_type, wait));
sel_type343net/inet/tcp.ctcp_select(struct sock *sk, int sel_type, select_table *wait)
sel_type346net/inet/tcp.csk, sel_type, wait));
sel_type349net/inet/tcp.cswitch(sel_type) {
sel_type335net/socket.csock_select(struct inode *inode, struct file *file, int sel_type, select_table * wait)
sel_type340net/socket.c(sel_type == SEL_IN) ? "in" :
sel_type341net/socket.c(sel_type == SEL_OUT) ? "out" : "ex"));
sel_type349net/socket.creturn(sock->ops->select(sock, sel_type, wait));
sel_type75net/unix/sock.cstatic int unix_proto_select(struct socket *sock, int sel_type, select_table * wait);
sel_type747net/unix/sock.cunix_proto_select(struct socket *sock, int sel_type, select_table * wait)
sel_type753net/unix/sock.cif (sel_type == SEL_IN) {
sel_type765net/unix/sock.cif (sel_type == SEL_IN) {
sel_type778net/unix/sock.cif (sel_type == SEL_OUT) {