maxfd 621 lib/utilunix.c int maxfd = 0; maxfd 641 lib/utilunix.c maxfd = p->out.fd; maxfd 647 lib/utilunix.c maxfd = MAX (maxfd, p->err.fd); maxfd 651 lib/utilunix.c res = select (maxfd + 1, &fds, NULL, NULL, NULL); maxfd 1586 lib/vfs/direntry.c int maxfd; maxfd 1589 lib/vfs/direntry.c maxfd = MAX (fd1, fd2) + 1; maxfd 1595 lib/vfs/direntry.c v = select (maxfd, &set, 0, 0, &time_out);