/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | poll.h | 57 struct pollfd { struct 88 int poll(struct pollfd *, nfds_t, int);
|
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | winpoll.h | 22 * 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 D | proxy_pollmgr.c | 46 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 D | RTWinPoll.cpp | 35 RTWinPoll(struct pollfd *pFds, unsigned int nfds, int timeout, int *pNready)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | uxwrap.c | 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) 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 D | linux_api.h | 60 extern int linux_poll ( struct pollfd *fds, nfds_t nfds, int timeout );
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | libslirp.h | 60 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.h | 154 struct pollfd *ioq_pollfds; 219 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
|
H A D | _ncr.h | 165 struct pollfd *ioq_pollfds; 228 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
|
H A D | _osf1.h | 180 struct pollfd *ioq_pollfds; 240 extern int __poll(struct pollfd filedes[], unsigned int nfds, int timeout);
|
H A D | _sony.h | 140 struct pollfd *ioq_pollfds; 188 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
|
H A D | _unixware.h | 154 struct pollfd *ioq_pollfds; 217 extern int _poll(struct pollfd *fds, unsigned long nfds, int timeout);
|
H A D | _openvms.h | 244 struct pollfd *ioq_pollfds; 310 extern int __poll(struct pollfd filedes[], unsigned int nfds, int timeout);
|
H A D | _bsdi.h | 164 struct pollfd *ioq_pollfds;
|
H A D | _hpux.h | 179 struct pollfd *ioq_pollfds;
|
H A D | _nec.h | 149 struct pollfd *ioq_pollfds;
|
H A D | _nto.h | 168 struct pollfd *ioq_pollfds;
|
H A D | _openbsd.h | 178 struct pollfd *ioq_pollfds;
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/ |
H A D | WebServer.c | 54 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 D | linux_api.c | 71 int linux_poll ( struct pollfd *fds, nfds_t nfds, int timeout ) {
|
/vbox/src/VBox/Devices/PC/ipxe/src/interface/linux/ |
H A D | linux_console.c | 69 struct pollfd pfd;
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | rdpsnd_alsa.c | 44 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 D | TftpServer.h | 183 struct pollfd TftpPort; ///< Poll descriptor for the TFTP port
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/ |
H A D | select.c | 114 struct pollfd pfd;
|
/vbox/src/VBox/Main/src-server/linux/ |
H A D | HostDnsServiceLinux.cpp | 102 pollfd polls[2];
|