Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h334 # define ENOLCK 9964 macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d186 inline int ENOLCK = 77; variable
/freebsd/sys/sys/
H A Derrno.h153 #define ENOLCK 77 /* No locks available */ macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py43 ENOLCK = 37 variable