| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | bsd-poll.h | 76 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 D | bsd-poll.c | 46 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 D | poll.h | 40 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 D | poll.h | 37 (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 D | nfds_t.h | 12 typedef unsigned int nfds_t; typedef
|
| /freebsd/lib/libc/sys/ |
| H A D | poll.c | 38 __ssp_real(poll)(struct pollfd pfd[], nfds_t nfds, int timeout) in __ssp_real()
|
| H A D | ppoll.c | 38 __ssp_real(ppoll)(struct pollfd pfd[], nfds_t nfds, in __ssp_real()
|
| /freebsd/contrib/ofed/librdmacm/ |
| H A D | rsocket.h | 69 int rpoll(struct pollfd *fds, nfds_t nfds, int timeout);
|
| H A D | preload.c | 78 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 D | rsocket.c | 2927 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 D | sanitizer_platform_limits_solaris.cpp | 271 CHECK_TYPE_SIZE(nfds_t);
|
| H A D | sanitizer_platform_limits_freebsd.cpp | 443 CHECK_TYPE_SIZE(nfds_t);
|
| H A D | sanitizer_platform_limits_posix.cpp | 1143 CHECK_TYPE_SIZE(nfds_t);
|
| H A D | sanitizer_platform_limits_netbsd.cpp | 2584 CHECK_TYPE_SIZE(nfds_t);
|
| /freebsd/usr.bin/whois/ |
| H A D | whois.c | 308 nfds_t i, j; in connect_to_any_host()
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_syscalls.c | 332 __thr_ppoll(struct pollfd pfd[], nfds_t nfds, const struct timespec * in __thr_ppoll()
|
| /freebsd/contrib/blocklist/bin/ |
| H A D | blacklistd.c | 569 ret = poll(pfd, (nfds_t)nfd, tout); in main()
|
| H A D | blocklistd.c | 569 ret = poll(pfd, (nfds_t)nfd, tout); in main()
|
| /freebsd/lib/libpam/modules/pam_exec/ |
| H A D | pam_exec.c | 172 nfds_t nfds, nreadfds; in _pam_exec()
|
| /freebsd/lib/libusb/ |
| H A D | libusb10_io.c | 106 nfds_t nfds; in libusb10_handle_events_sub()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 1263 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 D | job.c | 525 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 D | dfsan_custom.cpp | 1471 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 D | osm_console.c | 1838 nfds_t nfds; in osm_console()
|
| /freebsd/crypto/openssh/ |
| H A D | configure.ac | 3883 AC_CHECK_TYPES([nfds_t], , , [ 3894 AC_MSG_CHECKING([if poll nfds_t is unsigned long])
|