Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-poll.h76 typedef unsigned long nfds_t; typedef
78 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/include/ssp/
H A Dpoll.h37 (struct pollfd fds[], nfds_t nfds, int timeout))
47 (struct pollfd fds[], nfds_t nfds,
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A Dnfds_t.h12 typedef unsigned int nfds_t; typedef
/freebsd/lib/libc/sys/
H A Dpoll.c38 __ssp_real(poll)(struct pollfd pfd[], nfds_t nfds, int timeout) in __ssp_real()
H A Dppoll.c38 __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.cpp271 CHECK_TYPE_SIZE(nfds_t);
H A Dsanitizer_platform_limits_freebsd.cpp443 CHECK_TYPE_SIZE(nfds_t);
H A Dsanitizer_platform_limits_posix.cpp1143 CHECK_TYPE_SIZE(nfds_t);
H A Dsanitizer_platform_limits_netbsd.cpp2584 CHECK_TYPE_SIZE(nfds_t);
/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/contrib/blocklist/bin/
H A Dblacklistd.c569 ret = poll(pfd, (nfds_t)nfd, tout); in main()
H A Dblocklistd.c569 ret = poll(pfd, (nfds_t)nfd, tout); in main()
/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.c106 nfds_t nfds; in libusb10_handle_events_sub()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp1263 INTERCEPTOR(int, poll, struct pollfd *fds, nfds_t nfds, int timeout) {
1331 INTERCEPTOR(int, ppoll, struct pollfd *fds, nfds_t n, const struct timespec *ts,
/freebsd/contrib/bmake/
H A Djob.c525 static nfds_t fdsLen = 0;
2075 nfds_t skip = wantToken ? 0 : 1; in Job_CatchOutput()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp1471 int __dfsw_poll(struct pollfd *fds, nfds_t nfds, int timeout, in __dfsw_poll()
1485 int __dfso_poll(struct pollfd *fds, nfds_t nfds, int timeout, in __dfso_poll()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_console.c1838 nfds_t nfds; in osm_console()
/freebsd/crypto/openssh/
H A Dconfigure.ac3883 AC_CHECK_TYPES([nfds_t], , , [
3894 AC_MSG_CHECKING([if poll nfds_t is unsigned long])

12