/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/libusb/msvc/ |
D | errno.h | 65 #define ENOLCK 39 /* No locks available (46 in Cyg?) */
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 352 # ifndef ENOLCK 353 # define ENOLCK 39 macro 546 no_lock_available = ENOLCK,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 288 #ifdef ENOLCK in errno2name() 289 CASE(ENOLCK); in errno2name()
|
/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/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 9 #define ENOLCK 37 /* No record locks available */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 29 #define ENOLCK 46 /* No record locks available */ macro
|
/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/u-boot/include/linux/ |
D | errno.h | 41 #define ENOLCK 37 /* No record locks available */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 132 case ENOLCK: // No locks available in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 58 ENOLCK = 46 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 362 #ifdef ENOLCK 363 { "ENOLCK", (unsigned long) ENOLCK },
|
/external/u-boot/lib/ |
D | errno_str.c | 51 ERRNO_MSG(ENOLCK, "No record locks available"),
|
/external/ltp/lib/ |
D | errnos.h | 70 PAIR(ENOLCK) in tst_strerrno()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 71 ERROR_ENTRY(ENOLCK), // No record locks available
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc6.c | 455 case ENOLCK: /* out of locks */ in lock_error()
|
/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/python/oauth2client/oauth2client/contrib/ |
D | multistore_file.py | 308 elif e.errno == errno.ENOLCK:
|