Searched refs:pollfd (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DPollArrayWrapper.c42 ipoll(struct pollfd fds[], unsigned int nfds, int timeout)
76 struct pollfd *a;
79 a = (struct pollfd *) jlong_to_ptr(address);
H A DSocketChannelImpl.c57 struct pollfd poller;
H A DDevPollArrayWrapper.c52 pollfd_t *dp_fds; /* pollfd array */
53 nfds_t dp_nfds; /* num of pollfd's in dp_fds[] */
58 caddr32_t dp_fds; /* pollfd array */
59 uint32_t dp_nfds; /* num of pollfd's in dp_fds[] */
119 struct pollfd a[1];
142 unsigned char *pollEnd = pollBytes + sizeof(struct pollfd) * len;
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DWindowsSelectorImpl.c47 } pollfd; typedef in typeref:struct:__anon1084
59 pollfd *fds = (pollfd *) pollAddress;
/openjdk7/jdk/src/solaris/native/java/net/
H A Dnet_util_md.h59 extern int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout);
H A Dlinux_close.c313 int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout) {
351 struct pollfd pfd;
H A Dbsd_close.c331 int NET_Poll(struct pollfd *ufds, unsigned int nfds, int timeout) {
H A DPlainSocketImpl.c311 struct pollfd pfd;
389 struct pollfd pfd;
H A Dnet_util_md.c1642 struct pollfd pfd;
/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DLinuxWatchService.c136 struct pollfd ufds[2];
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp221 struct pollfd pfd;
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp225 struct pollfd pfd;
/openjdk7/jdk/src/solaris/transport/socket/
H A Dsocket_md.c246 struct pollfd fds[1];
/openjdk7/jdk/src/macosx/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.m273 struct pollfd pfd[1];
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c557 struct pollfd pfd[2];
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c396 static struct pollfd pollFds[2];
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c2043 static struct pollfd pollFds[2];
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp6748 struct pollfd pfd;

Completed in 503 milliseconds