Symbol: nfds_t
lib/libc/compat/sys/compat_select.c
64
pollts(struct pollfd * __restrict fds, nfds_t nfds,
lib/libc/rpc/clnt_bcast.c
289
nfds_t fdlistno = 0;
lib/libc/rpc/svc_run.c
170
switch ((i = poll(pfd, (nfds_t)*maxfd, 30 * 1000))) {
lib/libc/sys/ppoll.c
40
ppoll(struct pollfd * restrict fds, nfds_t nfds,
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
89
int (*host_poll)(struct pollfd *, nfds_t, int);
lib/librumphijack/hijack.c
2005
nfds_t realnfds;
lib/librumphijack/hijack.c
2132
checkpoll(struct pollfd *fds, nfds_t nfds, int *hostcall, int *rumpcall)
lib/librumphijack/hijack.c
2134
nfds_t i;
lib/librumphijack/hijack.c
2148
adjustpoll(struct pollfd *fds, nfds_t nfds, int (*fdadj)(int))
lib/librumphijack/hijack.c
2150
nfds_t i;
lib/librumphijack/hijack.c
2163
nfds_t nfds;
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
2196
nfds_t i;
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,
sbin/ping/prog_ops.h
42
int (*op_poll)(struct pollfd *, nfds_t, int);
sbin/ping6/prog_ops.h
44
int (*op_poll)(struct pollfd *, nfds_t, int);
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/rump/net/lib/libsockin/sockin_user.c
586
*nready = poll(fds, (nfds_t)nfds, timeout);
sys/sys/poll.h
101
int ppoll(struct pollfd * __restrict, nfds_t,
sys/sys/poll.h
83
int poll(struct pollfd *, nfds_t, int);
sys/sys/poll.h
97
int pollts(struct pollfd * __restrict, nfds_t,
tests/dev/audio/audiotest.c
503
rump_or_poll(struct pollfd *fds, nfds_t nfds, int timeout)
tests/dev/audio/audiotest.c
91
int rump_or_poll(struct pollfd *, nfds_t, int);
usr.bin/make/job.c
2043
nfds_t skip = wantToken ? 0 : 1;
usr.bin/make/job.c
496
static nfds_t fdsLen = 0;
usr.sbin/ldpd/socketops.c
824
nfds_t pollsum;
usr.sbin/traceroute/prog_ops.h
46
int (*op_poll)(struct pollfd *, nfds_t, int);