Searched refs:FD_SETSIZE (Results 1 - 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_comdata1.c31 * FD_SETSIZE definition must precede any save isa_defs.h since that
37 #ifdef FD_SETSIZE
38 #undef FD_SETSIZE macro
40 #define FD_SETSIZE 65536 macro
H A Drpc_mt.h83 #define RPC_FD_NOTIN_FDSET(x) (!__rpc_use_pollfd_done && (x) >= FD_SETSIZE)
84 #define FD_INCREMENT FD_SETSIZE
H A Drpc_sel2poll.c61 j = ((fdmax >= FD_SETSIZE) ? FD_SETSIZE : fdmax);
H A Dclnt_raw.c180 * By convention using FD_SETSIZE as the psuedo file descriptor.
182 svc_getreq_common(FD_SETSIZE);
259 * By convention using FD_SETSIZE as the psuedo file descriptor.
261 svc_getreq_common(FD_SETSIZE);
H A Dsvc_raw.c112 * By convention, using FD_SETSIZE as the psuedo file descriptor
114 srp->server->xp_fd = FD_SETSIZE;
H A Drpc_generic.c90 * maximum of FD_SETSIZE.
107 if (tbsize > FD_SETSIZE)
108 tbsize = FD_SETSIZE;
H A Dsvc.c603 if (fd < FD_SETSIZE) {
634 if (fd < FD_SETSIZE) {
664 if (fd < FD_SETSIZE && FD_ISSET(fd, &svc_fdset)) {
683 if (fd < FD_SETSIZE) {
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dfdset.h24 # define SM_FD_SETSIZE FD_SETSIZE
25 # define SM_FD_OK_SELECT(fd) (FD_SETSIZE <= 0 || (fd) < FD_SETSIZE)
/illumos-gate/usr/src/boot/sys/sys/
H A Dselect.h55 * FD_SETSIZE may be defined by the user, but the default here should
58 #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/uts/common/sys/
H A Dselect.h84 * FD_SETSIZE may be defined by the user, but the default here
87 #ifndef FD_SETSIZE
89 #define FD_SETSIZE 65536 macro
91 #define FD_SETSIZE 1024 macro
93 #elif FD_SETSIZE > 1024 && !defined(_LP64)
105 #endif /* FD_SETSIZE */
140 long fds_bits[__howmany(FD_SETSIZE, FD_NFDBITS)];
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtypes.h58 * FD_SETSIZE may be defined by the user, but the default here
61 #ifndef FD_SETSIZE
62 #define FD_SETSIZE 256 macro
72 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp-private.h45 * Define FD_SETSIZE to CUPS_MAX_FDS on Solaris to get the correct version of
51 # define FD_SETSIZE CUPS_MAX_FDS macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dselect_large_fdset.c50 #ifdef FD_SETSIZE
51 #undef FD_SETSIZE macro
53 #define FD_SETSIZE 65536 macro
102 if (nfds >= 0 && nfds <= FD_SETSIZE) {
H A Dselect.c78 if (nfds < 0 || nfds > FD_SETSIZE) {
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Drefill.c70 if (FD_SETSIZE > 0 && (fd) >= FD_SETSIZE) \
H A Dlocal.h249 if (FD_SETSIZE > 0 && (fd) >= FD_SETSIZE) \
/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 ) {
222 errmsg = "can't use socket >= FD_SETSIZE";
1139 if ( tblsize >= FD_SETSIZE ) {
1143 tblsize = FD_SETSIZE - 1;
1554 if ( fds[ i ].lpoll_fd >= FD_SETSIZE ) {
1628 && s >= FD_SETSIZE ) {
1630 "can't use socket >= FD_SETSIZE");
1633 if ( s >= FD_SETSIZE ) {
1634 errmsg = "can't use socket >= FD_SETSIZE";
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h230 evFile *fdTable[FD_SETSIZE];
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h110 #define FD_SETSIZE 32 macro
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c154 * Set the default select size to be the maximum FD_SETSIZE, unless
157 dtbsize = FD_SETSIZE;
159 if (rl.rlim_cur < FD_SETSIZE)
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h182 #define FD_SETSIZE 32 macro
/illumos-gate/usr/src/lib/libresolv/
H A Dres_send.c74 #define FD_SETSIZE 32 macro
/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);
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c179 * of what the system will allow, limited by FD_SETSIZE.
184 if ((limit = rl.rlim_max) > FD_SETSIZE)
185 limit = FD_SETSIZE;

Completed in 97 milliseconds

12