Home
last modified time | relevance | path

Searched refs:nofile (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Dsys_generic.c1767 rlim_t nofile = proc_limitgetcur(p, RLIMIT_NOFILE); in poll_nocancel() local
1778 (nfds > nofile && (proc_suser(p) || nfds > FD_SETSIZE))) { in poll_nocancel()