Searched refs:maxfds (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | ssh-agent.c | 2007 after_poll(struct pollfd *pfd, size_t npfd, u_int maxfds) in after_poll() argument 2032 if (npfd > maxfds) { in after_poll() 2034 "skipping accept", activefds, maxfds); in after_poll() 2061 prepare_poll(struct pollfd **pfdp, size_t *npfdp, struct timespec *timeoutp, u_int maxfds) in prepare_poll() argument 2091 if (npfd > maxfds) { in prepare_poll() 2093 "skipping arming listener", npfd, maxfds); in prepare_poll() 2227 u_int maxfds; in main() local 2357 maxfds = rlim.rlim_cur - SSH_AGENT_MIN_FDS; in main() 2483 prepare_poll(&pfd, &npfd, &timeout, maxfds); in main() 2495 after_poll(pfd, npfd, maxfds); in main()
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | aclocal.m4 | 716 long maxfds = ulimit(4, 0L); 717 exit (maxfds == -1L);
|