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

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h111 #define EMFILE 24 /* Too many open files */ macro
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c106 { BSM_ERRNO_EMFILE, EMFILE, ES("Too many open files") },
/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_shm.c428 shmat_ret = EMFILE;
H A Dkern_descrip.c633 * fdalloc:EMFILE
2750 * EMFILE
2795 return (EMFILE);
3897 * falloc:EMFILE Too many open files in process
3948 * fdalloc:EMFILE Too many open files in process
4885 * fdalloc:EMFILE

Completed in 33 milliseconds