Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/_types/
H A D_fd_setsize.h28 #ifndef FD_SETSIZE
29 #define FD_SETSIZE __DARWIN_FD_SETSIZE macro
H A D_fd_def.h42 #ifdef FD_SETSIZE
43 #define __DARWIN_FD_SETSIZE FD_SETSIZE
/xnu-8019.80.24/libsyscall/wrappers/
H A Dselect-base.c85 if (nfds > FD_SETSIZE) { in select()
172 if (nfds > FD_SETSIZE) { in pselect()
/xnu-8019.80.24/tests/
H A Dinet_transfer.c435 n = select(FD_SETSIZE, &readfds, NULL, NULL, &tv); in wait_for_receive()
/xnu-8019.80.24/bsd/kern/
H A Dsys_generic.c1934 (nfds > nofile && (proc_suser(p) || nfds > FD_SETSIZE))) { in poll_nocancel()