Searched refs:nfds (Results 1 - 25 of 34) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Daixwrap.c60 int _MD_POLL(void *listptr, unsigned long nfds, long timeout) argument
62 return poll(listptr, nfds, timeout);
H A Duxwrap.c338 int wrap_poll(void *listptr, unsigned long nfds, long timeout) argument
340 int poll(void *listptr, unsigned long nfds, long timeout)
342 int poll(struct pollfd filedes[], unsigned int nfds, int timeout)
344 int poll(struct pollfd filedes[], int nfds, int timeout)
346 int poll(struct pollfd *filedes, nfds_t nfds, int timeout)
348 int poll(struct pollfd *filedes, int nfds, int timeout)
350 int poll(struct pollfd *filedes, unsigned nfds, int timeout)
352 int poll(struct pollfd *filedes, unsigned long nfds, int timeout)
370 return _MD_POLL(listptr, nfds, timeout);
372 return _MD_POLL(filedes, nfds, timeou
[all...]
H A Daix.c244 int _MD_POLL(void *listptr, unsigned long nfds, long timeout) argument
263 rv = (*aix_poll_fcn)(listptr, nfds, timeout);
/vbox/src/VBox/NetworkServices/NAT/
H A Dwinpoll.h48 int RTWinPoll(struct pollfd *pFds, unsigned int nfds, int timeout, int *pNready);
H A Dproxy_pollmgr.c49 nfds_t nfds; /* part of the arrays in use */ member in struct:pollmgr
90 pollmgr.nfds = 0;
135 pollmgr.nfds = POLLMGR_SLOT_STATIC_COUNT;
184 if (pollmgr.nfds == pollmgr.capacity) {
216 for (i = pollmgr.nfds; i < newcap; ++i) {
224 slot = pollmgr.nfds;
225 ++pollmgr.nfds;
310 LWIP_ASSERT1((nfds_t)slot < pollmgr.nfds);
346 nready = poll(pollmgr.fds, pollmgr.nfds, -1);
348 int rc = RTWinPoll(pollmgr.fds, pollmgr.nfds,RT_INDEFINITE_WAI
[all...]
H A DRTWinPoll.cpp35 RTWinPoll(struct pollfd *pFds, unsigned int nfds, int timeout, int *pNready) argument
45 for (unsigned int i = 0; i < nfds; ++i)
93 for (unsigned int i = 0; i < nfds; ++i)
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_hpux.h248 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv)
251 #define _MD_POLL(fds,nfds,timeout) syscall(SYS_poll,fds,nfds,timeout)
H A D_openbsd.h230 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv)
232 #define _MD_POLL(fds,nfds,timeout) syscall(SYS_poll,fds,nfds,timeout)
H A D_freebsd.h274 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv)
278 #define _MD_POLL(fds,nfds,timeout) syscall(SYS_poll,fds,nfds,timeout)
H A D_netbsd.h312 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv)
315 #define _MD_POLL(fds,nfds,timeout) syscall(SYS_poll,fds,nfds,timeout)
H A D_sunos4.h233 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv)
234 #define _MD_POLL(fds,nfds,timeout) syscall(SYS_poll,fds,nfds,timeout)
H A D_bsdi.h209 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv)
H A D_dgux.h212 extern int _select(int nfds, fd_set *readfds, fd_set *writefds,
219 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
H A D_ncr.h223 extern int _select(int nfds, fd_set *readfds, fd_set *writefds,
228 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
H A D_rhapsody.h220 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv)
H A D_unixware.h212 extern int _select(int nfds, fd_set *readfds, fd_set *writefds,
217 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
H A D_reliantunix.h265 extern int _select(int nfds, fd_set *readfds, fd_set *writefds,
267 #define _MD_SELECT(nfds,r,w,e,tv) _select(nfds,r,w,e,tv)
H A D_darwin.h297 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv)
H A D_nextstep.h252 #define _MD_SELECT(nfds,r,w,e,tv) syscall(SYS_select,nfds,r,w,e,tv)
H A D_osf1.h240 extern int __poll(struct pollfd filedes[], unsigned int nfds, int timeout);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/core/linux/
H A Dlinux_api.c71 int linux_poll ( struct pollfd *fds, nfds_t nfds, int timeout ) { argument
72 return linux_syscall ( __NR_poll, fds, nfds, timeout );
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dlinux_api.h60 extern int linux_poll ( struct pollfd *fds, nfds_t nfds, int timeout );
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dprselect.c124 PRIntn nfds; local
298 nfds = 2;
338 for (j = 2; j < nfds; j++) {
365 nfds = nextIndex;
H A Dselct_nm.c107 PRIntn nfds; local
235 nfds = 2;
279 for (j = 2; j < nfds; j++) {
307 nfds = nextIndex;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw32poll.c69 int nfds,
79 ready = _MD_SELECT(nfds, readfds, writefds, exceptfds, timeout);
68 _PR_NTFiberSafeSelect( int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, const struct timeval *timeout) argument

Completed in 83 milliseconds

12