Searched refs:maxfds (Results 1 – 3 of 3) sorted by relevance
/freebsd/libexec/rbootd/ |
H A D | rbootd.c | 62 int c, fd, omask, maxfds; in main() local 206 maxfds = fd + 1; in main() 217 nsel = select(maxfds, &r, NULL, NULL, NULL); in main() 221 nsel = select(maxfds, &r, NULL, NULL, &timeout); in main()
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | jevents.c | 1234 int maxfds; in main() local 1284 maxfds = get_maxfds(); in main() 1285 rc = nftw(ldirname, preprocess_arch_std_files, maxfds, 0); in main() 1289 rc = nftw(ldirname, process_one_file, maxfds, 0); in main() 1295 rc = nftw(ldirname, preprocess_arch_std_files, maxfds, 0); in main() 1299 rc = nftw(ldirname, process_one_file, maxfds, 0); in main()
|
/freebsd/crypto/openssh/ |
H A D | ssh-agent.c | 2040 after_poll(struct pollfd *pfd, size_t npfd, u_int maxfds) in after_poll() argument 2065 if (npfd > maxfds) { in after_poll() 2067 "skipping accept", activefds, maxfds); in after_poll() 2094 prepare_poll(struct pollfd **pfdp, size_t *npfdp, struct timespec *timeoutp, u_int maxfds) in prepare_poll() argument 2124 if (npfd > maxfds) { in prepare_poll() 2126 "skipping arming listener", npfd, maxfds); in prepare_poll() 2237 u_int maxfds; in main() local 2368 maxfds = rlim.rlim_cur - SSH_AGENT_MIN_FDS; in main() 2494 prepare_poll(&pfd, &npfd, &timeout, maxfds); in main() 2506 after_poll(pfd, npfd, maxfds); in main()
|