Symbol: fd_set
bin/sh/miscbltin.c
175
fd_set ifds;
games/boggle/boggle/timer.c
86
fd_set fdbits;
games/hunt/hunt/list.c
54
fd_set r;
games/hunt/hunt/playit.c
191
fd_set readfds, s_readfds;
games/hunt/huntd/driver.c
87
static fd_set read_fds;
games/hunt/huntd/extern.c
45
fd_set Fds_mask; /* mask for the file descriptors */
games/hunt/huntd/extern.c
46
fd_set Have_inp; /* which file descriptors have input */
games/hunt/huntd/server.h
282
extern fd_set Fds_mask;
games/hunt/huntd/server.h
283
extern fd_set Have_inp;
include/rpc/svc.h
293
extern fd_set svc_fdset;
include/rpc/svc.h
309
extern void svc_getreqset(fd_set *);
lib/libc/isc/eventlib_p.h
230
fd_set rdLast, rdNext;
lib/libc/isc/eventlib_p.h
231
fd_set wrLast, wrNext;
lib/libc/isc/eventlib_p.h
232
fd_set exLast, exNext;
lib/libc/isc/eventlib_p.h
233
fd_set nonblockBefore;
lib/libc/net/rcmd.c
84
fd_set reads;
lib/libc/resolv/res_send.c
871
fd_set dsmask;
lib/libc/rpc/auth_time.c
397
fd_set readfds;
lib/libc/rpc/rpc_com.h
82
bool_t __svc_clean_idle(fd_set *, int, bool_t);
lib/libc/rpc/rpc_commondata.c
43
fd_set svc_fdset;
lib/libc/rpc/rtime.c
70
fd_set readfds;
lib/libc/rpc/svc.c
505
fd_set readfds;
lib/libc/rpc/svc.c
513
svc_getreqset(fd_set *readfds)
lib/libc/rpc/svc_run.c
56
fd_set readfds, cleanfds;
lib/libc/rpc/svc_vc.c
288
fd_set cleanfds;
lib/libc/rpc/svc_vc.c
707
__svc_clean_idle(fd_set *fds, int timeout, bool_t cleanblock)
lib/libssh/openbsd-compat/bsd-misc.h
126
int pselect(int, fd_set *, fd_set *, fd_set *, const struct timespec *,
lib/libssh/openbsd-compat/openbsd-compat.h
348
void kludge_FD_SET(int, fd_set *);
lib/libssh/openbsd-compat/openbsd-compat.h
349
int kludge_FD_ISSET(int, fd_set *);
lib/libtcplay/io.c
398
fd_set fds;
lib/libthread_xu/thread/thr_syscalls.c
115
extern int __sys_select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
lib/libthread_xu/thread/thr_syscalls.c
145
int __select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
lib/libthread_xu/thread/thr_syscalls.c
155
int __pselect(int, fd_set *, fd_set *, fd_set *,
lib/libthread_xu/thread/thr_syscalls.c
472
__pselect(int count, fd_set *rfds, fd_set *wfds, fd_set *efds,
lib/libthread_xu/thread/thr_syscalls.c
564
__select(int numfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds,
lib/libthread_xu/thread/thr_syscalls.c
94
extern int __sys_pselect(int, fd_set *, fd_set *, fd_set *,
libexec/bootpd/bootpd.c
512
nfound = select(s + 1, (fd_set *)&readfds, NULL, NULL,
libexec/bootpd/bootpgw/bootpgw.c
442
nfound = select(s + 1, (fd_set *)&readfds, NULL, NULL,
libexec/bootpd/tools/bootptest/bootptest.c
392
n = select(s + 1, (fd_set *) & readfds, NULL, NULL, &tv);
libexec/ftpd/ftpd.c
1878
fd_set set;
libexec/ftpd/ftpd.c
401
fd_set defreadfds, readfds;
libexec/getty/main.c
244
fd_set rfds;
libexec/rbootd/rbootd.c
214
fd_set r;
libexec/rbootd/rbootd.c
67
fd_set rset;
libexec/telnetd/telnetd.c
907
fd_set ibits, obits, xbits;
libexec/telnetd/utility.c
95
fd_set excepts;
sbin/devd/devd.cc
952
fd_set fds;
sbin/dump/dumprmt.c
97
fd_set r;
sbin/mountd/mountd.c
250
fd_set readfds;
sbin/natd/natd.c
133
fd_set readMask;
sbin/nfsd/nfsd.c
116
fd_set ready, sockbits;
sbin/nfsd/nfsd.c
117
fd_set v4bits, v6bits;
sbin/nos-tun/nos-tun.c
258
fd_set rfds, wfds, efds; /* File descriptors for select() */
sbin/ping/ping.c
740
fd_set rfds;
sbin/ping6/ping6.c
276
fd_set *fdmaskp;
sbin/routed/main.c
72
fd_set fdbits;
sbin/routed/main.c
93
fd_set ibits;
sbin/routed/rtquery/rtquery.c
345
fd_set bits;
sbin/startslip/startslip.c
502
fd_set readfds;
sys/dev/virtual/vkernel/net/if_vke.c
631
fd_set fdset;
sys/kern/sys_generic.c
1097
getbits(int bytes, fd_set *in_set, kfd_set **out_set, kfd_set *tmp_set)
sys/kern/sys_generic.c
110
static int doselect(int nd, fd_set *in, fd_set *ou, fd_set *ex,
sys/kern/sys_generic.c
1118
putbits(int bytes, kfd_set *in_set, fd_set *out_set)
sys/kern/sys_generic.c
1144
doselect(int nd, fd_set *read, fd_set *write, fd_set *except,
sys/sys/select.h
48
int select(int, fd_set * __restrict, fd_set * __restrict,
sys/sys/select.h
49
fd_set * __restrict, struct timeval * __restrict);
sys/sys/select.h
50
int pselect(int, fd_set * __restrict, fd_set * __restrict,
sys/sys/select.h
51
fd_set * __restrict, const struct timespec * __restrict,
sys/sys/sysproto.h
1179
fd_set * in; char in_[PAD_(fd_set *)];
sys/sys/sysproto.h
1180
fd_set * ou; char ou_[PAD_(fd_set *)];
sys/sys/sysproto.h
1181
fd_set * ex; char ex_[PAD_(fd_set *)];
sys/sys/sysproto.h
320
fd_set * in; char in_[PAD_(fd_set *)];
sys/sys/sysproto.h
321
fd_set * ou; char ou_[PAD_(fd_set *)];
sys/sys/sysproto.h
322
fd_set * ex; char ex_[PAD_(fd_set *)];
test/testcases/io/pselect_1/pselect_1.c
37
fd_set rset;
test/testcases/io/pselect_1/pselect_1.c
38
fd_set wset;
test/testcases/io/select_1/select_1.c
36
fd_set rset;
test/testcases/io/select_1/select_1.c
37
fd_set wset;
test/testcases/io/select_2/select_2.c
12
fd_set rset;
test/testcases/io/select_3/select_3.c
15
fd_set write_fds;
test/testcases/io/select_4/select_4.c
15
fd_set exceptfds;
tools/tools/net80211/stumbler/stumbler.c
965
fd_set fds;
tools/tools/net80211/w00t/ap/ap.c
794
fd_set fds;
tools/tools/net80211/w00t/assoc/assoc.c
808
fd_set fds;
tools/tools/net80211/w00t/assoc/assoc.c
891
fd_set fds;
tools/tools/net80211/w00t/expand/expand.c
373
fd_set fds;
tools/tools/net80211/w00t/prga/prga.c
338
fd_set fds;
tools/tools/net80211/w00t/prga/prga.c
405
fd_set fds;
tools/tools/net80211/w00t/redir/redir.c
572
fd_set fds;
tools/tools/net80211/wesside/dics/dics.c
319
fd_set rfds;
tools/tools/net80211/wesside/udps/udps.c
134
fd_set rfds;
tools/tools/net80211/wesside/wesside/wesside.c
2394
fd_set rfd;
tools/tools/net80211/wlaninject/wlaninject.c
770
fd_set fds;
usr.bin/rfcomm_sppd/rfcomm_sppd.c
125
fd_set rdset;
usr.bin/script/script.c
92
fd_set rfd;
usr.bin/talk/ctl_transact.c
48
fd_set read_mask, ctl_mask;
usr.bin/talk/io.c
57
fd_set read_set, read_template;
usr.bin/telnet/network.c
78
fd_set excepts;
usr.bin/telnet/sys_bsd.c
103
static fd_set *ibitsp, *obitsp, *xbitsp;
usr.bin/telnet/sys_bsd.c
939
if ((ibitsp = (fd_set *)malloc(fdsn)) == NULL)
usr.bin/telnet/sys_bsd.c
941
if ((obitsp = (fd_set *)malloc(fdsn)) == NULL)
usr.bin/telnet/sys_bsd.c
943
if ((xbitsp = (fd_set *)malloc(fdsn)) == NULL)
usr.bin/telnet/utilities.c
856
fd_set o;
usr.bin/top/top.c
616
fd_set readfds;
usr.sbin/dntpd/ntpreq.c
102
fd_set rfds;
usr.sbin/inetd/builtins.c
344
fd_set fdset;
usr.sbin/inetd/inetd.c
225
fd_set allsock;
usr.sbin/inetd/inetd.c
506
fd_set readable;
usr.sbin/installer/libaura/popen.c
242
fd_set r;
usr.sbin/installer/libinstaller/commands.c
294
fd_set r;
usr.sbin/lpr/lpd/lpd.c
120
fd_set defreadfds;
usr.sbin/lpr/lpd/lpd.c
351
fd_set readfds;
usr.sbin/mld6query/mld6query.c
77
fd_set fdset;
usr.sbin/moused/moused.c
1395
fd_set fds;
usr.sbin/moused/moused.c
2576
fd_set fds;
usr.sbin/moused/moused.c
2657
fd_set fds;
usr.sbin/moused/moused.c
2696
fd_set fds;
usr.sbin/moused/moused.c
892
fd_set fds;
usr.sbin/ngctl/main.c
208
fd_set rfds;
usr.sbin/ngctl/msg.c
86
fd_set rfds;
usr.sbin/nghook/main.c
121
fd_set rfds;
usr.sbin/ppp/bundle.c
451
bundle_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
usr.sbin/ppp/bundle.c
511
bundle_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/bundle.c
533
const fd_set *fdset)
usr.sbin/ppp/bundle.c
645
const fd_set *fdset)
usr.sbin/ppp/chap.c
396
chap_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused,
usr.sbin/ppp/chap.c
397
fd_set *e __unused, int *n)
usr.sbin/ppp/chap.c
413
chap_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/chap.c
422
const fd_set *fdset __unused)
usr.sbin/ppp/chap.c
479
const fd_set *fdset __unused)
usr.sbin/ppp/chat.c
141
chat_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
usr.sbin/ppp/chat.c
325
chat_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/chat.c
375
const fd_set *fdset __unused)
usr.sbin/ppp/chat.c
490
const fd_set *fdset __unused)
usr.sbin/ppp/datalink.c
250
datalink_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
usr.sbin/ppp/datalink.c
414
datalink_RemoveFromSet(struct datalink *dl, fd_set *r, fd_set *w, fd_set *e)
usr.sbin/ppp/datalink.c
420
datalink_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/datalink.c
447
datalink_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
usr.sbin/ppp/datalink.c
478
const fd_set *fdset)
usr.sbin/ppp/datalink.h
153
extern int datalink_RemoveFromSet(struct datalink *, fd_set *, fd_set *,
usr.sbin/ppp/datalink.h
154
fd_set *);
usr.sbin/ppp/defs.c
391
fd_set *
usr.sbin/ppp/defs.c
394
return (fd_set *)malloc(howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask));
usr.sbin/ppp/defs.c
398
zerofdset(fd_set *s)
usr.sbin/ppp/defs.h
138
extern fd_set *mkfdset(void);
usr.sbin/ppp/defs.h
139
extern void zerofdset(fd_set *);
usr.sbin/ppp/descriptor.h
45
int (*UpdateSet)(struct fdescriptor *, fd_set *, fd_set *, fd_set *, int *);
usr.sbin/ppp/descriptor.h
46
int (*IsSet)(struct fdescriptor *, const fd_set *);
usr.sbin/ppp/descriptor.h
47
void (*Read)(struct fdescriptor *, struct bundle *, const fd_set *);
usr.sbin/ppp/descriptor.h
48
int (*Write)(struct fdescriptor *, struct bundle *, const fd_set *);
usr.sbin/ppp/ether.c
144
ether_RemoveFromSet(struct physical *p, fd_set *r, fd_set *w, fd_set *e)
usr.sbin/ppp/ether.c
230
fd_set *r;
usr.sbin/ppp/ether.c
383
ether_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
usr.sbin/ppp/ether.c
402
ether_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/ether.c
416
const fd_set *fdset)
usr.sbin/ppp/libradius/radlib.c
1237
fd_set readfds;
usr.sbin/ppp/main.c
538
fd_set *rfds, *wfds, *efds;
usr.sbin/ppp/mp.c
1041
mpserver_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
usr.sbin/ppp/mp.c
1071
mpserver_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/mp.c
1079
const fd_set *fdset __unused)
usr.sbin/ppp/mp.c
1088
const fd_set *fdset __unused)
usr.sbin/ppp/netgraph.c
184
fd_set *r;
usr.sbin/ppp/netgraph.c
256
ng_RemoveFromSet(struct physical *p, fd_set *r, fd_set *w, fd_set *e)
usr.sbin/ppp/netgraph.c
360
ng_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
usr.sbin/ppp/netgraph.c
386
ng_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/netgraph.c
400
const fd_set *fdset)
usr.sbin/ppp/physical.c
104
const fd_set *);
usr.sbin/ppp/physical.c
137
physical_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
usr.sbin/ppp/physical.c
385
const fd_set *fdset __unused)
usr.sbin/ppp/physical.c
517
const fd_set *fdset __unused)
usr.sbin/ppp/physical.c
823
physical_doUpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e,
usr.sbin/ppp/physical.c
854
physical_RemoveFromSet(struct physical *p, fd_set *r, fd_set *w, fd_set *e)
usr.sbin/ppp/physical.c
885
physical_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/physical.h
156
extern int physical_doUpdateSet(struct fdescriptor *, fd_set *, fd_set *,
usr.sbin/ppp/physical.h
157
fd_set *, int *, int);
usr.sbin/ppp/physical.h
158
extern int physical_IsSet(struct fdescriptor *, const fd_set *);
usr.sbin/ppp/physical.h
160
const fd_set *);
usr.sbin/ppp/physical.h
162
extern int physical_RemoveFromSet(struct physical *, fd_set *, fd_set *,
usr.sbin/ppp/physical.h
163
fd_set *);
usr.sbin/ppp/physical.h
63
int (*removefromset)(struct physical *, fd_set *, fd_set *, fd_set *);
usr.sbin/ppp/prompt.c
133
prompt_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused, fd_set *e, int *n)
usr.sbin/ppp/prompt.c
164
prompt_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/prompt.c
183
prompt_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset __unused)
usr.sbin/ppp/prompt.c
304
prompt_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, const fd_set *fdset __unused)
usr.sbin/ppp/radius.c
562
radius_Read(struct fdescriptor *d, struct bundle *bundle __unused, const fd_set *fdset __unused)
usr.sbin/ppp/radius.c
571
radius_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w __unused, fd_set *e __unused, int *n)
usr.sbin/ppp/radius.c
590
radius_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/radius.c
601
radius_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, const fd_set *fdset __unused)
usr.sbin/ppp/server.c
196
server_Write(struct fdescriptor *d __unused, struct bundle *bundle __unused, const fd_set *fdset __unused)
usr.sbin/ppp/server.c
52
server_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n)
usr.sbin/ppp/server.c
74
server_IsSet(struct fdescriptor *d, const fd_set *fdset)
usr.sbin/ppp/server.c
90
server_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
usr.sbin/pppctl/pppctl.c
163
fd_set f;
usr.sbin/rarpd/rarpd.c
470
fd_set fds, listeners;
usr.sbin/route6d/route6d.c
129
static fd_set sockvec; /* vector to select() for receiving */
usr.sbin/route6d/route6d.c
419
fd_set recvec;
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
124
extern fd_set svc_fdset;
usr.sbin/rpc.ypupdated/ypupdated_main.c
124
fd_set readfds;
usr.sbin/rpc.ypupdated/ypupdated_main.c
98
extern fd_set svc_fdset;
usr.sbin/rpc.ypxfrd/ypxfrd_main.c
100
extern fd_set svc_fdset;
usr.sbin/rpc.ypxfrd/ypxfrd_main.c
127
fd_set readfds;
usr.sbin/rpcbind/rpcb_svc_com.c
1092
extern bool_t __svc_clean_idle(fd_set *, int, bool_t);
usr.sbin/rpcbind/rpcb_svc_com.c
1105
fd_set cleanfds;
usr.sbin/rrenumd/rrenumd.c
417
fd_set fdset;
usr.sbin/rrenumd/rrenumd.c
489
struct fd_set select_fd = fdset; /* reinitialize */
usr.sbin/rtsold/rtsold.c
115
struct fd_set fdset;
usr.sbin/rtsold/rtsold.c
275
struct fd_set select_fd = fdset;
usr.sbin/sdpd/server.c
292
fd_set fdset;
usr.sbin/sdpd/server.h
96
fd_set fdset; /* current descriptor set */
usr.sbin/syslogd/syslogd.c
336
fd_set *fdsr = NULL;
usr.sbin/syslogd/syslogd.c
592
fdsr = (fd_set *)calloc(howmany(fdsrmax+1, NFDBITS),
usr.sbin/traceroute/traceroute.c
740
fd_set *fdsp;
usr.sbin/traceroute/traceroute.c
743
if ((fdsp = (fd_set *)malloc(fdsn)) == NULL)
usr.sbin/traceroute6/traceroute6.c
821
fd_set *fdsp;
usr.sbin/traceroute6/traceroute6.c
826
if ((fdsp = (fd_set *)malloc(fdsn)) == NULL)
usr.sbin/watch/watch.c
290
fd_set fd_s;
usr.sbin/ypbind/ypbind.c
150
fd_set fdsr;
usr.sbin/ypbind/ypbind.c
581
fd_set fds;
usr.sbin/yppush/yppush_main.c
231
fd_set readfds;
usr.sbin/ypserv/yp_main.c
114
fd_set readfds;
usr.sbin/ypserv/yp_main.c
207
extern fd_set svc_fdset;