/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-poll.h | 79 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/lib/libc/sys/ |
H A D | poll.c | 40 __ssp_real(poll)(struct pollfd pfd[], nfds_t nfds, int timeout) in __ssp_real()
|
H A D | ppoll.c | 40 __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 | 268 CHECK_TYPE_SIZE(nfds_t);
|
H A D | sanitizer_platform_limits_freebsd.cpp | 473 CHECK_TYPE_SIZE(nfds_t);
|
H A D | sanitizer_platform_limits_posix.cpp | 1120 CHECK_TYPE_SIZE(nfds_t);
|
H A D | sanitizer_platform_limits_netbsd.cpp | 2586 CHECK_TYPE_SIZE(nfds_t);
|
/freebsd/contrib/blocklist/bin/ |
H A D | blacklistd.c | 551 ret = poll(pfd, (nfds_t)nfd, tout); in main()
|
/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/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 | 105 nfds_t nfds; in libusb10_handle_events_sub()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_custom.cpp | 1468 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 D | job.c | 449 static nfds_t fdsLen = 0;
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_console.c | 1838 nfds_t nfds; in osm_console()
|
/freebsd/crypto/openssh/ |
H A D | ChangeLog | 7041 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 D | configure.ac | 3635 AC_CHECK_TYPES([nfds_t], , , [
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 8755 <typedef-decl name='nfds_t' type-id='7359adad' id='555eef66'/>
|