Home
last modified time | relevance | path

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

123

/third_party/rust/crates/nix/src/
H A Derrno.rs171 ENFILE => "File table overflow",
1147 ENFILE = libc::ENFILE,
1292 libc::ENFILE => ENFILE,
1437 ENFILE = libc::ENFILE,
1555 libc::ENFILE => ENFILE,
1673 ENFILE
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c66 ENFILE, "ENFILE", ENFILE}, {
H A D4-1.c61 ENFILE, "ENFILE"}, {
H A D3-1-buildonly.c52 static int dummy41 = ENFILE;
/third_party/libuv/include/uv/
H A Derrno.h227 #if defined(ENFILE) && !defined(_WIN32)
228 # define UV__ENFILE UV__ERR(ENFILE)
/third_party/node/deps/uv/include/uv/
H A Derrno.h227 #if defined(ENFILE) && !defined(_WIN32)
228 # define UV__ENFILE UV__ERR(ENFILE)
/third_party/libfuse/example/
H A Dpassthrough_hp.cc415 if (err == ENFILE || err == EMFILE) in sfs_lookup()
450 if (saverr == ENFILE || saverr == EMFILE) in mknod_symlink()
682 if (error == ENFILE || error == EMFILE) in sfs_opendir()
775 if (err == ENFILE || err == EMFILE) in do_readdir()
819 if (err == ENFILE || err == EMFILE) in sfs_create()
829 if (err == ENFILE || err == EMFILE) in sfs_create()
881 if (err == ENFILE || err == EMFILE) in sfs_open()
/third_party/ltp/testcases/kernel/syscalls/getdtablesize/
H A Dgetdtablesize01.c101 else if (fd < 0 && errno == ENFILE) in main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h24 #define ENFILE 23 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h24 #define ENFILE 23 macro
/third_party/nghttp2/src/
H A Dshrpx_accept_handler.cc87 case ENFILE: in accept_connection()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h24 #define ENFILE 23 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h23 #define ENFILE 23 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h24 #define ENFILE 23 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h70 #define ENFILE 23 /* File table overflow */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h23 #define ENFILE 23 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h23 #define ENFILE 23 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h23 #define ENFILE 23 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h23 #define ENFILE 23 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h23 #define ENFILE 23 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h23 #define ENFILE 23 macro
/third_party/ffmpeg/libavutil/
H A Derror.c86 { EERROR_TAG(ENFILE), "Too many open files in system" },
/third_party/musl/libc-test/src/api/
H A Derrno.c48 C(ENFILE) in f()
/third_party/NuttX/drivers/pipes/
H A Dpipe.c96 int ret = -ENFILE; in pipe_allocate()
/third_party/ltp/lib/
H A Derrnos.h55 PAIR(ENFILE) in tst_strerrno()

Completed in 14 milliseconds

123