Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDerrno.h333 # ifndef ENOLCK
334 # define ENOLCK 9964 macro
/freebsd-13-stable/contrib/lib9p/pytest/
HDlerrno.py43 ENOLCK = 37 variable
178 ENOLCK: 'No locks available',
/freebsd-13-stable/cddl/lib/libdtrace/
HDerrno.d186 inline int ENOLCK = 77; variable
187 #pragma D binding "1.0" ENOLCK
323 errno == ENOLCK ? "No locks available" :
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDzcp_global.c66 {"ENOLCK", ENOLCK},
/freebsd-13-stable/sys/xen/
HDerror.h61 [XEN_ENOLCK] = ENOLCK,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
HDInstrProfilingUtil.c148 if (errno == ENOLCK) { in lprofLockFd()
173 if (errno == ENOLCK) { in lprofUnlockFd()
/freebsd-13-stable/sys/xen/interface/
HDerrno.h93 XEN_ERRNO(ENOLCK, 37) /* No record locks available */
/freebsd-13-stable/sys/sys/
HDerrno.h155 #define ENOLCK 77 /* No locks available */ macro
/freebsd-13-stable/crypto/heimdal/lib/roken/
HDflock.c141 _set_errno(ENOLCK); in rk_flock()
/freebsd-13-stable/lib/libc/nls/
HDbe_BY.UTF-8.msg159 $ ENOLCK
HDmn_MN.UTF-8.msg159 $ ENOLCK
HDuk_UA.UTF-8.msg159 $ ENOLCK
HDel_GR.ISO8859-7.msg159 $ ENOLCK
HDru_RU.KOI8-R.msg161 $ ENOLCK
HDko_KR.eucKR.msg159 $ ENOLCK
HDko_KR.UTF-8.msg159 $ ENOLCK
HDja_JP.eucJP.msg159 $ ENOLCK
HDja_JP.UTF-8.msg159 $ ENOLCK
HDzh_CN.UTF-8.msg159 $ ENOLCK
HDzh_CN.GB18030.msg161 $ ENOLCK
HDzh_CN.GB2312.msg161 $ ENOLCK
/freebsd-13-stable/sys/compat/cloudabi/
HDcloudabi_errno.c84 [ENOLCK] = CLOUDABI_ENOLCK, in cloudabi_convert_errno()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__system_error/
HDerrc.h187 no_lock_available = ENOLCK, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd-13-stable/sys/nlm/
HDnlm_advlock.c793 return (ENOLCK); /* XXX retry? */ in nlm_setlock()
875 return (ENOLCK); in nlm_setlock()
981 return (ENOLCK); /* XXX retry? */ in nlm_clearlock()
1062 return (ENOLCK); /* XXX retry? */ in nlm_getlock()
1127 return (ENOLCK); in nlm_map_status()
/freebsd-13-stable/lib/libsysdecode/
HDerrno.c89 [CLOUDABI_ENOLCK] = ENOLCK,

123