Home
last modified time | relevance | path

Searched refs:FD_SETSIZE (Results 1 – 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/boot/sys/sys/
H A Dselect.h58 #ifndef FD_SETSIZE
59 #define FD_SETSIZE 1024 macro
72 __fd_mask __fds_bits[_howmany(FD_SETSIZE, _NFDBITS)];
90 _n = _howmany(FD_SETSIZE, _NFDBITS); \
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dfdset.h22 # define SM_FD_SETSIZE FD_SETSIZE
23 # define SM_FD_OK_SELECT(fd) (FD_SETSIZE <= 0 || (fd) < FD_SETSIZE)
H A Dconf.h2908 #ifndef FD_SETSIZE
2909 # define FD_SETSIZE 256 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dselect.h87 #ifndef FD_SETSIZE
88 #define FD_SETSIZE 65536 macro
124 long fds_bits[__howmany(FD_SETSIZE, FD_NFDBITS)];
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_mt.h81 #define RPC_FD_NOTIN_FDSET(x) (!__rpc_use_pollfd_done && (x) >= FD_SETSIZE)
82 #define FD_INCREMENT FD_SETSIZE
H A Drpc_sel2poll.c59 j = ((fdmax >= FD_SETSIZE) ? FD_SETSIZE : fdmax); in __rpc_select_to_poll()
H A Dclnt_raw.c180 svc_getreq_common(FD_SETSIZE); in clnt_raw_call()
262 svc_getreq_common(FD_SETSIZE); in clnt_raw_send()
H A Drpc_generic.c105 if (tbsize > FD_SETSIZE) in __rpc_dtbsize()
106 tbsize = FD_SETSIZE; in __rpc_dtbsize()
H A Dsvc_raw.c118 srp->server->xp_fd = FD_SETSIZE; in svc_raw_create()
H A Dsvc.c607 if (fd < FD_SETSIZE) { in add_pollfd()
638 if (fd < FD_SETSIZE) { in add_pollfd()
668 if (fd < FD_SETSIZE && FD_ISSET(fd, &svc_fdset)) { in clear_pollfd()
687 if (fd < FD_SETSIZE) { in set_pollfd()
/illumos-gate/usr/src/test/libc-tests/tests/select/
H A Dselect_test.c66 if (nfds > FD_SETSIZE) in main()
67 errx(1, "can't have more fds than FD_SETSIZE %d", FD_SETSIZE); in main()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Drefill.c68 if (FD_SETSIZE > 0 && (fd) >= FD_SETSIZE) \
H A Dlocal.h247 if (FD_SETSIZE > 0 && (fd) >= FD_SETSIZE) \
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-private.h49 # define FD_SETSIZE CUPS_MAX_FDS macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dselect.c69 #define STACK_PFD_LIM FD_SETSIZE
128 if (nfds < 0 || nfds > FD_SETSIZE) { in pselect()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsfsasl.c621 if (FD_SETSIZE > 0 &&
622 ((err == SSL_ERROR_WANT_READ && rfd >= FD_SETSIZE) ||
623 (err == SSL_ERROR_WANT_WRITE && wfd >= FD_SETSIZE)))
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c221 if ( s >= FD_SETSIZE ) { in nsldapi_os_socket()
1139 if ( tblsize >= FD_SETSIZE ) {
1143 tblsize = FD_SETSIZE - 1;
1554 if ( fds[ i ].lpoll_fd >= FD_SETSIZE ) {
1628 && s >= FD_SETSIZE ) {
1633 if ( s >= FD_SETSIZE ) {
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c155 dtbsize = FD_SETSIZE; in nfs_cast()
157 if (rl.rlim_cur < FD_SETSIZE) in nfs_cast()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h108 #define FD_SETSIZE 32 macro
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h230 evFile *fdTable[FD_SETSIZE];
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dovsec_kadmd.c104 #ifndef FD_SETSIZE
105 #define FD_SETSIZE 256 macro
539 rl.rlim_cur = rl.rlim_max = MAX(rl.rlim_max, FD_SETSIZE); in main()
/illumos-gate/usr/src/lib/libresolv/
H A Dres_send.c74 #define FD_SETSIZE 32 macro
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h180 #define FD_SETSIZE 32 macro
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.c666 if (nfds > FD_SETSIZE) in mDNSPlatformTCPWritable()
2147 if (newSource->fd >= (int) FD_SETSIZE || newSource->fd < 0) in requestIOEvents()
2149 LogMsg("requestIOEvents called with fd %d > FD_SETSIZE %d.", newSource->fd, FD_SETSIZE); in requestIOEvents()
2154 LogMsg("requestIOEvents called no callback.", newSource->fd, FD_SETSIZE); in requestIOEvents()
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c186 if ((limit = rl.rlim_max) > FD_SETSIZE) in main()
187 limit = FD_SETSIZE; in main()

12