Home
last modified time | relevance | path

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

/xnu-11215/bsd/dev/dtrace/scripts/
H A Derrno.d67 inline int ENFILE = 23; variable
68 #pragma D binding "1.0" ENFILE
/xnu-11215/bsd/sys/
H A Derrno.h115 #define ENFILE 23 /* Too many open files in system */ macro
/xnu-11215/bsd/security/audit/
H A Daudit_bsm_errno.c104 …{ .be_bsm_errno = BSM_ERRNO_ENFILE, .be_local_errno = ENFILE, ES("Too many open files in system") …
/xnu-11215/bsd/kern/
H A Dkern_descrip.c1345 return ENFILE; in falloc_withinit()
/xnu-11215/bsd/vfs/
H A Dvfs_subr.c5945 return ENFILE; in new_vnode()