Searched refs:maxfd (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c1540 int i, rc, maxfd = 0; local
1568 if ( fds[i].lpoll_fd >= maxfd ) {
1569 maxfd = fds[i].lpoll_fd;
1576 ++maxfd;
1584 rc = iofns->liof_select( maxfd, &readfds, &writefds, NULL, tvp );
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c134 int maxfd; local
204 maxfd = va_arg(args, int);
206 for (i = 0; i < maxfd; i++) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Dutil.c1699 int maxfd; local
1707 maxfd = BITMAPBITS;
1709 maxfd = DtableSize;
1713 for (fd = 0; fd < maxfd; fd++)
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_handlers.c181 int maxfd; local
198 maxfd = max(pout[0], perr[0]) + 1;
199 (void) select(maxfd, &rset, NULL, NULL, NULL);

Completed in 50 milliseconds