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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dselect.h103 * [XSI] FD_SETSIZE shall be defined as a macro
112 #ifndef FD_SETSIZE
113 #define FD_SETSIZE __DARWIN_FD_SETSIZE macro
114 #endif /* FD_SETSIZE */
H A D_structs.h191 #ifdef FD_SETSIZE
192 #define __DARWIN_FD_SETSIZE FD_SETSIZE
193 #else /* !FD_SETSIZE */
195 #endif /* FD_SETSIZE */
H A Dtime.h118 #ifndef FD_SETSIZE
119 #define FD_SETSIZE __DARWIN_FD_SETSIZE macro
120 #endif /* FD_SETSIZE */
H A Dtypes.h273 #ifndef FD_SETSIZE
274 #define FD_SETSIZE __DARWIN_FD_SETSIZE macro
275 #endif /* FD_SETSIZE */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsys_generic.c1407 * we let the process use at least FD_SETSIZE entries and at
1412 (nfds > p->p_rlimit[RLIMIT_NOFILE].rlim_cur && (proc_suser(p) || nfds > FD_SETSIZE)))

Completed in 50 milliseconds