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

/freebsd-12-stable/lib/libc/sys/
H A Dpoll.c44 poll(struct pollfd pfd[], nfds_t nfds, int timeout)
47 return (((int (*)(struct pollfd *, nfds_t, int))
H A Dppoll.c44 ppoll(struct pollfd pfd[], nfds_t nfds, const struct timespec *__restrict
48 return (((int (*)(struct pollfd *, nfds_t, const struct timespec *,
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h40 typedef unsigned int nfds_t; typedef
59 int poll(struct pollfd *, nfds_t, int);
H A Dbsd-poll.c41 poll(struct pollfd *fds, nfds_t nfds, int timeout)
43 nfds_t i;
/freebsd-12-stable/sys/sys/
H A Dpoll.h42 typedef unsigned int nfds_t; typedef
114 int poll(struct pollfd _pfd[], nfds_t _nfds, int _timeout);
116 int ppoll(struct pollfd _pfd[], nfds_t _nfds,
/freebsd-12-stable/contrib/ofed/librdmacm/
H A Drsocket.h69 int rpoll(struct pollfd *fds, nfds_t nfds, int timeout);
H A Dpreload.c78 int (*poll)(struct pollfd *fds, nfds_t nfds, int timeout);
865 static struct pollfd *fds_alloc(nfds_t nfds)
868 static __thread nfds_t rnfds;
881 int poll(struct pollfd *fds, nfds_t nfds, int timeout)
H A Drsocket.c2927 static struct pollfd *rs_fds_alloc(nfds_t nfds)
2930 static __thread nfds_t rnfds;
3010 static int rs_poll_check(struct pollfd *fds, nfds_t nfds)
3028 static int rs_poll_arm(struct pollfd *rfds, struct pollfd *fds, nfds_t nfds)
3058 static int rs_poll_events(struct pollfd *rfds, struct pollfd *fds, nfds_t nfds)
3091 int rpoll(struct pollfd *fds, nfds_t nfds, int timeout)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.cpp203 CHECK_TYPE_SIZE(nfds_t); variable
H A Dsanitizer_platform_limits_solaris.cpp265 CHECK_TYPE_SIZE(nfds_t); variable
H A Dsanitizer_platform_limits_freebsd.cpp429 CHECK_TYPE_SIZE(nfds_t); variable
H A Dsanitizer_platform_limits_posix.cpp1047 CHECK_TYPE_SIZE(nfds_t); variable
H A Dsanitizer_platform_limits_netbsd.cpp2303 CHECK_TYPE_SIZE(nfds_t); variable
/freebsd-12-stable/contrib/blacklist/bin/
H A Dblacklistd.c557 ret = poll(pfd, (nfds_t)nfd, tout);
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_syscalls.c350 __thr_ppoll(struct pollfd pfd[], nfds_t nfds, const struct timespec *
/freebsd-12-stable/usr.bin/whois/
H A Dwhois.c323 nfds_t i, j;
/freebsd-12-stable/lib/libpam/modules/pam_exec/
H A Dpam_exec.c172 nfds_t nfds, nreadfds;
/freebsd-12-stable/lib/libusb/
H A Dlibusb10_io.c106 nfds_t nfds;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp676 int __dfsw_poll(struct pollfd *fds, nfds_t nfds, int timeout,
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c1838 nfds_t nfds;

Completed in 305 milliseconds