Home
last modified time | relevance | path

Searched defs:ENOLCK (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Derrno.d203 enum ENOLCK = 39; /// No record locks available in version() local
294 enum ENOLCK = 37; /// in version() local
397 enum ENOLCK = 37; /// in version() local
510 enum ENOLCK = 46; /// in version() local
615 enum ENOLCK = 46; /// in version() local
711 enum ENOLCK = 37; /// in version() local
814 enum ENOLCK = 37; /// in version() local
959 enum ENOLCK = 79; /// in version() local
1021 enum ENOLCK = 37; /// in version() local
1191 enum ENOLCK = 77; /// No locks available in version() local
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h332 #define ENOLCK 9964 macro
/netbsd-src/sys/sys/
H A Derrno.h136 #define ENOLCK 77 /* No locks available */ macro
/netbsd-src/external/cddl/osnet/lib/libdtrace/
H A Derrno.d193 inline int ENOLCK = 77; variable