/titanic_41/usr/src/uts/common/sys/ |
H A D | select.h | 87 #ifndef FD_SETSIZE 89 #define FD_SETSIZE 65536 macro 91 #define FD_SETSIZE 1024 macro 93 #elif FD_SETSIZE > 1024 && !defined(_LP64) 140 long fds_bits[__howmany(FD_SETSIZE, FD_NFDBITS)];
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | rpc_comdata1.c | 37 #ifdef FD_SETSIZE 38 #undef FD_SETSIZE 40 #define FD_SETSIZE 65536 macro
|
H A D | rpc_mt.h | 83 #define RPC_FD_NOTIN_FDSET(x) (!__rpc_use_pollfd_done && (x) >= FD_SETSIZE) 84 #define FD_INCREMENT FD_SETSIZE
|
H A D | rpc_sel2poll.c | 61 j = ((fdmax >= FD_SETSIZE) ? FD_SETSIZE : fdmax); in __rpc_select_to_poll()
|
H A D | clnt_raw.c | 182 svc_getreq_common(FD_SETSIZE); in clnt_raw_call() 261 svc_getreq_common(FD_SETSIZE); in clnt_raw_send()
|
H A D | rpc_generic.c | 107 if (tbsize > FD_SETSIZE) in __rpc_dtbsize() 108 tbsize = FD_SETSIZE; in __rpc_dtbsize()
|
H A D | svc_raw.c | 114 srp->server->xp_fd = FD_SETSIZE; in svc_raw_create()
|
H A D | svc.c | 604 if (fd < FD_SETSIZE) { in add_pollfd() 635 if (fd < FD_SETSIZE) { in add_pollfd() 665 if (fd < FD_SETSIZE && FD_ISSET(fd, &svc_fdset)) { in clear_pollfd() 684 if (fd < FD_SETSIZE) { in set_pollfd()
|
/titanic_41/usr/src/cmd/sendmail/include/sm/ |
H A D | fdset.h | 24 # define SM_FD_SETSIZE FD_SETSIZE 25 # define SM_FD_OK_SELECT(fd) (FD_SETSIZE <= 0 || (fd) < FD_SETSIZE)
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | types.h | 61 #ifndef FD_SETSIZE 62 #define FD_SETSIZE 256 macro 72 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | select_large_fdset.c | 50 #ifdef FD_SETSIZE 51 #undef FD_SETSIZE 53 #define FD_SETSIZE 65536 macro 102 if (nfds >= 0 && nfds <= FD_SETSIZE) { in pselect_large_fdset()
|
H A D | select.c | 78 if (nfds < 0 || nfds > FD_SETSIZE) { in pselect()
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | refill.c | 70 if (FD_SETSIZE > 0 && (fd) >= FD_SETSIZE) \
|
H A D | local.h | 249 if (FD_SETSIZE > 0 && (fd) >= FD_SETSIZE) \
|
/titanic_41/usr/src/lib/print/libhttp-core/common/ |
H A D | http-private.h | 51 # define FD_SETSIZE CUPS_MAX_FDS macro
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | sfsasl.c | 621 if (FD_SETSIZE > 0 && 622 ((err == SSL_ERROR_WANT_READ && rfd >= FD_SETSIZE) || 623 (err == SSL_ERROR_WANT_WRITE && wfd >= FD_SETSIZE)))
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 221 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 ) {
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib_p.h | 230 evFile *fdTable[FD_SETSIZE];
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | ntp.h | 110 #define FD_SETSIZE 32 macro
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | nfs_cast.c | 157 dtbsize = FD_SETSIZE; in nfs_cast() 159 if (rl.rlim_cur < FD_SETSIZE) in nfs_cast()
|
/titanic_41/usr/src/cmd/krb5/kadmin/server/ |
H A D | ovsec_kadmd.c | 104 #ifndef FD_SETSIZE 105 #define FD_SETSIZE 256 macro 539 rl.rlim_cur = rl.rlim_max = MAX(rl.rlim_max, FD_SETSIZE); in main()
|
/titanic_41/usr/src/lib/libresolv/ |
H A D | res_send.c | 64 #define FD_SETSIZE 32 macro
|
/titanic_41/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 182 #define FD_SETSIZE 32 macro
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | on.c | 580 nfds = select(FD_SETSIZE, &selmask, (fd_set *) 0, (fd_set *) 0, in main()
|
/titanic_41/usr/src/cmd/keyserv/ |
H A D | keyserv.c | 186 if ((limit = rl.rlim_max) > FD_SETSIZE) in main() 187 limit = FD_SETSIZE; in main()
|