Home
last modified time | relevance | path

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

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