maxfd 620 lib/utilunix.c int maxfd = 0; maxfd 640 lib/utilunix.c maxfd = p->out.fd; maxfd 646 lib/utilunix.c maxfd = MAX (maxfd, p->err.fd); maxfd 650 lib/utilunix.c res = select (maxfd + 1, &fds, NULL, NULL, NULL); maxfd 1589 lib/vfs/direntry.c int maxfd; maxfd 1592 lib/vfs/direntry.c maxfd = MAX (fd1, fd2) + 1; maxfd 1598 lib/vfs/direntry.c v = select (maxfd, &set, 0, 0, &time_out);