Home
last modified time | relevance | path

Searched refs:ENOLCK (Results 1 – 25 of 80) sorted by relevance

1234

/external/rust/crates/nix/src/
Derrno.rs158 ENOLCK => "No record locks available", in desc()
676 ENOLCK = libc::ENOLCK, enumerator
819 libc::ENOLCK => ENOLCK, in from_i32()
1003 ENOLCK = libc::ENOLCK, enumerator
1121 libc::ENOLCK => ENOLCK, in from_i32()
1238 ENOLCK = libc::ENOLCK, enumerator
1346 libc::ENOLCK => ENOLCK, in from_i32()
1454 ENOLCK = libc::ENOLCK, enumerator
1561 libc::ENOLCK => ENOLCK, in from_i32()
1667 ENOLCK = libc::ENOLCK, enumerator
[all …]
/external/llvm-project/libcxx/include/
Derrno.h331 #ifndef ENOLCK
332 #define ENOLCK 9964 macro
D__errc60 no_lock_available, // ENOLCK
157 no_lock_available = ENOLCK,
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c76 ENOLCK, "ENOLCK", ENOLCK}, {
D4-1.c71 ENOLCK, "ENOLCK"}, {
D3-1-buildonly.c60 int dummy47 = ENOLCK;
/external/libcxx/include/
Derrno.h332 #ifndef ENOLCK
333 #define ENOLCK 9964 macro
D__errc61 no_lock_available, // ENOLCK
158 no_lock_available = ENOLCK,
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp197 #ifndef ENOLCK
198 #error ENOLCK not defined
/external/llvm-project/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp198 #ifndef ENOLCK
199 #error ENOLCK not defined
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingUtil.c137 if (errno == ENOLCK) { in lprofLockFd()
162 if (errno == ENOLCK) { in lprofUnlockFd()
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h142 #define ENOLCK 77 /* No locks available */ macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h9 #define ENOLCK 37 /* No record locks available */ macro
/external/strace/tests-m32/
Derrno2name.c288 #ifdef ENOLCK in errno2name()
289 CASE(ENOLCK); in errno2name()
/external/strace/tests/
Derrno2name.c288 #ifdef ENOLCK in errno2name()
289 CASE(ENOLCK); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c288 #ifdef ENOLCK in errno2name()
289 CASE(ENOLCK); in errno2name()
/external/compiler-rt/lib/profile/
DInstrProfilingUtil.c96 if (errno == ENOLCK) { in lprofOpenFileEx()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py54 ENOLCK = 46 variable
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py58 ENOLCK = 46 variable
/external/tensorflow/tensorflow/core/platform/
Derror.cc133 case ENOLCK: // No locks available in ErrnoToCode()
/external/ltp/lib/
Derrnos.h70 PAIR(ENOLCK) in tst_strerrno()
/external/python/cpython3/Modules/
Derrnomodule.c502 #ifdef ENOLCK in errno_exec()
503 add_errcode("ENOLCK", ENOLCK, "No record locks available"); in errno_exec()
/external/libbrillo/brillo/errors/
Derror_codes.cc71 ERROR_ENTRY(ENOLCK), // No record locks available
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp57 static_assert(static_cast<int>(std::errc::no_lock_available) == ENOLCK, ""); in main()
/external/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc6.c455 case ENOLCK: /* out of locks */ in lock_error()

1234