Symbol: pollfd
bin/date/netdate.c
85
struct pollfd ready;
games/boggle/boggle/timer.c
104
struct pollfd set[1];
games/hunt/hunt/playit.c
205
struct pollfd set[2];
games/hunt/hunt/server.c
273
struct pollfd set[1];
games/hunt/huntd/extern.c
48
struct pollfd fdset[3+MAXPL+MAXMON];
games/hunt/huntd/hunt.h
141
extern struct pollfd fdset[];
games/tetris/input.c
77
struct pollfd set[1];
include/rpc/svc.h
331
extern struct pollfd *svc_pollfd_get(void);
include/rpc/svc.h
334
extern struct pollfd *svc_pollfd_copy(const struct pollfd *);
include/rpc/svc.h
340
struct pollfd;
include/rpc/svc.h
341
extern void svc_getreq_poll(struct pollfd *, int);
lib/libc/compat/sys/compat_select.c
64
pollts(struct pollfd * __restrict fds, nfds_t nfds,
lib/libc/gen/getpass.c
153
struct pollfd pfd;
lib/libc/isc/eventlib_p.h
234
struct pollfd *pollfds; /* Allocated as needed */
lib/libc/net/rcmd.c
196
struct pollfd reads[2];
lib/libc/resolv/res_send.c
1008
pollfd.fd = s;
lib/libc/resolv/res_send.c
1009
pollfd.events = POLLRDNORM;
lib/libc/resolv/res_send.c
1010
n = poll(&pollfd, 1, polltimeout);
lib/libc/resolv/res_send.c
886
struct pollfd pollfd;
lib/libc/rpc/clnt_bcast.c
288
struct pollfd pfd[MAXBCAST];
lib/libc/rpc/clnt_dg.c
140
struct pollfd cu_pfdp;
lib/libc/rpc/clnt_vc.c
696
struct pollfd fd;
lib/libc/rpc/svc.c
762
svc_getreq_poll(struct pollfd *pfdp, int pollretval)
lib/libc/rpc/svc.c
770
struct pollfd *p = &pfdp[i];
lib/libc/rpc/svc_fdset.c
171
svc_pollfd_init(struct pollfd *pfd, int nfd)
lib/libc/rpc/svc_fdset.c
180
static struct pollfd *
lib/libc/rpc/svc_fdset.c
198
struct pollfd *pfd;
lib/libc/rpc/svc_fdset.c
229
struct pollfd *pfd;
lib/libc/rpc/svc_fdset.c
448
struct pollfd *
lib/libc/rpc/svc_fdset.c
449
svc_pollfd_copy(const struct pollfd *orig)
lib/libc/rpc/svc_fdset.c
454
struct pollfd *copy = calloc(size, sizeof(*orig));
lib/libc/rpc/svc_fdset.c
462
struct pollfd *
lib/libc/rpc/svc_fdset.c
68
struct pollfd *fdp;
lib/libc/rpc/svc_run.c
137
struct pollfd *pfd;
lib/libc/rpc/svc_vc.c
468
struct pollfd pollfd;
lib/libc/rpc/svc_vc.c
534
pollfd.fd = sock;
lib/libc/rpc/svc_vc.c
535
pollfd.events = POLLIN;
lib/libc/rpc/svc_vc.c
536
switch (pollts(&pollfd, 1, &ts, NULL)) {
lib/libc/rpc/svc_vc.c
548
} while ((pollfd.revents & POLLIN) == 0);
lib/libc/sys/ppoll.c
40
ppoll(struct pollfd * restrict fds, nfds_t nfds,
lib/libcurses/refresh.c
760
struct pollfd fds[1];
lib/libpthread/pthread_cancelstub.c
475
poll(struct pollfd *fds, nfds_t nfds, int timeout)
lib/libpthread/pthread_cancelstub.c
489
__pollts50(struct pollfd *fds, nfds_t nfds, const struct timespec *ts,
lib/librumpclient/rumpclient.c
284
struct pollfd pfd[2];
lib/librumpclient/rumpclient.c
89
int (*host_poll)(struct pollfd *, nfds_t, int);
lib/librumphijack/hijack.c
2004
struct pollfd *pfds;
lib/librumphijack/hijack.c
2132
checkpoll(struct pollfd *fds, nfds_t nfds, int *hostcall, int *rumpcall)
lib/librumphijack/hijack.c
2148
adjustpoll(struct pollfd *fds, nfds_t nfds, int (*fdadj)(int))
lib/librumphijack/hijack.c
2162
struct pollfd *pfds;
lib/librumphijack/hijack.c
2173
int (*op_pollts)(struct pollfd *, nfds_t, const struct timespec *,
lib/librumphijack/hijack.c
2188
REALPOLLTS(struct pollfd *fds, nfds_t nfds, const struct timespec *ts,
lib/librumphijack/hijack.c
2191
int (*op_pollts)(struct pollfd *, nfds_t, const struct timespec *,
lib/librumphijack/hijack.c
2203
struct pollfd *pfd_host = NULL, *pfd_rump = NULL;
lib/librumphijack/hijack.c
2382
poll(struct pollfd *fds, nfds_t nfds, int timeout)
lib/librumphijack/hijack.c
277
int REALPOLLTS(struct pollfd *, nfds_t,
lib/librumpuser/rumpuser_sp.c
81
static struct pollfd pfdlist[MAXCLI];
lib/librumpuser/sp_common.c
225
struct pollfd *spc_pfd;
lib/librumpuser/sp_common.c
313
struct pollfd pfd;
libexec/ftpd/ftpd.c
511
struct pollfd *fds;
libexec/ftpd/ftpd.c
541
fds = malloc(n * sizeof(struct pollfd));
libexec/getty/subr.c
686
struct pollfd set[1];
libexec/httpd/bozohttpd.h
124
struct pollfd *fds; /* current poll fd set */
libexec/identd/identd.c
265
struct pollfd *rfds;
libexec/identd/identd.c
270
rfds = malloc(*socks * sizeof(struct pollfd));
libexec/rexecd/rexecd.c
146
struct pollfd fds[2];
libexec/rlogind/rlogind.c
456
struct pollfd set[2];
libexec/rshd/rshd.c
255
struct pollfd set[2];
libexec/telnetd/telnetd.c
752
struct pollfd set[2];
libexec/telnetd/utility.c
95
struct pollfd set[1];
sbin/mount_nfs/udp_xfer.c
93
struct pollfd pfd = {d->socket, POLLIN, 0};
sbin/ping/ping.c
744
struct pollfd fdmaskp[1];
sbin/ping/prog_ops.h
42
int (*op_poll)(struct pollfd *, nfds_t, int);
sbin/ping6/ping6.c
911
struct pollfd fdmaskp[1];
sbin/ping6/prog_ops.h
44
int (*op_poll)(struct pollfd *, nfds_t, int);
sys/arch/usermode/usermode/thunk.c
1330
struct pollfd fds[1];
sys/arch/usermode/usermode/thunk.c
464
struct pollfd fds[1];
sys/arch/usermode/usermode/thunk.c
857
struct pollfd fds[1];
sys/arch/usermode/usermode/thunk.c
878
struct pollfd fds[1];
sys/compat/linux/arch/aarch64/linux_syscallargs.h
373
syscallarg(struct pollfd *) fds;
sys/compat/linux/arch/alpha/linux_syscallargs.h
1224
syscallarg(struct pollfd *) fds;
sys/compat/linux/arch/amd64/linux_syscallargs.h
1114
syscallarg(struct pollfd *) fds;
sys/compat/linux/arch/arm/linux_syscallargs.h
1188
syscallarg(struct pollfd *) fds;
sys/compat/linux/arch/i386/linux_syscallargs.h
1227
syscallarg(struct pollfd *) fds;
sys/compat/linux/arch/m68k/linux_syscallargs.h
1165
syscallarg(struct pollfd *) fds;
sys/compat/linux/arch/mips/linux_syscallargs.h
1226
syscallarg(struct pollfd *) fds;
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1042
syscallarg(struct pollfd *) fds;
sys/compat/netbsd32/netbsd32_netbsd.c
1481
NETBSD32TOP_UAP(fds, struct pollfd);
sys/compat/sys/poll.h
45
int pollts(struct pollfd * __restrict, nfds_t,
sys/compat/sys/poll.h
47
int __pollts50(struct pollfd * __restrict, nfds_t,
sys/kern/sys_select.c
133
static inline int pollscan(struct pollfd *, const int, register_t *);
sys/kern/sys_select.c
295
error = pollscan((struct pollfd *)fds, nf, retval);
sys/kern/sys_select.c
626
pollcommon(register_t *retval, struct pollfd *u_fds, u_int nfds,
sys/kern/sys_select.c
629
struct pollfd smallfds[32];
sys/kern/sys_select.c
630
struct pollfd *fds;
sys/kern/sys_select.c
659
ni = nfds * sizeof(struct pollfd);
sys/kern/sys_select.c
679
pollscan(struct pollfd *fds, const int nfd, register_t *retval)
sys/kern/sys_select.c
846
struct pollfd *pfd = (void *)sip->sel_fdinfo;
sys/modules/examples/pollpal/cmd_pollpal.c
76
struct pollfd fds;
sys/rump/include/rump/rump_syscalls.h
1007
int rump_sys_pollts(struct pollfd *, u_int, const struct timespec *, const sigset_t *) __RENAME(RUMP_SYS_RENAME_POLLTS);
sys/rump/include/rump/rump_syscalls.h
860
struct pollfd;
sys/rump/include/rump/rump_syscalls.h
958
int rump_sys_poll(struct pollfd *, u_int, int) __RENAME(RUMP_SYS_RENAME_POLL);
sys/rump/librump/rumpkern/rump_syscalls.c
2561
int rump___sysimpl_poll(struct pollfd *, u_int, int);
sys/rump/librump/rumpkern/rump_syscalls.c
2563
rump___sysimpl_poll(struct pollfd * fds, u_int nfds, int timeout)
sys/rump/librump/rumpkern/rump_syscalls.c
4022
int rump___sysimpl_pollts(struct pollfd *, u_int, const struct timespec *, const sigset_t *);
sys/rump/librump/rumpkern/rump_syscalls.c
4024
rump___sysimpl_pollts(struct pollfd * fds, u_int nfds, const struct timespec * ts, const sigset_t * mask)
sys/rump/librump/rumpkern/rump_syscalls.c
5400
int rump___sysimpl_pollts50(struct pollfd *, u_int, const struct timespec *, const sigset_t *);
sys/rump/librump/rumpkern/rump_syscalls.c
5402
rump___sysimpl_pollts50(struct pollfd * fds, u_int nfds, const struct timespec * ts, const sigset_t * mask)
sys/rump/net/lib/libsockin/sockin.c
340
struct pollfd *pfds = NULL, *npfds;
sys/rump/net/lib/libsockin/sockin_user.c
580
rumpcomp_sockin_poll(struct pollfd *fds, int nfds, int timeout, int *nready)
sys/rump/net/lib/libsockin/sockin_user.h
43
int rumpcomp_sockin_poll(struct pollfd *, int, int, int *);
sys/rump/net/lib/libvirtif/virtif_user.c
130
struct pollfd pfd[2];
sys/rump/net/lib/libwg/wg_user.c
129
struct pollfd pfd[4];
sys/sys/poll.h
101
int ppoll(struct pollfd * __restrict, nfds_t,
sys/sys/poll.h
76
int pollcommon(register_t *, struct pollfd *, u_int,
sys/sys/poll.h
83
int poll(struct pollfd *, nfds_t, int);
sys/sys/poll.h
97
int pollts(struct pollfd * __restrict, nfds_t,
sys/sys/syscallargs.h
1363
syscallarg(struct pollfd *) fds;
sys/sys/syscallargs.h
2421
syscallarg(struct pollfd *) fds;
sys/sys/syscallargs.h
2860
syscallarg(struct pollfd *) fds;
tests/crypto/opencrypto/h_ioctl.c
67
struct pollfd pfd = { .fd = fd, .events = POLLIN };
tests/dev/audio/audiotest.c
1139
int debug_poll(int line, struct pollfd *pfd, int nfd, int timeout)
tests/dev/audio/audiotest.c
123
int debug_poll(int, struct pollfd *, int, int);
tests/dev/audio/audiotest.c
2916
struct pollfd pfd;
tests/dev/audio/audiotest.c
2995
struct pollfd pfd;
tests/dev/audio/audiotest.c
3023
struct pollfd pfd;
tests/dev/audio/audiotest.c
3075
struct pollfd pfd;
tests/dev/audio/audiotest.c
3136
struct pollfd pfd;
tests/dev/audio/audiotest.c
3257
struct pollfd pfd[2];
tests/dev/audio/audiotest.c
3395
struct pollfd pfd;
tests/dev/audio/audiotest.c
3470
struct pollfd pfd;
tests/dev/audio/audiotest.c
503
rump_or_poll(struct pollfd *fds, nfds_t nfds, int timeout)
tests/dev/audio/audiotest.c
7098
struct pollfd pfd;
tests/dev/audio/audiotest.c
91
int rump_or_poll(struct pollfd *, nfds_t, int);
tests/fs/puffs/t_fuzz.c
177
struct pollfd pfd;
tests/kernel/kqueue/read/t_ttypty.c
63
struct pollfd pfd;
tests/kernel/kqueue/write/t_ttypty.c
58
struct pollfd pfd;
tests/kernel/t_pty.c
191
struct pollfd pfd;
tests/kernel/t_signal_and_sp.c
114
pollfd.fd = fd[0];
tests/kernel/t_signal_and_sp.c
115
pollfd.events = POLLIN;
tests/kernel/t_signal_and_sp.c
116
RL(nfds = poll(&pollfd, 1, 5*1000/*ms*/));
tests/kernel/t_signal_and_sp.c
73
struct pollfd pollfd;
tests/lib/libc/sys/t_eventfd.c
273
struct pollfd fds[1];
tests/lib/libc/sys/t_eventfd.c
372
struct pollfd fds[1];
tests/lib/libc/sys/t_poll.c
166
struct pollfd pfds[2];
tests/lib/libc/sys/t_poll.c
232
struct pollfd pfd;
tests/lib/libc/sys/t_poll.c
239
ATF_REQUIRE_ERRNO(EFAULT, poll((struct pollfd *)-1, 1, -1) == -1);
tests/lib/libc/sys/t_poll.c
273
struct pollfd pfd[2];
tests/lib/libc/sys/t_poll.c
403
struct pollfd pfd;
tests/lib/libc/sys/t_poll.c
453
struct pollfd pfd;
tests/lib/libc/sys/t_poll.c
557
struct pollfd pfd = { .fd = writefd, .events = POLLOUT };
tests/lib/libc/sys/t_poll.c
57
struct pollfd pfd;
tests/lib/libc/sys/t_poll.c
627
struct pollfd pfd;
tests/lib/libc/sys/t_poll.c
641
pfd = (struct pollfd) { .fd = readfd, .events = POLLIN };
tests/lib/libc/sys/t_poll.c
683
pfd = (struct pollfd) { .fd = readfd, .events = POLLIN };
tests/lib/libc/sys/t_poll.c
69
struct pollfd pfd;
tests/lib/libc/sys/t_poll.c
710
check_pollclosed_delayed_process(int pollfd, int closefd,
tests/lib/libc/sys/t_poll.c
738
(*check_pollhup)(pollfd, closefd);
tests/lib/libc/sys/t_poll.c
759
check_pollclosed_delayed_thread(int pollfd, int closefd,
tests/lib/libc/sys/t_poll.c
773
(*check_pollhup)(pollfd, closefd);
tests/lib/libc/sys/t_poll.c
785
struct pollfd pfd = { .fd = writefd, .events = POLLOUT };
tests/lib/libc/sys/t_poll.c
82
struct pollfd pfd;
tests/lib/libc/sys/t_poll.c
821
struct pollfd pfd = { .fd = readfd, .events = POLLIN };
tests/lib/libc/sys/t_poll.c
855
struct pollfd pfd;
tests/lib/libc/sys/t_poll.c
873
pfd = (struct pollfd) { .fd = readfd, .events = POLLIN };
tests/lib/libc/sys/t_poll.c
900
pfd = (struct pollfd) { .fd = readfd, .events = POLLIN };
tests/lib/libc/sys/t_poll.c
919
pfd = (struct pollfd) { .fd = readfd, .events = POLLIN };
tests/lib/libc/sys/t_pollts.c
129
struct pollfd pfd;
tests/lib/libc/sys/t_pollts.c
159
struct pollfd pfd;
tests/lib/libc/sys/t_pollts.c
59
struct pollfd pfds[2];
tests/lib/libc/sys/t_timerfd.c
516
struct pollfd fds[1];
tests/lib/libc/sys/t_timerfd.c
628
struct pollfd fds[1];
tests/lib/libcurses/director/testlang_parse.y
1079
struct pollfd fds[3];
tests/lib/libcurses/director/testlang_parse.y
1419
struct pollfd slave_pty;
tests/lib/libcurses/director/testlang_parse.y
2011
struct pollfd rfd[2];
tests/lib/libcurses/director/testlang_parse.y
55
extern struct pollfd readfd;
tests/lib/libcurses/director/testlang_parse.y
899
struct pollfd fds[2];
tests/lib/libpthread/t_cancellation.c
467
struct pollfd pfd;
tests/lib/libpthread/t_cancellation.c
496
struct pollfd pfd;
tests/lib/libpthread/t_compat_cancel.c
185
struct pollfd pfd;
tests/lib/librumphijack/h_client.c
99
struct pollfd pfd[2];
tests/net/fdpass/fdpass.c
111
struct pollfd pfd;
tests/net/fdpass/fdpass.c
58
struct pollfd pfd;
tests/net/if_vlan/bpfopen.c
210
struct pollfd pfd[PFD_NUM];
tests/net/mcast/mcast.c
243
struct pollfd pfd;
tests/net/mcast/mcast.c
318
struct pollfd pfd;
tests/net/net/t_socket_afinet.c
133
struct pollfd pfd;
tests/net/net/t_socket_afinet.c
194
struct pollfd pfd;
tests/net/net/t_unix.c
458
struct pollfd pfd;
tests/net/net/t_unix.c
513
pfd = (struct pollfd){.fd = conn, .events = POLLOUT};
usr.bin/ftp/extern.h
245
int ftp_poll(struct pollfd *, int, int);
usr.bin/ftp/ftp.c
1737
struct pollfd pfd[1];
usr.bin/ftp/ftp.c
555
struct pollfd pfd[2];
usr.bin/ftp/ssl.c
103
struct pollfd pfd[1];
usr.bin/ftp/ssl.c
365
struct pollfd pfd[1];
usr.bin/ftp/ssl.c
610
struct pollfd pfd[1];
usr.bin/ftp/util.c
1344
struct pollfd pfd[1];
usr.bin/ftp/util.c
1476
ftp_poll(struct pollfd *fds, int nfds, int timeout)
usr.bin/make/job.c
148
int emul_poll(struct pollfd *, int, int);
usr.bin/make/job.c
151
struct pollfd;
usr.bin/make/job.c
213
struct pollfd *inPollfd; /* pollfd associated with inPipe */
usr.bin/make/job.c
2769
emul_poll(struct pollfd *fd, int nfd, int timeout)
usr.bin/make/job.c
494
static struct pollfd *fds = NULL;
usr.bin/nc/atomicio.c
46
struct pollfd pfd;
usr.bin/nc/netcat.c
1013
struct pollfd pfd;
usr.bin/nc/netcat.c
1101
struct pollfd pfd[4];
usr.bin/nc/netcat.c
1374
struct pollfd pfd;
usr.bin/rfcomm_sppd/rfcomm_sppd.c
123
struct pollfd pfd[2];
usr.bin/rsh/rsh.c
303
checkfd(struct pollfd *fdp, int outfd)
usr.bin/rsh/rsh.c
339
struct pollfd fds[3], *fdp = &fds[0];
usr.bin/rsh/rsh.c
80
static int checkfd(struct pollfd *, int);
usr.bin/rump_dhcpclient/main.c
130
struct pollfd pfd;
usr.bin/talk/ctl_transact.c
57
struct pollfd set[1];
usr.bin/talk/io.c
63
struct pollfd set[2];
usr.bin/telnet/network.c
83
struct pollfd set[1];
usr.bin/telnet/sys_bsd.c
555
struct pollfd set[3];
usr.bin/telnet/utilities.c
838
struct pollfd set[1];
usr.bin/tip/tipout.c
126
struct pollfd pfd[2];
usr.sbin/apmd/apmd.c
304
struct pollfd set[2];
usr.sbin/bootp/bootpd/bootpd.c
182
struct pollfd set[1];
usr.sbin/bootp/bootpgw/bootpgw.c
147
struct pollfd set[1];
usr.sbin/bootp/bootptest/bootptest.c
147
struct pollfd set[1];
usr.sbin/faithd/faithd.c
348
struct pollfd pfd[2];
usr.sbin/faithd/ftp.c
238
struct pollfd pfd[1];
usr.sbin/faithd/ftp.c
284
struct pollfd pfd[1];
usr.sbin/faithd/ftp.c
75
struct pollfd pfd[6];
usr.sbin/isibootd/isibootd.c
131
struct pollfd pollfd;
usr.sbin/isibootd/isibootd.c
183
pollfd.fd = station.fd;
usr.sbin/isibootd/isibootd.c
184
pollfd.events = POLLIN;
usr.sbin/isibootd/isibootd.c
186
poll(&pollfd, 1, INFTIM);
usr.sbin/isibootd/isibootd.c
187
read(pollfd.fd, iobuf, iolen); /* returns 1468 */
usr.sbin/isibootd/isibootd.c
272
write(pollfd.fd, fp, ISIBOOT_FRAMELEN);
usr.sbin/ldpd/mpls_routes.c
110
struct pollfd pfd;
usr.sbin/ldpd/socketops.c
822
struct pollfd pfd[MAX_POLL_FDS];
usr.sbin/lpr/lpd/lpd.c
134
static struct pollfd *socksetup(int, int, const char *, int *);
usr.sbin/lpr/lpd/lpd.c
149
struct pollfd *socks;
usr.sbin/lpr/lpd/lpd.c
705
struct pollfd *
usr.sbin/lpr/lpd/lpd.c
711
struct pollfd *socks, *newsocks;
usr.sbin/map-mbone/mapper.c
815
struct pollfd set[1];
usr.sbin/mld6query/mld6.c
78
struct pollfd set[1];
usr.sbin/mopd/common/loop-bsd.c
103
struct pollfd *set;
usr.sbin/moused/moused.c
1205
struct pollfd set[1];
usr.sbin/moused/moused.c
2343
struct pollfd set[1];
usr.sbin/moused/moused.c
2417
struct pollfd set[1];
usr.sbin/moused/moused.c
2453
struct pollfd set[1];
usr.sbin/moused/moused.c
853
struct pollfd set[3];
usr.sbin/mrinfo/mrinfo.c
429
struct pollfd set[1];
usr.sbin/mtrace/mtrace.c
393
struct pollfd set[1];
usr.sbin/ndbootd/config/ndbootd-bpf.c
211
struct pollfd set[1];
usr.sbin/nfsd/nfsd.c
146
struct pollfd pfd;
usr.sbin/nfsd/nfsd.c
206
setupsock(struct conf *cfg, struct pollfd *set, int p)
usr.sbin/nfsd/nfsd.c
420
struct pollfd set[__arraycount(cfg)];
usr.sbin/npf/npfd/npfd.c
77
struct pollfd pfd;
usr.sbin/rbootd/rbootd.c
78
struct pollfd set[1];
usr.sbin/route6d/route6d.c
137
static struct pollfd set[2];
usr.sbin/rpcbind/rpcb_svc_com.c
1108
struct pollfd *pollfds;
usr.sbin/rpcbind/rpcb_svc_com.c
1115
struct pollfd *p;
usr.sbin/rpcbind/rpcb_svc_com.c
119
static int check_rmtcalls(struct pollfd *, int);
usr.sbin/rpcbind/rpcb_svc_com.c
1210
check_rmtcalls(struct pollfd *pfds, int nfds)
usr.sbin/rtadvd/prog_ops.h
36
int (*op_poll)(struct pollfd *, u_int, int);
usr.sbin/rtadvd/rtadvd.c
180
struct pollfd set[2];
usr.sbin/rwhod/rwhod.c
131
struct pollfd pfd[1];
usr.sbin/syslogd/syslogd.c
4908
struct pollfd pfd;
usr.sbin/timed/timed/measure.c
80
struct pollfd set[1];
usr.sbin/timed/timed/readmsg.c
80
struct pollfd set[1];
usr.sbin/timed/timedc/cmds.c
133
struct pollfd set[1];
usr.sbin/timed/timedc/cmds.c
313
struct pollfd set[1];
usr.sbin/timed/timedc/cmds.c
439
struct pollfd set[1];
usr.sbin/traceroute/prog_ops.h
46
int (*op_poll)(struct pollfd *, nfds_t, int);
usr.sbin/traceroute/traceroute.c
1072
struct pollfd set[1];
usr.sbin/traceroute6/traceroute6.c
750
struct pollfd pfd[1];
usr.sbin/wsmoused/wsmoused.c
308
struct pollfd fds[2];