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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Derrno.h109 #define ENFILE 23 /* Too many open files in system */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsys_pipe.c334 error = ENFILE;
H A Dkern_descrip.c3286 * falloc:ENFILE Too many open files in system
3337 * ENFILE Too many open files in system
3377 return (ENFILE);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c3401 return (ENFILE);

Completed in 94 milliseconds