HomeSort by: relevance | last modified time | path
    Searched refs:ENOLCK (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/lib/librumpuser/
rumpuser_errtrans.c 258 #ifdef ENOLCK
259 case ENOLCK : return 77;
  /src/sys/rump/include/rump/
rumperrno2host.h 324 #ifdef ENOLCK
326 return ENOLCK;
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 331 #ifndef ENOLCK
332 #define ENOLCK 9964
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
errno.h 93 XEN_ERRNO(ENOLCK, 37) /* No record locks available */
  /src/sys/sys/
errno.h 136 #define ENOLCK 77 /* No locks available */
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 85 no_lock_available = ENOLCK,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
error_constants.h 85 no_lock_available = ENOLCK,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
errno.d 203 enum ENOLCK = 39; /// No record locks available
294 enum ENOLCK = 37; ///
397 enum ENOLCK = 37; ///
510 enum ENOLCK = 46; ///
615 enum ENOLCK = 46; ///
711 enum ENOLCK = 37; ///
814 enum ENOLCK = 37; ///
959 enum ENOLCK = 79; ///
1021 enum ENOLCK = 37; ///
1191 enum ENOLCK = 77; /// No locks availabl
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
target-newlib-errno.c 248 #ifdef ENOLCK
249 { "ENOLCK", ENOLCK, 46 },
  /src/external/gpl3/gdb/dist/sim/common/
target-newlib-errno.c 248 #ifdef ENOLCK
249 { "ENOLCK", ENOLCK, 46 },
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
flock.c 143 _set_errno(ENOLCK);
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
error_constants.h 93 no_lock_available = ENOLCK,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
error_constants.h 93 no_lock_available = ENOLCK,
  /src/external/cddl/osnet/lib/libdtrace/
errno.d 193 inline int ENOLCK = 77;
194 #pragma D binding "1.0" ENOLCK
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
error_constants.h 93 no_lock_available = ENOLCK,
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 91 no_lock_available = ENOLCK,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
error_constants.h 93 no_lock_available = ENOLCK,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
error_constants.h 91 no_lock_available = ENOLCK,
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
system_error.cc 303 X (SHARING_BUFFER_EXCEEDED, ENOLCK);
462 #ifdef ENOLCK
463 case ENOLCK:
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
system_error.cc 241 X (SHARING_BUFFER_EXCEEDED, ENOLCK);
400 #ifdef ENOLCK
401 case ENOLCK:
  /src/external/gpl3/binutils/dist/libiberty/
strerror.c 214 #if defined (ENOLCK)
215 ENTRY(ENOLCK, "ENOLCK", "No record locks available"),
  /src/external/gpl3/binutils.old/dist/libiberty/
strerror.c 214 #if defined (ENOLCK)
215 ENTRY(ENOLCK, "ENOLCK", "No record locks available"),
  /src/external/gpl3/gcc/dist/libiberty/
strerror.c 214 #if defined (ENOLCK)
215 ENTRY(ENOLCK, "ENOLCK", "No record locks available"),
  /src/external/gpl3/gcc.old/dist/libiberty/
strerror.c 214 #if defined (ENOLCK)
215 ENTRY(ENOLCK, "ENOLCK", "No record locks available"),
  /src/external/gpl3/gdb/dist/libiberty/
strerror.c 214 #if defined (ENOLCK)
215 ENTRY(ENOLCK, "ENOLCK", "No record locks available"),

Completed in 33 milliseconds

1 2