Lines Matching refs:maxfd
392 int maxfd, fd;397 maxfd = -1;406 maxfd = ISC_MAX(maxfd, fd);419 maxfd = ISC_MAX(maxfd, fd);424 maxfd = ISC_MAX(maxfd, fd);433 if (maxfd < 0)436 cc = select(maxfd + 1, &reads, &writes, NULL, NULL);