maxfd             572 lib/utilunix.c     int maxfd = 0;
maxfd             592 lib/utilunix.c         maxfd = p->out.fd;
maxfd             598 lib/utilunix.c         maxfd = MAX (maxfd, p->err.fd);
maxfd             602 lib/utilunix.c     res = select (maxfd + 1, &fds, NULL, NULL, NULL);
maxfd            1595 lib/vfs/direntry.c     int maxfd = MAX (fd1, fd2) + 1;
maxfd            1603 lib/vfs/direntry.c     v = select (maxfd, &set, 0, 0, &time_out);