Lines Matching refs:max_fd
1222 static int max_fd = 0; /* The maximum descriptor in fdinuse */1363 * list and max_fd.1370 for (f = 3; f <= max_fd; f++) {1377 max_fd = 0;1422 if (fd > max_fd)1423 max_fd = fd;1443 if (fd == max_fd) {1444 for (i = max_fd-1; i >= 3; i--)1446 max_fd = i;1449 max_fd = 0;