/external/rust/crates/nix/src/ |
D | errno.rs | 158 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/ |
D | errno.h | 331 #ifndef ENOLCK 332 #define ENOLCK 9964 macro
|
D | __errc | 60 no_lock_available, // ENOLCK 157 no_lock_available = ENOLCK,
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 76 ENOLCK, "ENOLCK", ENOLCK}, {
|
D | 4-1.c | 71 ENOLCK, "ENOLCK"}, {
|
D | 3-1-buildonly.c | 60 int dummy47 = ENOLCK;
|
/external/libcxx/include/ |
D | errno.h | 332 #ifndef ENOLCK 333 #define ENOLCK 9964 macro
|
D | __errc | 61 no_lock_available, // ENOLCK 158 no_lock_available = ENOLCK,
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 197 #ifndef ENOLCK 198 #error ENOLCK not defined
|
/external/llvm-project/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 198 #ifndef ENOLCK 199 #error ENOLCK not defined
|
/external/llvm-project/compiler-rt/lib/profile/ |
D | InstrProfilingUtil.c | 137 if (errno == ENOLCK) { in lprofLockFd() 162 if (errno == ENOLCK) { in lprofUnlockFd()
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | errno.h | 142 #define ENOLCK 77 /* No locks available */ macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 9 #define ENOLCK 37 /* No record locks available */ macro
|
/external/strace/tests-m32/ |
D | errno2name.c | 288 #ifdef ENOLCK in errno2name() 289 CASE(ENOLCK); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 288 #ifdef ENOLCK in errno2name() 289 CASE(ENOLCK); in errno2name()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 288 #ifdef ENOLCK in errno2name() 289 CASE(ENOLCK); in errno2name()
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingUtil.c | 96 if (errno == ENOLCK) { in lprofOpenFileEx()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 54 ENOLCK = 46 variable
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 58 ENOLCK = 46 variable
|
/external/tensorflow/tensorflow/core/platform/ |
D | error.cc | 133 case ENOLCK: // No locks available in ErrnoToCode()
|
/external/ltp/lib/ |
D | errnos.h | 70 PAIR(ENOLCK) in tst_strerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 502 #ifdef ENOLCK in errno_exec() 503 add_errcode("ENOLCK", ENOLCK, "No record locks available"); in errno_exec()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 71 ERROR_ENTRY(ENOLCK), // No record locks available
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 57 static_assert(static_cast<int>(std::errc::no_lock_available) == ENOLCK, ""); in main()
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc6.c | 455 case ENOLCK: /* out of locks */ in lock_error()
|