Home
last modified time | relevance | path

Searched refs:nfds_t (Results 1 – 23 of 23) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h79 typedef unsigned int nfds_t; typedef
83 int poll(struct pollfd *, nfds_t, int);
87 int ppoll(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
H A Dbsd-poll.c46 ppoll(struct pollfd *fds, nfds_t nfds, const struct timespec *tmoutp, in ppoll()
49 nfds_t i; in ppoll()
100 poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()
/freebsd/sys/sys/
H A Dpoll.h40 typedef unsigned int nfds_t; typedef
117 int poll(struct pollfd _pfd[], nfds_t _nfds, int _timeout);
119 int ppoll(struct pollfd _pfd[], nfds_t _nfds,
/freebsd/lib/libc/sys/
H A Dpoll.c40 __ssp_real(poll)(struct pollfd pfd[], nfds_t nfds, int timeout) in __ssp_real()
H A Dppoll.c40 __ssp_real(ppoll)(struct pollfd pfd[], nfds_t nfds, in __ssp_real()
/freebsd/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) in fds_alloc()
868 static __thread nfds_t rnfds; in fds_alloc()
881 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()
H A Drsocket.c2927 static struct pollfd *rs_fds_alloc(nfds_t nfds) in rs_fds_alloc()
2930 static __thread nfds_t rnfds; in rs_fds_alloc()
3010 static int rs_poll_check(struct pollfd *fds, nfds_t nfds) in rs_poll_check()
3028 static int rs_poll_arm(struct pollfd *rfds, struct pollfd *fds, nfds_t nfds) in rs_poll_arm()
3058 static int rs_poll_events(struct pollfd *rfds, struct pollfd *fds, nfds_t nfds) in rs_poll_events()
3091 int rpoll(struct pollfd *fds, nfds_t nfds, int timeout) in rpoll()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp268 CHECK_TYPE_SIZE(nfds_t);
H A Dsanitizer_platform_limits_freebsd.cpp473 CHECK_TYPE_SIZE(nfds_t);
H A Dsanitizer_platform_limits_posix.cpp1120 CHECK_TYPE_SIZE(nfds_t);
H A Dsanitizer_platform_limits_netbsd.cpp2586 CHECK_TYPE_SIZE(nfds_t);
/freebsd/contrib/blocklist/bin/
H A Dblacklistd.c551 ret = poll(pfd, (nfds_t)nfd, tout); in main()
/freebsd/usr.bin/whois/
H A Dwhois.c308 nfds_t i, j; in connect_to_any_host()
/freebsd/lib/libthr/thread/
H A Dthr_syscalls.c332 __thr_ppoll(struct pollfd pfd[], nfds_t nfds, const struct timespec * in __thr_ppoll()
/freebsd/lib/libpam/modules/pam_exec/
H A Dpam_exec.c172 nfds_t nfds, nreadfds; in _pam_exec()
/freebsd/lib/libusb/
H A Dlibusb10_io.c105 nfds_t nfds; in libusb10_handle_events_sub()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1468 int __dfsw_poll(struct pollfd *fds, nfds_t nfds, int timeout, in __dfsw_poll()
1482 int __dfso_poll(struct pollfd *fds, nfds_t nfds, int timeout, in __dfso_poll()
/freebsd/contrib/bmake/
H A Djob.c449 static nfds_t fdsLen = 0;
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_console.c1838 nfds_t nfds; in osm_console()
/freebsd/crypto/openssh/
H A DChangeLog7041 Move checks for pollfd.fd and nfds_t.
7043 Move the checks for struct pollfd.fd and nfds_t to before the sandboxing
H A Dconfigure.ac3635 AC_CHECK_TYPES([nfds_t], , , [
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi8755 <typedef-decl name='nfds_t' type-id='7359adad' id='555eef66'/>