Home
last modified time | relevance | path

Searched refs:ENOLCK (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h333 # ifndef ENOLCK
334 # define ENOLCK 9964 macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py43 ENOLCK = 37 variable
178 ENOLCK: 'No locks available',
/freebsd/cddl/lib/libdtrace/
H A Derrno.d186 inline int ENOLCK = 77; variable
187 #pragma D binding "1.0" ENOLCK
323 errno == ENOLCK ? "No locks available" :
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c66 {"ENOLCK", ENOLCK},
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c148 if (errno == ENOLCK) { in lprofLockFd()
173 if (errno == ENOLCK) { in lprofUnlockFd()
/freebsd/sys/xen/
H A Derror.h61 [XEN_ENOLCK] = ENOLCK,
/freebsd/sys/sys/
H A Derrno.h153 #define ENOLCK 77 /* No locks available */ macro
/freebsd/sys/contrib/xen/
H A Derrno.h94 XEN_ERRNO(ENOLCK, 37) /* No record locks available */
/freebsd/crypto/heimdal/lib/roken/
H A Dflock.c141 _set_errno(ENOLCK); in rk_flock()
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg159 $ ENOLCK
H A Dmn_MN.UTF-8.msg159 $ ENOLCK
H A Duk_UA.UTF-8.msg159 $ ENOLCK
H A Dru_RU.UTF-8.msg159 $ ENOLCK
H A Dru_RU.KOI8-R.msg159 $ ENOLCK
H A Del_GR.ISO8859-7.msg159 $ ENOLCK
H A Dja_JP.UTF-8.msg159 $ ENOLCK
H A Dja_JP.eucJP.msg159 $ ENOLCK
H A Dko_KR.UTF-8.msg159 $ ENOLCK
H A Dko_KR.eucKR.msg159 $ ENOLCK
H A Dzh_CN.UTF-8.msg159 $ ENOLCK
H A Dzh_CN.GB2312.msg161 $ ENOLCK
H A Dzh_CN.GB18030.msg161 $ ENOLCK
/freebsd/sys/nlm/
H A Dnlm_advlock.c792 return (ENOLCK); /* XXX retry? */ in nlm_setlock()
874 return (ENOLCK); in nlm_setlock()
980 return (ENOLCK); /* XXX retry? */ in nlm_clearlock()
1061 return (ENOLCK); /* XXX retry? */ in nlm_getlock()
1126 return (ENOLCK); in nlm_map_status()
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h187 no_lock_available = ENOLCK, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/sys/compat/linux/
H A Dlinux_errno.inc132 [ENOLCK] = -LINUX_ENOLCK,
207 [LINUX_ENOLCK] = ENOLCK,

123