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

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_fd_setsize.h28 #ifndef FD_SETSIZE
29 #define FD_SETSIZE __DARWIN_FD_SETSIZE macro
30 #endif /* FD_SETSIZE */
H A D_fd_def.h36 #ifdef FD_SETSIZE
37 #define __DARWIN_FD_SETSIZE FD_SETSIZE
38 #else /* !FD_SETSIZE */
40 #endif /* FD_SETSIZE */
/darwin-on-arm/xnu/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.h276 #ifdef FD_SETSIZE
277 #define __DARWIN_FD_SETSIZE FD_SETSIZE
278 #else /* !FD_SETSIZE */
280 #endif /* FD_SETSIZE */
H A Dtime.h127 #ifndef FD_SETSIZE
128 #define FD_SETSIZE __DARWIN_FD_SETSIZE macro
129 #endif /* FD_SETSIZE */
H A Dtypes.h273 #ifndef FD_SETSIZE
274 #define FD_SETSIZE __DARWIN_FD_SETSIZE macro
275 #endif /* FD_SETSIZE */
/darwin-on-arm/xnu/libsyscall/wrappers/
H A Dselect-base.c41 * select stub, return error if nfds > FD_SETSIZE
72 if (nfds > FD_SETSIZE) {
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dselect.c147 if (maxfd > FD_SETSIZE) {
148 (void) printf("WARNING: FD_SETSIZE is too small!\n");
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c1436 * we let the process use at least FD_SETSIZE entries and at
1441 (nfds > p->p_rlimit[RLIMIT_NOFILE].rlim_cur && (proc_suser(p) || nfds > FD_SETSIZE)))

Completed in 34 milliseconds