Home
last modified time | relevance | path

Searched refs:EINTEGRITY (Results 1 – 22 of 22) sorted by relevance

/freebsd-head/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDccompile.h58 #ifndef EINTEGRITY
59 #define EINTEGRITY 97 /* EINTEGRITY is new in 13 */ macro
66 #define ECKSUM EINTEGRITY
/freebsd-head/contrib/llvm-project/libcxx/include/__system_error/
HDerrc.h172 #ifdef EINTEGRITY in _LIBCPP_DECLARE_STRONG_ENUM()
173 integrity_check_failed = EINTEGRITY, // FreeBSD customization in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd-head/cddl/lib/libdtrace/
HDerrno.d226 inline int EINTEGRITY = 97; variable
227 #pragma D binding "1.13" EINTEGRITY
343 errno == EINTEGRITY ? "Integrity check failed" :
/freebsd-head/sys/geom/eli/
HDg_eli_integrity.c165 if (bp->bio_error == 0 || bp->bio_error == EINTEGRITY) in g_eli_auth_read_done()
167 EINTEGRITY : crp->crp_etype; in g_eli_auth_read_done()
206 } else if (bp->bio_error == EINTEGRITY) { in g_eli_auth_read_done()
267 if (bp->bio_error != EINTEGRITY) { in g_eli_auth_read_done()
/freebsd-head/sys/sys/
HDerrno.h180 #define EINTEGRITY 97 /* Integrity check failed */ macro
/freebsd-head/lib/libufs/
HDcgroup.c207 case EINTEGRITY: in cgread1()
249 errno = EINTEGRITY; in cgget()
HDsblock.c110 case EINTEGRITY: in handle_disk_read()
/freebsd-head/contrib/openbsm/libbsm/
HDbsm_errno.c243 #ifdef EINTEGRITY
244 EINTEGRITY,
/freebsd-head/sys/security/audit/
HDbsm_errno.c244 #ifdef EINTEGRITY
245 EINTEGRITY,
/freebsd-head/stand/liblua/
HDlerrno.c146 ENTRY(EINTEGRITY),
/freebsd-head/lib/libc/nls/
HDC.msg199 $ EINTEGRITY
/freebsd-head/sys/compat/linux/
HDlinux_errno.inc156 [EINTEGRITY] = -LINUX_EINVAL, /* XXX */
/freebsd-head/sbin/fsck_ffs/
HDsetup.c414 case EINTEGRITY: in readsb()
/freebsd-head/sys/ufs/ffs/
HDffs_subr.c294 return (EINTEGRITY); in readsuper()
314 return (EINTEGRITY); in readsuper()
HDffs_alloc.c3065 return (EINTEGRITY); in ffs_getcg()
3085 return (EINTEGRITY); in ffs_getcg()
3138 if (error != EINTEGRITY) in ffs_checkcgintegrity()
HDffs_vnops.c1385 return (EINTEGRITY); in ffs_rdextattr()
HDffs_vfsops.c280 return (EINTEGRITY); in ffs_check_blkno()
/freebsd-head/contrib/libxo/tests/gettext/
HDstrerror.pot470 # 97 - EINTEGRITY
/freebsd-head/contrib/libxo/tests/gettext/po/pig_latin/
HDstrerror.po461 # 97 - EINTEGRITY
/freebsd-head/sys/dev/nvmf/
HDnvmf_tcp.c683 cb->error = EINTEGRITY; in nvmf_tcp_handle_h2c_data()
773 cb->error = EINTEGRITY; in nvmf_tcp_handle_c2h_data()
/freebsd-head/sys/fs/msdosfs/
HDmsdosfs_fat.c421 return (EINTEGRITY); in usemap_free()
/freebsd-head/sys/kern/
HDvfs_vnops.c4049 error = EINTEGRITY; in vn_dir_next_dirent()