HomeSort by: relevance | last modified time | path
    Searched refs:fd_set (Results 1 - 25 of 168) sorted by relevancy

1 2 3 4 5 6 7

  /src/sys/compat/linux/common/
linux_oldselect.h 43 fd_set *readfds;
44 fd_set *writefds;
45 fd_set *exceptfds;
linux_misc.h 184 int linux_select1(struct lwp *, register_t *, int, fd_set *, fd_set *,
185 fd_set *, struct linux_timeval *);
  /src/sys/compat/sys/
select.h 40 #include <sys/fd_set.h>
48 int pselect(int, fd_set * __restrict, fd_set * __restrict,
49 fd_set * __restrict, const struct timespec50 * __restrict,
51 int select(int, fd_set * __restrict, fd_set * __restrict,
52 fd_set * __restrict, struct timeval50 * __restrict);
53 int __pselect50(int, fd_set * __restrict, fd_set * __restrict,
54 fd_set * __restrict, const struct timespec * __restrict
    [all...]
  /src/sys/sys/
select.h 39 #include <sys/fd_set.h>
52 int selcommon(register_t *, int, fd_set *, fd_set *, fd_set *,
69 int pselect(int, fd_set * __restrict, fd_set * __restrict,
70 fd_set * __restrict, const struct timespec * __restrict,
72 int select(int, fd_set * __restrict, fd_set * __restrict,
73 fd_set * __restrict, struct timeval * __restrict) __RENAME(__select50)
    [all...]
fd_set.h 1 /* $NetBSD: fd_set.h,v 1.8 2024/05/12 10:34:56 rillig Exp $ */
66 typedef struct fd_set { struct
68 } fd_set; typedef in typeref:struct:fd_set
70 #define FD_SET(n, p) \
80 fd_set *__fds = (p); \
99 fd_set *__f = (f), *__t = (t); \
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
select.d 41 fd_set
43 void FD_CLR(int fd, fd_set* fdset);
44 int FD_ISSET(int fd, const(fd_set)* fdset);
45 void FD_SET(int fd, fd_set* fdset);
46 void FD_ZERO(fd_set* fdset);
50 int pselect(int, fd_set*, fd_set*, fd_set*, const scope timespec*, const scope sigset_t*);
51 int select(int, fd_set*, fd_set*, fd_set*, timeval*)
    [all...]
  /src/sys/arch/zaurus/stand/zboot/
unixdev.h 61 int uselect(int, fd_set *, fd_set *, fd_set *, struct linux_timeval *);
  /src/external/bsd/ntp/dist/include/
ntp_select.h 4 * Not all machines define FD_SET in sys/types.h
10 /* Could say: !defined(FD_SET) && defined(HAVE_SYS_SELECT_H) */
11 /* except FD_SET can legitimately be a typedef... */
17 extern int select(int width, fd_set *pReadFds, fd_set *pWriteFds,
18 fd_set *pExceptFds, struct timeval *pTimeOut);
22 #if !defined(FD_SET)
25 # define FD_SET(n, p) ((p)->fds_bits[(n)/NFDBITS] |= (1 << ((n) % NFDBITS)))
34 } fd_set; typedef in typeref:struct:__anon5061
l_stdlib.h 113 extern int select (int, fd_set *, fd_set *, fd_set *, struct timeval *);
  /src/external/bsd/nsd/dist/compat/
pselect.c 19 fd_set *readfds,
20 fd_set *writefds,
21 fd_set *exceptfds,
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
net.h 156 * Fix the FD_SET and FD_CLR Macros to properly cast
161 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
162 if (((fd_set FAR *)(set))->fd_array[__i] == (SOCKET) fd) { \
163 while (__i < ((fd_set FAR *)(set))->fd_count-1) { \
164 ((fd_set FAR *)(set))->fd_array[__i] = \
165 ((fd_set FAR *)(set))->fd_array[__i+1]; \
168 ((fd_set FAR *)(set))->fd_count--; \
174 #undef FD_SET
175 #define FD_SET(fd, set) do { \
177 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) {
    [all...]
  /src/lib/libc/compat/sys/
compat_select.c 78 select(int nfds, fd_set * __restrict readfds, fd_set * __restrict writefds,
79 fd_set * __restrict exceptfds, struct timeval50 * __restrict tim50)
91 pselect(int nfds, fd_set * __restrict readfds, fd_set * __restrict writefds,
92 fd_set * __restrict exceptfds, const struct timespec50 *__restrict tim50,
  /src/usr.sbin/mopd/common/
loop-linux2.c 98 fd_set fds, listeners;
121 FD_SET(ii->fd, &fds);
128 if (select(maxfd + 1, &listeners, (fd_set *) 0,
129 (fd_set *) 0, (struct timeval *) 0) < 0) {
  /src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.h 128 extern void mDNSPosixGetFDSet(mDNS *m, int *nfds, fd_set *readfds, fd_set *writefds, struct timeval *timeout);
129 extern void mDNSPosixProcessFDSet(mDNS *const m, fd_set *readfds, fd_set *writefds);
  /src/external/gpl2/xcvs/dist/lib/
sunos57-select.c 56 rpl_select (int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
76 fd_set null_rfds, null_wfds;
109 FD_SET (fd, &null_rfds);
137 FD_SET (fd, &null_wfds);
211 FD_SET (fd, readfds);
217 FD_SET (fd, writefds);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
cti-server.h 43 void cti_fd_init(int *NONNULL p_nfds, fd_set *NONNULL r) GCCATTR((nonnull (1,2)));
44 void cti_fd_process(fd_set *NONNULL r) GCCATTR((nonnull (1)));
  /src/external/bsd/am-utils/dist/amd/
nfs_start.c 98 do_select(sigset_t smask, int fds, fd_set *fdp, struct timeval *tvp)
100 do_select(int smask, int fds, fd_set *fdp, struct timeval *tvp)
135 nsel = select(fds, fdp, (fd_set *) NULL, (fd_set *) NULL,
165 fd_set readfds;
168 FD_SET(fwd_sock, &readfds);
171 nsel = select(FD_SETSIZE, &readfds, (fd_set *) NULL, (fd_set *) NULL, &tvv);
204 fd_set readfds;
216 FD_SET(fwd_sock, &readfds)
    [all...]
  /src/external/bsd/libevent/dist/
select.c 85 fd_set *event_readset_in;
86 fd_set *event_writeset_in;
87 fd_set *event_readset_out;
88 fd_set *event_writeset_out;
150 fd_set *readset_out=NULL, *writeset_out=NULL;
217 fd_set *readset_in = NULL;
218 fd_set *writeset_in = NULL;
289 FD_SET(fd, sop->event_readset_in);
291 FD_SET(fd, sop->event_writeset_in);
  /src/external/bsd/ntp/dist/sntp/libevent/
select.c 84 fd_set *event_readset_in;
85 fd_set *event_writeset_in;
86 fd_set *event_readset_out;
87 fd_set *event_writeset_out;
149 fd_set *readset_out=NULL, *writeset_out=NULL;
216 fd_set *readset_in = NULL;
217 fd_set *writeset_in = NULL;
288 FD_SET(fd, sop->event_readset_in);
290 FD_SET(fd, sop->event_writeset_in);
  /src/lib/libc/rpc/
rpc_internal.h 39 bool_t __svc_clean_idle(fd_set *, int, bool_t);
  /src/usr.sbin/sdpd/
sdpd.h 78 fd_set refset; /* reference bitset */
115 fd_set fdset; /* current descriptor set */
  /src/include/rpc/
svc.h 296 extern fd_set svc_fdset;
316 #define SVC_FDSET_MT 1 /* each thread gets own fd_set/pollfd */
326 extern fd_set *svc_fdset_get(void);
329 extern fd_set *svc_fdset_copy(const fd_set *);
337 extern void svc_getreqset (fd_set *);
338 extern void svc_getreqset2 (fd_set *, int);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winsock2.d 66 int select(int nfds, fd_set* readfds, fd_set* writefds, fd_set* errorfds, const(timeval)* timeout);
356 /// winsock.h. In D, use the $(D FD_CREATE) function to allocate a $(D fd_set)
367 alias fd_set = fd_set_custom!FD_SETSIZE;
370 void FD_CLR(SOCKET fd, fd_set* set) pure @nogc
394 int FD_ISSET(SOCKET fd, const(fd_set)* set) pure @nogc
409 void FD_SET(SOCKET fd, fd_set* set) pure @nogc
418 void FD_ZERO(fd_set* set) pure @nog
    [all...]
  /src/external/bsd/libpcap/dist/lbl/
os-sunos4.h 146 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
  /src/external/bsd/tcpdump/dist/lbl/
os-sunos4.h 145 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);

Completed in 43 milliseconds

1 2 3 4 5 6 7