Searched defs:fd_set (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dfd_set.h1 /* $NetBSD: fd_set.h,v 1.2 2005/12/11 12:25:20 christos Exp $ */
62 typedef struct fd_set { struct
64 } fd_set; typedef in typeref:struct:fd_set
76 fd_set *__fds = (p); \
98 fd_set *__f = (f), *__t = (t); \
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dposix_io.h22 typedef uint32_t fd_set; typedef
27 extern int select ( fd_set *readfds, int wait );
37 FD_ZERO ( fd_set *set ) {
48 FD_SET ( int fd, fd_set *set ) {
59 FD_CLR ( int fd, fd_set *set ) {
71 FD_ISSET ( int fd, fd_set *set ) {
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXpoll.h89 typedef struct fd_set { struct
91 } fd_set; typedef in typeref:struct:fd_set
94 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
165 #define Select(n,r,w,e,t) select(0,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
167 #define XFD_SETCOUNT(p) (((fd_set FAR *)(p))->fd_count)
168 #define XFD_FD(p,i) (((fd_set FA
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsockets.h204 typedef struct fd_set { struct
206 } fd_set; typedef in typeref:struct:fd_set
244 int lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsocket.h108 /* ldap.h has its own definition of fd_set */
119 typedef struct fd_set{ struct
121 } fd_set; typedef in typeref:struct:fd_set
172 extern int select (int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h355 typedef struct fd_set { struct
357 } fd_set; typedef in typeref:struct:fd_set
395 int lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock.h67 # define fd_set Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library macro
70 /* On Darwin stdlib.h includes sys/resource.h which defines timeval but not the fd_set macros */
71 # define fd_set unix_fd_set macro
75 # undef fd_set macro
88 # define fd_set unix_fd_set macro
96 # undef fd_set macro
440 typedef struct WS(fd_set)
448 } WS(fd_set), FD_SET, *PFD_SET, *LPFD_SET; variable
504 #define FD_CLR(fd, set) __WS_FD_CLR((fd),(set), fd_set)
505 #define FD_SET(fd, set) __WS_FD_SET((fd),(set), fd_set)
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock.h67 # define fd_set Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library macro
70 /* On Darwin stdlib.h includes sys/resource.h which defines timeval but not the fd_set macros */
71 # define fd_set unix_fd_set macro
75 # undef fd_set macro
88 # define fd_set unix_fd_set macro
96 # undef fd_set macro
442 typedef struct WS(fd_set)
450 } WS(fd_set), FD_SET, *PFD_SET, *LPFD_SET; variable
506 #define FD_CLR(fd, set) __WS_FD_CLR((fd),(set), fd_set)
507 #define FD_SET(fd, set) __WS_FD_SET((fd),(set), fd_set)
[all...]

Completed in 58 milliseconds