Searched refs:nfds_t (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/sys/sys/
H A Dpoll.h37 typedef unsigned int nfds_t; typedef
82 int poll(struct pollfd[], nfds_t, int);
84 int ppoll(struct pollfd[], nfds_t, const struct timespec * __restrict, const sigset_t * __restrict);
/openbsd-current/lib/libc/sys/
H A Dw_poll.c22 poll(struct pollfd *fds, nfds_t nfds, int timeout)
H A Dw_ppoll.c23 ppoll(struct pollfd *fds, nfds_t nfds,
/openbsd-current/gnu/usr.bin/perl/
H A Dgen_syscall_emulator.pl309 nfds_t => 'u_int',
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp268 CHECK_TYPE_SIZE(nfds_t); variable
H A Dsanitizer_platform_limits_freebsd.cpp465 CHECK_TYPE_SIZE(nfds_t); variable
H A Dsanitizer_platform_limits_posix.cpp1111 CHECK_TYPE_SIZE(nfds_t); variable
H A Dsanitizer_platform_limits_netbsd.cpp2588 CHECK_TYPE_SIZE(nfds_t); variable
/openbsd-current/lib/libc/asr/
H A Dasr.c211 poll_intrsafe(struct pollfd *fds, nfds_t nfds, int timeout)
/openbsd-current/usr.bin/tcpbench/
H A Dtcpbench.c696 nfds_t lnfds;
/openbsd-current/usr.bin/ftp/
H A Dftp.c2026 nfds_t nfds;
/openbsd-current/sbin/mountd/
H A Dmountd.c671 nfds_t saved_max_pollfd = 0;
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1440 int __dfsw_poll(struct pollfd *fds, nfds_t nfds, int timeout,
1454 int __dfso_poll(struct pollfd *fds, nfds_t nfds, int timeout,
/openbsd-current/libexec/ftpd/
H A Dftpd.c396 nfds_t n, i;

Completed in 301 milliseconds