Home
last modified time | relevance | path

Searched refs:EMFILE (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd-12.1/contrib/libc++/include/
H A Derrno.h388 #ifndef EMFILE
389 #define EMFILE 9978 macro
H A D__errc95 too_many_files_open, // EMFILE
208 too_many_files_open = EMFILE,
/freebsd-12.1/lib/libc/stdio/
H A Dfreopen.c158 (errno == ENFILE || errno == EMFILE)) { in freopen()
226 errno = EMFILE; in freopen()
H A Dvdprintf.c55 errno = EMFILE; in vdprintf()
H A Dfopen.c78 errno = EMFILE; in fopen()
H A Dfdopen.c65 errno = EMFILE; in fdopen()
/freebsd-12.1/cddl/lib/libdtrace/
H A Derrno.d78 inline int EMFILE = 24; variable
79 #pragma D binding "1.0" EMFILE
270 errno == EMFILE ? "Too many open files" :
/freebsd-12.1/tests/sys/kern/pipe/
H A Dpipe_overcommit2_test.c58 if (returnval == -1 && (errno == ENFILE || errno == EMFILE)) in main()
/freebsd-12.1/stand/libsa/
H A Dstrerror.c55 {EMFILE, "too many open files"},
H A Dopen.c100 errno = EMFILE; in open()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_global.c54 {"EMFILE", EMFILE},
/freebsd-12.1/contrib/ntp/lib/isc/unix/
H A Derrno2result.c59 case EMFILE: in isc___errno2result()
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Derrno2result.c61 case EMFILE: in isc__errno2resultx()
/freebsd-12.1/sys/xen/
H A Derror.h56 [XEN_EMFILE] = EMFILE,
/freebsd-12.1/sys/xen/interface/
H A Derrno.h54 XEN_ERRNO(EMFILE, 24) /* Too many open files */
/freebsd-12.1/sys/sys/
H A Derrno.h77 #define EMFILE 24 /* Too many open files */ macro
/freebsd-12.1/lib/libc/nls/
H A Dbe_BY.UTF-8.msg54 $ EMFILE
H A Duk_UA.UTF-8.msg54 $ EMFILE
H A Dmn_MN.UTF-8.msg54 $ EMFILE
H A Del_GR.ISO8859-7.msg54 $ EMFILE
H A Dru_RU.KOI8-R.msg54 $ EMFILE
H A Dja_JP.UTF-8.msg54 $ EMFILE
/freebsd-12.1/sys/compat/cloudabi/
H A Dcloudabi_errno.c72 [EMFILE] = CLOUDABI_EMFILE, in cloudabi_convert_errno()
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dstrerror.c148 #if defined (EMFILE)
149 ENTRY(EMFILE, "EMFILE", "Too many open files"),
/freebsd-12.1/contrib/binutils/libiberty/
H A Dstrerror.c148 #if defined (EMFILE)
149 ENTRY(EMFILE, "EMFILE", "Too many open files"),

1234