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

12

/osnet-11/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.c176 * By convention using FD_SETSIZE as the pseudo file descriptor.
178 svc_getreq_common(FD_SETSIZE);
255 * By convention using FD_SETSIZE as the pseudo file descriptor.
257 svc_getreq_common(FD_SETSIZE);
H A Dsvc_raw.c108 * By convention, using FD_SETSIZE as the pseudo file descriptor
110 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.c601 if (fd < FD_SETSIZE) {
632 if (fd < FD_SETSIZE) {
662 if (fd < FD_SETSIZE && FD_ISSET(fd, &svc_fdset)) {
681 if (fd < FD_SETSIZE) {
/osnet-11/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)
H A Dconf.h2917 #ifndef FD_SETSIZE
2918 # define FD_SETSIZE 256 macro
2919 #endif /* ! FD_SETSIZE */
/osnet-11/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) {
/osnet-11/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) \
/osnet-11/usr/src/lib/libldap4/include/
H A Dportable.h142 #define FD_SETSIZE 32 macro
/osnet-11/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)))
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c220 if ( s >= FD_SETSIZE ) {
221 errmsg = "can't use socket >= FD_SETSIZE";
1138 if ( tblsize >= FD_SETSIZE ) {
1142 tblsize = FD_SETSIZE - 1;
1553 if ( fds[ i ].lpoll_fd >= FD_SETSIZE ) {
1627 && s >= FD_SETSIZE ) {
1629 "can't use socket >= FD_SETSIZE");
1632 if ( s >= FD_SETSIZE ) {
1633 errmsg = "can't use socket >= FD_SETSIZE";
H A Dldap-int.h41 # define FD_SETSIZE 256 /* number of connections we support */ macro
H A Dresult.c1069 if ( tblsize >= FD_SETSIZE ) {
1073 tblsize = FD_SETSIZE - 1;
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h230 evFile *fdTable[FD_SETSIZE];
H A Deventlib.c109 ctx->highestFD = FD_SETSIZE - 1;
/osnet-11/usr/src/lib/libresolv/
H A Dres_send.c64 #define FD_SETSIZE 32 macro
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dportable.h182 #define FD_SETSIZE 32 macro
/osnet-11/usr/src/lib/libsocket/inet/
H A Drcmd.c295 while ((selret = select(FD_SETSIZE, &fdset, (fd_set *)0,
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dlistener.c91 smi_log(SMI_LOG_ERR, "%s: fd %d is larger than FD_SETSIZE %d",
92 smfi->xxfi_name, listenfd, FD_SETSIZE);
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c127 static const int highestFD = FD_SETSIZE - 1;

Completed in 108 milliseconds

12