Home
last modified time | relevance | path

Searched refs:EBADMSG (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Derrno.h99 # ifndef EBADMSG
100 # define EBADMSG 9905 macro
/freebsd-14.2/contrib/lib9p/pytest/
H A Dlerrno.py80 EBADMSG = 74 variable
213 EBADMSG: 'Bad message',
/freebsd-14.2/cddl/lib/libdtrace/
H A Derrno.d210 inline int EBADMSG = 89; variable
211 #pragma D binding "1.0" EBADMSG
335 errno == EBADMSG ? "Bad message" :
/freebsd-14.2/sys/xen/
H A Derror.h65 [XEN_EBADMSG] = EBADMSG,
/freebsd-14.2/crypto/openssl/include/internal/
H A Dktls.h167 errno = EBADMSG; in ktls_read_record()
174 errno = EBADMSG; in ktls_read_record()
/freebsd-14.2/sys/contrib/xen/
H A Derrno.h99 XEN_ERRNO(EBADMSG, 74) /* Not a data message */
/freebsd-14.2/sys/sys/
H A Derrno.h172 #define EBADMSG 89 /* Bad message */ macro
/freebsd-14.2/lib/libc/nls/
H A Duk_UA.UTF-8.msg183 $ EBADMSG
H A Dru_RU.KOI8-R.msg185 $ EBADMSG
H A Dja_JP.eucJP.msg183 $ EBADMSG
H A Dja_JP.UTF-8.msg183 $ EBADMSG
H A Dko_KR.UTF-8.msg183 $ EBADMSG
H A Dko_KR.eucKR.msg183 $ EBADMSG
H A Dzh_CN.UTF-8.msg183 $ EBADMSG
H A Dzh_CN.GB2312.msg185 $ EBADMSG
H A Dzh_CN.GB18030.msg185 $ EBADMSG
/freebsd-14.2/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h126 bad_message = EBADMSG, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd-14.2/contrib/openbsm/libbsm/
H A Dbsm_errno.c336 #ifdef EBADMSG
337 EBADMSG,
/freebsd-14.2/sys/security/audit/
H A Dbsm_errno.c338 #ifdef EBADMSG
339 EBADMSG,
/freebsd-14.2/sys/dev/glxsb/
H A Dglxsb_hash.c96 error = EBADMSG; in glxsb_authcompute()
/freebsd-14.2/sys/netpfil/pf/
H A Dpf_syncookies.c210 ERROUT(EBADMSG); in pf_set_syncookies()
214 ERROUT(EBADMSG); in pf_set_syncookies()
/freebsd-14.2/sys/compat/linux/
H A Dlinux_errno.inc146 [EBADMSG] = -LINUX_EBADMSG,
252 [LINUX_EBADMSG] = EBADMSG,
/freebsd-14.2/stand/liblua/
H A Dlerrno.c138 ENTRY(EBADMSG),
/freebsd-14.2/sys/dev/qat/qat/
H A Dqat_ocf.c100 rc = EBADMSG; in symDpCallback()
106 rc = EBADMSG; in symDpCallback()
126 rc = EBADMSG; in symDpCallback()
821 return EBADMSG; in qat_ocf_check_input()
/freebsd-14.2/sys/crypto/aesni/
H A Daesni.c728 error = EBADMSG; in aesni_cipher_crypt()
747 error = EBADMSG; in aesni_cipher_crypt()
863 return (EBADMSG); in aesni_cipher_mac()

1234