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

12

/barrelfish-master/lib/libc/sys/
H A Dpselect.c44 pselect(int n, fd_set *rs, fd_set *ws, fd_set *es, const struct timespec *t,
48 return (((int (*)(int, fd_set *, fd_set *, fd_set *,
H A Dselect.c44 select(int n, fd_set *rs, fd_set *ws, fd_set *es, struct timeval *t)
47 return (((int (*)(int, fd_set *, fd_set *, fd_set *, struct timeval *))
/barrelfish-master/include/sys/
H A Dselect.h71 typedef struct fd_set { struct
73 } fd_set; typedef in typeref:struct:fd_set
86 fd_set *_p; \
98 int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict,
103 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
/barrelfish-master/lib/libc/rpc/
H A Drpc_commondata.c46 fd_set svc_fdset;
H A Drtime.c74 fd_set readfds;
111 (fd_set *)NULL, (fd_set *)NULL, timeout);
H A Drpc_com.h84 bool_t __svc_clean_idle(fd_set *, int, bool_t);
H A Dsvc_run.c59 fd_set readfds, cleanfds;
H A Dauth_time.c400 fd_set readfds;
412 (fd_set *)NULL, (fd_set *)NULL, &timeout);
H A Dsvc.c585 fd_set readfds;
593 svc_getreqset(fd_set *readfds)
/barrelfish-master/lib/posixcompat/
H A Dselect.c39 static int check_fds(int maxfdp1, fd_set *readfds, fd_set *writefds,
40 fd_set *exceptfds);
42 static void debug_print_fdsets(int maxfdp1, fd_set *readfds, fd_set *writefds,
43 fd_set *exceptfds);
47 static int pack_on_waitset(int maxfdp1, fd_set *readfds, fd_set *writefds,
48 fd_set *exceptfds, fd_set *changed_w
[all...]
/barrelfish-master/lib/libc/include/
H A Dlibc_private.h299 struct fd_set;
335 int __sys_pselect(int, struct fd_set *, struct fd_set *,
336 struct fd_set *, const struct timespec *,
350 int __sys_select(int, struct fd_set *, struct fd_set *,
351 struct fd_set *, struct timeval *);
/barrelfish-master/lib/libc/isc/
H A Deventlib_p.h230 fd_set rdLast, rdNext;
231 fd_set wrLast, wrNext;
232 fd_set exLast, exNext;
233 fd_set nonblockBefore;
/barrelfish-master/lib/lwip2/src/apps/socket_examples/
H A Dsocket_examples.c36 /* a helper struct to ensure memory before/after fd_set is not touched */
40 fd_set readset;
42 fd_set writeset;
44 fd_set errset;
319 fd_set readset;
320 fd_set errset;
438 fd_set readset;
439 fd_set writeset;
440 fd_set errset;
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Ds_apps.h125 /* VAX C does not defined fd_set and friends, but it's actually quite simple */
140 typedef fd_mask fd_set; typedef
H A Ds_time.c571 fd_set readfds;
/barrelfish-master/include/lwip/lwip/
H A Dsockets.h264 // typedef struct fd_set {
266 // } fd_set;
309 int lwip_select(int maxfdp1, fd_set * readset, fd_set * writeset,
310 fd_set * exceptset, struct timeval *timeout);
/barrelfish-master/include/lwip2/lwip/
H A Dsockets.h422 typedef struct fd_set struct
425 } fd_set; typedef in typeref:struct:fd_set
504 int lwip_select(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset,
/barrelfish-master/include/
H A Dunistd.h563 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
/barrelfish-master/lib/openssl-1.0.0d/crypto/rand/
H A Drand_unix.c133 # define FD_SETSIZE (8*sizeof(fd_set))
278 fd_set fset;
/barrelfish-master/usr/tests/net_tests/posix-sockets/
H A Dmain.c190 fd_set readfds;
191 fd_set writefds;
/barrelfish-master/lib/lwip/src/api/
H A Dsockets.c102 fd_set *readset;
104 fd_set *writeset;
106 fd_set *exceptset;
925 lwip_selscan(int maxfdp1, fd_set * readset, fd_set * writeset,
926 fd_set * exceptset)
929 fd_set lreadset, lwriteset, lexceptset;
972 lwip_select(int maxfdp1, fd_set * readset, fd_set * writeset,
973 fd_set * exceptse
[all...]
/barrelfish-master/lib/lwip2/src/api/
H A Dsockets.c236 fd_set *readset;
238 fd_set *writeset;
240 fd_set *exceptset;
1306 lwip_selscan(int maxfdp1, fd_set *readset_in, fd_set *writeset_in, fd_set *exceptset_in,
1307 fd_set *readset_out, fd_set *writeset_out, fd_set *exceptset_out)
1310 fd_set lreadse
[all...]
/barrelfish-master/lib/openssl-1.0.0d/demos/state_machine/
H A Dstate_machine.c319 fd_set rfds,wfds;
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Demu_par.c1785 (void) select(0, (fd_set *)0, (fd_set *)0, (fd_set *)0, &sleep_time);
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dnsrv_server.c1204 fd_set fdset;
1272 (fd_set *) 0,
1273 (fd_set *) 0,

Completed in 388 milliseconds

12