Searched refs:nfds_t (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dpoll.h55 typedef unsigned int nfds_t; typedef
88 int poll(struct pollfd *, nfds_t, int);
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dlinux_api.h47 typedef unsigned long nfds_t; typedef
60 extern int linux_poll ( struct pollfd *fds, nfds_t nfds, int timeout );
/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy_pollmgr.c48 nfds_t capacity; /* allocated size of the arrays */
49 nfds_t nfds; /* part of the arrays in use */
83 nfds_t newcap;
85 nfds_t i;
187 nfds_t newcap;
188 nfds_t i;
310 LWIP_ASSERT1((nfds_t)slot < pollmgr.nfds);
374 for (i = 0; (nfds_t)i < pollmgr.nfds && nready > 0; ++i) {
504 if ((nfds_t)delnext >= pollmgr.nfds) {
H A Dwinutils.h138 typedef ULONG nfds_t; typedef
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DWebServer.c50 nfds_t Index;
52 nfds_t MaxEntries;
53 nfds_t MaxEntriesNew;
249 nfds_t Entries;
250 nfds_t Index;
H A DWebServer.h183 nfds_t MaxEntries; ///< Maximum entries in the PortList array
184 nfds_t Entries; ///< The current number of entries in the PortList array
/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/EFI/Firmware/AppPkg/Applications/Sockets/DataSink/
H A DDataSink.c57 nfds_t MaxPort;
272 nfds_t Entry;
275 nfds_t Index;
612 nfds_t Index;
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_openbsd.h235 typedef unsigned int nfds_t; typedef
H A D_netbsd.h319 typedef unsigned int nfds_t; typedef
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxwrap.c346 int poll(struct pollfd *filedes, nfds_t nfds, int timeout)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DSysCalls.c674 nfds_t nfds,

Completed in 151 milliseconds