FD_SETSIZE
static struct fd_monitor fd_monitors[FD_SETSIZE];
if (fd < 0 || fd >= FD_SETSIZE) {
if (fd < 0 || fd >= FD_SETSIZE) {
evFile *fdTable[FD_SETSIZE];
static const int highestFD = FD_SETSIZE - 1;
svc_getreqset2(readfds, FD_SETSIZE);
fds->fdnum = FD_SETSIZE;
pfd = realloc(fds->fdp, (fds->fdnum + FD_SETSIZE) * sizeof(*fds->fdp));
svc_pollfd_init(pfd + fds->fdnum, FD_SETSIZE);
fds->fdnum += FD_SETSIZE;
fd += FD_SETSIZE;
static int hijack_fdoff = FD_SETSIZE/2;
fd, FD_SETSIZE);
if (fd > FD_SETSIZE) {
if (SCARG(uap, nd) > FD_SETSIZE)
SCARG(&ap, nd) = FD_SETSIZE;
char smallbits[howmany(FD_SETSIZE, NFDBITS) *
if (nd > nf + FD_SETSIZE &&
nd > curlwp->l_proc->p_rlimit[RLIMIT_NOFILE].rlim_max + FD_SETSIZE)
#ifndef FD_SETSIZE
#define __NFD_SIZE __NFD_LEN(FD_SETSIZE)
for (fd = 0; fd < FD_SETSIZE; fd++) {
if (maxfd >= FD_SETSIZE) {
if (s_rcv >= FD_SETSIZE)
if (s_snd >= FD_SETSIZE)
if (s_rcv >= FD_SETSIZE)
if (s_snd >= FD_SETSIZE)
if (s_rcv >= FD_SETSIZE)
if (s_rcv >= FD_SETSIZE)
if (s_snd >= FD_SETSIZE)
if (s_rcv >= FD_SETSIZE)
if (s_snd >= FD_SETSIZE)
if (igmp_socket >= FD_SETSIZE)
if (ihandlers[i].fd >= FD_SETSIZE)
srv->fdidx = calloc(FD_SETSIZE, sizeof(fd_idx_t));
if (cfd >= FD_SETSIZE) {
i = select(FD_SETSIZE, &read_fd_set, NULL, NULL, &tmo);
} else for (i = 0; i < FD_SETSIZE; ++i) {