| /freebsd-13.1/sys/sys/ |
| H A D | select.h | 60 #ifndef FD_SETSIZE 61 #define FD_SETSIZE 1024 macro 74 __fd_mask __fds_bits[_howmany(FD_SETSIZE, _NFDBITS)]; 92 _n = _howmany(FD_SETSIZE, _NFDBITS); \
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | SelectHelper.cpp | 98 lldbassert(m_fd_map.size() <= FD_SETSIZE); in Select() 99 if (m_fd_map.size() > FD_SETSIZE) in Select() 111 lldbassert(fd < static_cast<int>(FD_SETSIZE)); in Select() 112 if (fd >= static_cast<int>(FD_SETSIZE)) { in Select() 142 read_fdset.resize((nfds / FD_SETSIZE) + 1); in Select() 146 write_fdset.resize((nfds / FD_SETSIZE) + 1); in Select() 150 error_fdset.resize((nfds / FD_SETSIZE) + 1); in Select()
|
| /freebsd-13.1/contrib/ntp/include/ |
| H A D | ntif.h | 57 #ifdef FD_SETSIZE 58 #undef FD_SETSIZE 60 #define FD_SETSIZE 512 macro
|
| H A D | ntp_select.h | 22 # define FD_SETSIZE 32 macro
|
| /freebsd-13.1/lib/libc/rpc/ |
| H A D | rpc_dtablesize.c | 64 if (size > FD_SETSIZE) in _rpc_dtablesize() 65 size = FD_SETSIZE; in _rpc_dtablesize()
|
| H A D | svc.c | 113 mem_alloc((FD_SETSIZE + 1) * sizeof(SVCXPRT *)); in xprt_register() 118 memset(__svc_xports, '\0', (FD_SETSIZE + 1) * sizeof(SVCXPRT *)); in xprt_register() 120 if (sock < FD_SETSIZE) { in xprt_register() 124 } else if (sock == FD_SETSIZE) in xprt_register() 155 if ((sock < FD_SETSIZE) && (__svc_xports[sock] == xprt)) { in __xprt_do_unregister() 163 } else if ((sock == FD_SETSIZE) && (__svc_xports[sock] == xprt)) in __xprt_do_unregister() 606 for (sock = 0; sock < FD_SETSIZE; sock += NFDBITS) { in svc_getreqset()
|
| /freebsd-13.1/contrib/apr/poll/unix/ |
| H A D | select.c | 19 #define FD_SETSIZE 1024 macro 108 if (fd >= FD_SETSIZE) { in apr_poll() 206 #ifdef FD_SETSIZE in impl_pollset_create() 207 if (size > FD_SETSIZE) { in impl_pollset_create() 272 if (fd >= FD_SETSIZE) { in impl_pollset_add()
|
| H A D | pollcb.c | 19 #define FD_SETSIZE 1024 macro
|
| H A D | pollset.c | 19 #define FD_SETSIZE 1024 macro
|
| /freebsd-13.1/usr.sbin/rpc.ypupdated/ |
| H A D | ypupdated_main.c | 126 #ifdef FD_SETSIZE in ypupdated_svc_run() 139 #ifdef FD_SETSIZE in ypupdated_svc_run()
|
| /freebsd-13.1/usr.sbin/rpc.ypxfrd/ |
| H A D | ypxfrd_main.c | 129 #ifdef FD_SETSIZE in ypxfrd_svc_run() 142 #ifdef FD_SETSIZE in ypxfrd_svc_run()
|
| /freebsd-13.1/contrib/sendmail/include/sm/ |
| H A D | fdset.h | 22 #define SM_FD_SETSIZE FD_SETSIZE
|
| /freebsd-13.1/contrib/telnet/telnet/ |
| H A D | fdset.h | 38 #ifndef FD_SETSIZE
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | mini_event.c | 107 #ifdef FD_SETSIZE in event_init() 108 if((int)FD_SETSIZE < base->capfd) in event_init() 109 base->capfd = (int)FD_SETSIZE; in event_init()
|
| /freebsd-13.1/crypto/heimdal/appl/telnet/telnet/ |
| H A D | sys_bsd.c | 779 if (net >= FD_SETSIZE in process_rings() 780 || tout >= FD_SETSIZE in process_rings() 781 || tin >= FD_SETSIZE) in process_rings() 801 if ((c = select(FD_SETSIZE, &ibits, &obits, &xbits, in process_rings()
|
| H A D | network.c | 80 if (net >= FD_SETSIZE) in stilloob()
|
| /freebsd-13.1/crypto/heimdal/kadmin/ |
| H A D | kadm_conn.c | 182 #ifdef FD_SETSIZE in wait_for_connection() 183 if (socks[i] >= FD_SETSIZE) in wait_for_connection()
|
| /freebsd-13.1/crypto/heimdal/appl/rsh/ |
| H A D | rsh.c | 89 if (s >= FD_SETSIZE || (errsock != -1 && errsock >= FD_SETSIZE)) in rsh_loop() 493 if (errsock >= FD_SETSIZE || s >= FD_SETSIZE) in proto()
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | bsd-poll.c | 51 if (fd >= FD_SETSIZE) { in poll()
|
| H A D | bsd-pselect.c | 66 fcntl(r, F_SETFD, FD_CLOEXEC) < 0 || r >= FD_SETSIZE) in pselect_notify_setup_fd()
|
| /freebsd-13.1/crypto/heimdal/kdc/ |
| H A D | connect.c | 563 #ifdef FD_SETSIZE in add_new_tcp() 564 if (s >= FD_SETSIZE) { in add_new_tcp() 873 #ifdef FD_SETSIZE in loop() 874 if (max_fd >= FD_SETSIZE) in loop()
|
| /freebsd-13.1/usr.sbin/ypserv/ |
| H A D | yp_main.c | 134 #ifdef FD_SETSIZE in yp_svc_run() 146 #ifdef FD_SETSIZE in yp_svc_run()
|
| /freebsd-13.1/crypto/heimdal/lib/roken/ |
| H A D | mini_inetd.c | 128 if (fds[i] >= FD_SETSIZE) in mini_inetd_addrinfo()
|
| /freebsd-13.1/contrib/ntp/lib/isc/win32/include/isc/ |
| H A D | net.h | 181 if (((fd_set FAR *)(set))->fd_count < FD_SETSIZE) { \
|
| /freebsd-13.1/lib/libcasper/libcasper/ |
| H A D | libcasper_service.c | 264 assert(maxfd <= (int)FD_SETSIZE); in casper_main_loop()
|