Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgioerror.c191 #ifdef EMFILE in g_io_error_from_errno()
192 case EMFILE: in g_io_error_from_errno()
DChangeLog371 * gioerror.c: Translate EMFILE to G_IO_ERROR_TOO_MANY_OPEN_FILES.
/external/kernel-headers/original/asm-generic/
Derrno-base.h27 #define EMFILE 24 /* Too many open files */ macro
/external/valgrind/main/none/tests/
Drlimit_nofile.c66 else if (errno != EMFILE) in main()
/external/llvm/include/llvm/Support/
Dsystem_error.h454 # ifndef EMFILE
455 # define EMFILE 24 macro
601 too_many_files_open = EMFILE,
/external/blktrace/btt/
Dmisc.c108 if (errno == ENFILE || errno == EMFILE) in handle_open_failure()
/external/oprofile/daemon/liblegacy/
Dopd_sample_files.c132 if (err == EMFILE) { in opd_open_24_sample_file()
/external/oprofile/daemon/
Dinit.c112 if (!status_file && errno == EMFILE) { in complete_dump()
Dopd_mangling.c169 if (err == EMFILE) { in opd_open_sample_file()
/external/chromium/base/
Dplatform_file_posix.cc117 case EMFILE: in CreatePlatformFile()
Dshared_memory_posix.cc264 if (errno == EMFILE) { in PrepareMapFile()
/external/dbus/dbus/
Ddbus-sysdeps.c931 #ifdef EMFILE in _dbus_error_from_errno()
932 case EMFILE: in _dbus_error_from_errno()
Ddbus-sysdeps-wince-glue.h53 #define EMFILE ERROR_TOO_MANY_OPEN_FILES macro
/external/bluetooth/glib/glib/
Dgfileutils.c429 #ifdef EMFILE in g_file_error_from_errno()
430 case EMFILE: in g_file_error_from_errno()
Dgstrfuncs.c1138 #ifdef EMFILE in g_strerror()
1139 case EMFILE: return "too many open files"; in g_strerror()
/external/valgrind/main/include/vki/
Dvki-darwin.h545 #define VKI_EMFILE EMFILE
/external/tcpdump/missing/
Dgetaddrinfo.c704 if (errno != EMFILE)
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c271 { ERROR_TOO_MANY_OPEN_FILES, EMFILE },
/external/libxml2/
DxmlIO.c323 #ifdef EMFILE in __xmlIOErr()
324 else if (errno == EMFILE) code = XML_IO_EMFILE; in __xmlIOErr()
/external/valgrind/main/helgrind/
Dhg_intercepts.c175 case EMFILE: return "EMFILE: Too many open files"; in lame_strerror()
/external/qemu/
Dsockets.c82 EE(WSAEMFILE,EMFILE,"too many opened files") \
/external/blktrace/
Dblktrace.c643 if (errno == ENFILE || errno == EMFILE) in handle_open_failure()
/external/valgrind/tsan/
Dts_valgrind_intercepts.c585 case EMFILE: return "EMFILE: Too many open files"; in lame_strerror()
/external/oprofile/
DChangeLog-20031358 instead of EXIT_FAILURE/SUCCESS to allow EMFILE