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

123

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dpoll.h57 struct pollfd { struct
88 int poll(struct pollfd *, nfds_t, int);
/vbox/src/VBox/NetworkServices/NAT/
H A Dwinpoll.h22 * WinSock2 has definition for POLL* and pollfd, but it defined for _WIN32_WINNT > 0x0600
39 struct pollfd { struct
48 int RTWinPoll(struct pollfd *pFds, unsigned int nfds, int timeout, int *pNready);
H A Dproxy_pollmgr.c46 struct pollfd *fds;
73 * sequentially in a loop over pollfd.
81 struct pollfd *newfds;
116 newfds = (struct pollfd *)
185 struct pollfd *newfds;
192 newfds = (struct pollfd *)
468 * We overload pollfd::fd of garbage entries to store the
H A DRTWinPoll.cpp35 RTWinPoll(struct pollfd *pFds, unsigned int nfds, int timeout, int *pNready)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxwrap.c342 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)
356 struct pollfd *filedes = (struct pollfd *) listptr;
358 struct pollfd *pfd, *epfd;
483 * user's pollfd structure
[all...]
/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/VBox/Devices/Network/slirp/
H A Dlibslirp.h60 void slirp_select_fill(PNATState pData, int *pnfds, struct pollfd *polls);
61 void slirp_select_poll(PNATState pData, struct pollfd *polls, int ndfs);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_dgux.h154 struct pollfd *ioq_pollfds;
219 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
H A D_ncr.h165 struct pollfd *ioq_pollfds;
228 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
H A D_osf1.h180 struct pollfd *ioq_pollfds;
240 extern int __poll(struct pollfd filedes[], unsigned int nfds, int timeout);
H A D_sony.h140 struct pollfd *ioq_pollfds;
188 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
H A D_unixware.h154 struct pollfd *ioq_pollfds;
217 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
H A D_openvms.h244 struct pollfd *ioq_pollfds;
310 extern int __poll(struct pollfd filedes[], unsigned int nfds, int timeout);
H A D_bsdi.h164 struct pollfd *ioq_pollfds;
H A D_hpux.h179 struct pollfd *ioq_pollfds;
H A D_nec.h149 struct pollfd *ioq_pollfds;
H A D_nto.h168 struct pollfd *ioq_pollfds;
H A D_openbsd.h178 struct pollfd *ioq_pollfds;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DWebServer.c54 struct pollfd * pFdList;
55 struct pollfd * pFdListNew;
251 struct pollfd * pFdList;
503 struct pollfd * pPoll;
/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 ) {
/vbox/src/VBox/Devices/PC/ipxe/src/interface/linux/
H A Dlinux_console.c69 struct pollfd pfd;
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_alsa.c44 static struct pollfd pfds_out[32];
47 static struct pollfd pfds_in[32];
72 struct pollfd *f;
122 struct pollfd *f;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.h183 struct pollfd TftpPort; ///< Poll descriptor for the TFTP port
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A Dselect.c114 struct pollfd pfd;
/vbox/src/VBox/Main/src-server/linux/
H A DHostDnsServiceLinux.cpp102 pollfd polls[2];

Completed in 1578 milliseconds

123