Searched refs:fd_set (Results 1 - 25 of 111) sorted by relevance

12345

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dselect.h38 #include <sys/fd_set.h>
45 int pselect(int, fd_set * __restrict, fd_set * __restrict,
46 fd_set * __restrict, const struct timespec * __restrict,
48 int select(int, fd_set * __restrict, fd_set * __restrict,
49 fd_set * __restrict, struct timeval * __restrict);
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/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Daixwrap.c55 int _MD_SELECT(int width, fd_set *r, fd_set *w, fd_set *e, struct timeval *t)
H A Duxwrap.c106 int wrap_select(int width, fd_set *rd, fd_set *wr, fd_set *ex,
112 int select(int width, fd_set *rd, fd_set *wr, fd_set *ex,
115 int select(int width, fd_set *rd, fd_set *wr, fd_set *ex, struct timeval *tv)
124 fd_set *r
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd.h41 void (*add_fds) (int *n, fd_set * rfds, fd_set * wfds, struct timeval * tv);
42 void (*check_fds) (fd_set * rfds, fd_set * wfds);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dosdep.h99 #define MAXSELECT (sizeof(fd_set) * NBBY)
164 extern fd_set AllSockets;
165 extern fd_set AllClients;
166 extern fd_set LastSelectMask;
167 extern fd_set WellKnownConnections;
168 extern fd_set EnabledDevices;
169 extern fd_set ClientsWithInput;
170 extern fd_set ClientsWriteBlocked;
171 extern fd_set OutputPending;
172 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dosdep.h99 #define MAXSELECT (sizeof(fd_set) * NBBY)
164 extern fd_set AllSockets;
165 extern fd_set AllClients;
166 extern fd_set LastSelectMask;
167 extern fd_set WellKnownConnections;
168 extern fd_set EnabledDevices;
169 extern fd_set ClientsWithInput;
170 extern fd_set ClientsWriteBlocked;
171 extern fd_set OutputPending;
172 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dosdep.h115 #define MAXSELECT (sizeof(fd_set) * NBBY)
197 extern fd_set AllSockets;
198 extern fd_set AllClients;
199 extern fd_set LastSelectMask;
200 extern fd_set WellKnownConnections;
201 extern fd_set EnabledDevices;
202 extern fd_set ClientsWithInput;
203 extern fd_set ClientsWriteBlocked;
204 extern fd_set OutputPending;
205 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dosdep.h115 #define MAXSELECT (sizeof(fd_set) * NBBY)
197 extern fd_set AllSockets;
198 extern fd_set AllClients;
199 extern fd_set LastSelectMask;
200 extern fd_set WellKnownConnections;
201 extern fd_set EnabledDevices;
202 extern fd_set ClientsWithInput;
203 extern fd_set ClientsWriteBlocked;
204 extern fd_set OutputPending;
205 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dosdep.h102 #define MAXSELECT (sizeof(fd_set) * NBBY)
184 extern fd_set AllSockets;
185 extern fd_set AllClients;
186 extern fd_set LastSelectMask;
187 extern fd_set WellKnownConnections;
188 extern fd_set EnabledDevices;
189 extern fd_set ClientsWithInput;
190 extern fd_set ClientsWriteBlocked;
191 extern fd_set OutputPending;
192 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dosdep.h104 #define MAXSELECT (sizeof(fd_set) * NBBY)
188 extern fd_set AllSockets;
189 extern fd_set AllClients;
190 extern fd_set LastSelectMask;
191 extern fd_set WellKnownConnections;
192 extern fd_set EnabledDevices;
193 extern fd_set ClientsWithInput;
194 extern fd_set ClientsWriteBlocked;
195 extern fd_set OutputPending;
196 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dosdep.h104 #define MAXSELECT (sizeof(fd_set) * NBBY)
188 extern fd_set AllSockets;
189 extern fd_set AllClients;
190 extern fd_set LastSelectMask;
191 extern fd_set WellKnownConnections;
192 extern fd_set EnabledDevices;
193 extern fd_set ClientsWithInput;
194 extern fd_set ClientsWriteBlocked;
195 extern fd_set OutputPending;
196 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dosdep.h104 #define MAXSELECT (sizeof(fd_set) * NBBY)
189 extern fd_set AllSockets;
190 extern fd_set AllClients;
191 extern fd_set LastSelectMask;
192 extern fd_set WellKnownConnections;
193 extern fd_set EnabledDevices;
194 extern fd_set ClientsWithInput;
195 extern fd_set ClientsWriteBlocked;
196 extern fd_set OutputPending;
197 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dosdep.h104 #define MAXSELECT (sizeof(fd_set) * NBBY)
191 extern fd_set AllSockets;
192 extern fd_set AllClients;
193 extern fd_set LastSelectMask;
194 extern fd_set WellKnownConnections;
195 extern fd_set EnabledDevices;
196 extern fd_set ClientsWithInput;
197 extern fd_set ClientsWriteBlocked;
198 extern fd_set OutputPending;
199 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dosdep.h104 #define MAXSELECT (sizeof(fd_set) * NBBY)
191 extern fd_set AllSockets;
192 extern fd_set AllClients;
193 extern fd_set LastSelectMask;
194 extern fd_set WellKnownConnections;
195 extern fd_set EnabledDevices;
196 extern fd_set ClientsWithInput;
197 extern fd_set ClientsWriteBlocked;
198 extern fd_set OutputPending;
199 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dosdep.h100 #define MAXSELECT (sizeof(fd_set) * NBBY)
181 extern fd_set AllSockets;
182 extern fd_set AllClients;
183 extern fd_set LastSelectMask;
184 extern fd_set WellKnownConnections;
185 extern fd_set EnabledDevices;
186 extern fd_set ClientsWithInput;
187 extern fd_set ClientsWriteBlocked;
188 extern fd_set OutputPending;
189 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dosdep.h99 #define MAXSELECT (sizeof(fd_set) * NBBY)
179 extern fd_set AllSockets;
180 extern fd_set AllClients;
181 extern fd_set LastSelectMask;
182 extern fd_set WellKnownConnections;
183 extern fd_set EnabledDevices;
184 extern fd_set ClientsWithInput;
185 extern fd_set ClientsWriteBlocked;
186 extern fd_set OutputPending;
187 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dosdep.h99 #define MAXSELECT (sizeof(fd_set) * NBBY)
164 extern fd_set AllSockets;
165 extern fd_set AllClients;
166 extern fd_set LastSelectMask;
167 extern fd_set WellKnownConnections;
168 extern fd_set EnabledDevices;
169 extern fd_set ClientsWithInput;
170 extern fd_set ClientsWriteBlocked;
171 extern fd_set OutputPending;
172 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dosdep.h99 #define MAXSELECT (sizeof(fd_set) * NBBY)
164 extern fd_set AllSockets;
165 extern fd_set AllClients;
166 extern fd_set LastSelectMask;
167 extern fd_set WellKnownConnections;
168 extern fd_set EnabledDevices;
169 extern fd_set ClientsWithInput;
170 extern fd_set ClientsWriteBlocked;
171 extern fd_set OutputPending;
172 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dosdep.h118 #define MAXSELECT (sizeof(fd_set) * NBBY)
217 extern fd_set AllSockets;
218 extern fd_set AllClients;
219 extern fd_set LastSelectMask;
220 extern fd_set WellKnownConnections;
221 extern fd_set EnabledDevices;
222 extern fd_set ClientsWithInput;
223 extern fd_set ClientsWriteBlocked;
224 extern fd_set OutputPending;
225 extern fd_set IgnoredClientsWithInpu
[all...]
/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/Additions/x11/x11include/xorg-server-1.1.0/
H A Dosdep.h120 #define MAXSELECT (sizeof(fd_set) * NBBY)
245 extern fd_set AllSockets;
246 extern fd_set AllClients;
247 extern fd_set LastSelectMask;
248 extern fd_set WellKnownConnections;
249 extern fd_set EnabledDevices;
250 extern fd_set ClientsWithInput;
251 extern fd_set ClientsWriteBlocked;
252 extern fd_set OutputPending;
253 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dosdep.h120 #define MAXSELECT (sizeof(fd_set) * NBBY)
243 extern fd_set AllSockets;
244 extern fd_set AllClients;
245 extern fd_set LastSelectMask;
246 extern fd_set WellKnownConnections;
247 extern fd_set EnabledDevices;
248 extern fd_set ClientsWithInput;
249 extern fd_set ClientsWriteBlocked;
250 extern fd_set OutputPending;
251 extern fd_set IgnoredClientsWithInpu
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h157 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);

Completed in 111 milliseconds

12345