HomeSort by relevance Sort by last modified time
    Searched refs:ENOLCK (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/libusb/msvc/
errno.h 65 #define ENOLCK 39 /* No locks available (46 in Cyg?) */
  /external/libcxx/include/
errno.h 332 #ifndef ENOLCK
333 #define ENOLCK 9964
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
3-2.c 76 ENOLCK, "ENOLCK", ENOLCK}, {
4-1.c 71 ENOLCK, "ENOLCK"}, {
3-1-buildonly.c 60 int dummy47 = ENOLCK;
  /bionic/libc/kernel/uapi/asm-generic/
errno.h 24 #define ENOLCK 37
  /bionic/libc/kernel/uapi/asm-mips/asm/
errno.h 33 #define ENOLCK 46
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
errno.h 154 #define ENOLCK 77 /* No locks available */
  /external/kernel-headers/original/uapi/asm-generic/
errno.h 9 #define ENOLCK 37 /* No record locks available */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 29 #define ENOLCK 46 /* No record locks available */
  /bionic/tests/headers/posix/
errno_h.c 81 MACRO(ENOLCK);
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 54 ENOLCK = 46
  /external/u-boot/include/linux/
errno.h 41 #define ENOLCK 37 /* No record locks available */
  /bionic/libc/bionic/
strerror.cpp 84 [ENOLCK] = "No record locks available",
  /device/linaro/bootloader/edk2/StdLib/Include/
errno.h 144 #define ENOLCK __ENOLCK /* 77 No locks available */
  /external/compiler-rt/lib/profile/
InstrProfilingUtil.c 96 if (errno == ENOLCK) {
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 58 ENOLCK = 46
  /external/tensorflow/tensorflow/core/platform/posix/
error.cc 132 case ENOLCK: // No locks available
  /external/libcxx/test/std/diagnostics/errno/
cerrno.pass.cpp 197 #ifndef ENOLCK
198 #error ENOLCK not defined
  /external/strace/tests/
errno2name.c 288 #ifdef ENOLCK
289 CASE(ENOLCK);
  /external/strace/tests-m32/
errno2name.c 288 #ifdef ENOLCK
289 CASE(ENOLCK);
  /external/strace/tests-mx32/
errno2name.c 288 #ifdef ENOLCK
289 CASE(ENOLCK);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 163 no_lock_available, // ENOLCK
352 # ifndef ENOLCK
353 # define ENOLCK 39
546 no_lock_available = ENOLCK,
  /external/ltp/lib/
errnos.h 70 PAIR(ENOLCK)
  /external/u-boot/lib/
errno_str.c 51 ERRNO_MSG(ENOLCK, "No record locks available"),

Completed in 1407 milliseconds

1 2 3