Searched refs:sock_poll (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsocksys.c55 static unsigned int (*sock_poll)(struct file *, poll_table *); variable
159 if (sock_poll)
160 mask |= (*sock_poll)(filp, wait);
193 sock_poll = socksys_file_ops.poll;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dconnect.c741 sock_poll (int fd, double timeout, int wait_for)
857 test = sock_poll (fd, timeout, wf);
736 sock_poll (int fd, double timeout, int wait_for) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/
H A Dsocket.c104 static unsigned int sock_poll(struct file *file,
125 .poll = sock_poll,
940 static unsigned int sock_poll(struct file *file, poll_table *wait) function

Completed in 199 milliseconds