HomeSort by: relevance | last modified time | path
    Searched refs:nfds_t (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/compat/sys/
poll.h 45 int pollts(struct pollfd * __restrict, nfds_t,
47 int __pollts50(struct pollfd * __restrict, nfds_t,
  /src/lib/libc/sys/
ppoll.c 40 ppoll(struct pollfd * restrict fds, nfds_t nfds,
  /src/sys/sys/
poll.h 37 typedef unsigned int nfds_t; typedef in typeref:typename:unsigned int
83 int poll(struct pollfd *, nfds_t, int);
97 int pollts(struct pollfd * __restrict, nfds_t,
101 int ppoll(struct pollfd * __restrict, nfds_t,
  /src/sbin/ping/
prog_ops.h 42 int (*op_poll)(struct pollfd *, nfds_t, int);
  /src/sbin/ping6/
prog_ops.h 44 int (*op_poll)(struct pollfd *, nfds_t, int);
  /src/usr.sbin/traceroute/
prog_ops.h 46 int (*op_poll)(struct pollfd *, nfds_t, int);
  /src/lib/libc/compat/sys/
compat_select.c 64 pollts(struct pollfd * __restrict fds, nfds_t nfds,
  /src/lib/libc/rpc/
svc_run.c 170 switch ((i = poll(pfd, (nfds_t)*maxfd, 30 * 1000))) {
clnt_bcast.c 289 nfds_t fdlistno = 0;
  /src/lib/librumphijack/
hijack.c 277 int REALPOLLTS(struct pollfd *, nfds_t,
2005 nfds_t realnfds;
2132 checkpoll(struct pollfd *fds, nfds_t nfds, int *hostcall, int *rumpcall)
2134 nfds_t i;
2148 adjustpoll(struct pollfd *fds, nfds_t nfds, int (*fdadj)(int))
2150 nfds_t i;
2163 nfds_t nfds;
2173 int (*op_pollts)(struct pollfd *, nfds_t, const struct timespec *,
2188 REALPOLLTS(struct pollfd *fds, nfds_t nfds, const struct timespec *ts,
2191 int (*op_pollts)(struct pollfd *, nfds_t, const struct timespec *
    [all...]
  /src/lib/libpthread/
pthread_cancelstub.c 475 poll(struct pollfd *fds, nfds_t nfds, int timeout)
489 __pollts50(struct pollfd *fds, nfds_t nfds, const struct timespec *ts,
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_openbsd.cc 204 CHECK_TYPE_SIZE(nfds_t);
sanitizer_platform_limits_solaris.cc 266 CHECK_TYPE_SIZE(nfds_t);
sanitizer_platform_limits_freebsd.cc 428 CHECK_TYPE_SIZE(nfds_t);
sanitizer_platform_limits_posix.cc 1048 CHECK_TYPE_SIZE(nfds_t);
sanitizer_platform_limits_netbsd.cc 2423 CHECK_TYPE_SIZE(nfds_t);
  /src/sys/rump/net/lib/libsockin/
sockin_user.c 586 *nready = poll(fds, (nfds_t)nfds, timeout);
  /src/usr.bin/make/
job.c 496 static nfds_t fdsLen = 0;
1989 nfds_t skip = wantToken ? 0 : 1;
  /src/lib/librumpclient/
rumpclient.c 89 int (*host_poll)(struct pollfd *, nfds_t, int);
  /src/usr.sbin/ldpd/
socketops.c 824 nfds_t pollsum;
  /src/tests/dev/audio/
audiotest.c 91 int rump_or_poll(struct pollfd *, nfds_t, int);
503 rump_or_poll(struct pollfd *fds, nfds_t nfds, int timeout)

Completed in 37 milliseconds