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

1 2

  /src/sys/compat/sys/
poll.h 45 int pollts(struct pollfd * __restrict, nfds_t,
47 int __pollts50(struct pollfd * __restrict, nfds_t,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
poll.d 45 nfds_t
47 int poll(pollfd[], nfds_t, int);
59 alias c_ulong nfds_t;
61 int poll(pollfd*, nfds_t, int);
72 alias uint nfds_t;
74 int poll(pollfd*, nfds_t, int);
78 alias uint nfds_t;
87 int poll(pollfd*, nfds_t, int);
91 alias uint nfds_t;
100 int poll(pollfd*, nfds_t, int)
    [all...]
  /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
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/external/bsd/atf/dist/tools/
io.cpp 239 safe_poll(struct pollfd fds[], nfds_t nfds, int timeout)
  /src/external/mit/libuv/dist/src/unix/
posix-poll.c 213 nfds = poll(loop->poll_fds, (nfds_t)loop->poll_fds_used, timeout);
  /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); variable
sanitizer_platform_limits_solaris.cc 266 CHECK_TYPE_SIZE(nfds_t); variable
sanitizer_platform_limits_freebsd.cc 428 CHECK_TYPE_SIZE(nfds_t); variable
  /src/sys/rump/net/lib/libsockin/
sockin_user.c 586 *nready = poll(fds, (nfds_t)nfds, timeout);
  /src/external/bsd/blocklist/bin/
blocklistd.c 569 ret = poll(pfd, (nfds_t)nfd, tout);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_solaris.cpp 268 CHECK_TYPE_SIZE(nfds_t); variable
sanitizer_platform_limits_freebsd.cpp 473 CHECK_TYPE_SIZE(nfds_t); variable
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_solaris.cpp 268 CHECK_TYPE_SIZE(nfds_t); variable
sanitizer_platform_limits_freebsd.cpp 461 CHECK_TYPE_SIZE(nfds_t); variable
  /src/usr.bin/make/
job.c 496 static nfds_t fdsLen = 0;
2043 nfds_t skip = wantToken ? 0 : 1;
  /src/lib/librumpclient/
rumpclient.c 89 int (*host_poll)(struct pollfd *, nfds_t, int);

Completed in 63 milliseconds

1 2