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

/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d69 inline int EMFILE = 24;
70 #pragma D binding "1.0" EMFILE
/xnu-2422.115.4/bsd/sys/
H A Derrno.h116 #define EMFILE 24 /* Too many open files */ macro
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c106 { BSM_ERRNO_EMFILE, EMFILE, ES("Too many open files") },
/xnu-2422.115.4/bsd/kern/
H A Dsysv_shm.c428 shmat_ret = EMFILE;
H A Dkern_descrip.c706 * fdalloc:EMFILE
2945 * EMFILE
2990 return (EMFILE);
4099 * falloc:EMFILE Too many open files in process
4166 * fdalloc:EMFILE Too many open files in process
5078 * fdalloc:EMFILE

Completed in 35 milliseconds