Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h55 #ifndef EINTEGRITY
56 #define EINTEGRITY 97 /* EINTEGRITY is new in 13 */ macro
63 #define ECKSUM EINTEGRITY
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h172 #ifdef EINTEGRITY in _LIBCPP_DECLARE_STRONG_ENUM()
173 integrity_check_failed = EINTEGRITY, // FreeBSD customization in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/cddl/lib/libdtrace/
H A Derrno.d226 inline int EINTEGRITY = 97; variable
227 #pragma D binding "1.13" EINTEGRITY
343 errno == EINTEGRITY ? "Integrity check failed" :
/freebsd/sys/geom/eli/
H A Dg_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/sys/sys/
H A Derrno.h180 #define EINTEGRITY 97 /* Integrity check failed */ macro
/freebsd/lib/libufs/
H A Dcgroup.c207 case EINTEGRITY: in cgread1()
249 errno = EINTEGRITY; in cgget()
H A Dsblock.c110 case EINTEGRITY: in handle_disk_read()
/freebsd/sys/security/audit/
H A Dbsm_errno.c244 #ifdef EINTEGRITY
245 EINTEGRITY,
/freebsd/contrib/openbsm/libbsm/
H A Dbsm_errno.c243 #ifdef EINTEGRITY
244 EINTEGRITY,
/freebsd/stand/liblua/
H A Dlerrno.c146 ENTRY(EINTEGRITY),
/freebsd/lib/libc/nls/
H A DC.msg199 $ EINTEGRITY
/freebsd/sbin/fsck_ffs/
H A Dsetup.c413 case EINTEGRITY: in readsb()
/freebsd/sys/compat/linux/
H A Dlinux_errno.inc156 [EINTEGRITY] = -LINUX_EINVAL, /* XXX */
/freebsd/sys/ufs/ffs/
H A Dffs_subr.c294 return (EINTEGRITY); in readsuper()
314 return (EINTEGRITY); in readsuper()
H A Dffs_alloc.c3065 return (EINTEGRITY); in ffs_getcg()
3085 return (EINTEGRITY); in ffs_getcg()
3138 if (error != EINTEGRITY) in ffs_checkcgintegrity()
H A Dffs_vnops.c1383 return (EINTEGRITY); in ffs_rdextattr()
H A Dffs_vfsops.c280 return (EINTEGRITY); in ffs_check_blkno()
/freebsd/contrib/libxo/tests/gettext/
H A Dstrerror.pot470 # 97 - EINTEGRITY
/freebsd/contrib/libxo/tests/gettext/po/pig_latin/
H A Dstrerror.po461 # 97 - EINTEGRITY
/freebsd/sys/dev/nvmf/
H A Dnvmf_tcp.c683 cb->error = EINTEGRITY; in nvmf_tcp_handle_h2c_data()
773 cb->error = EINTEGRITY; in nvmf_tcp_handle_c2h_data()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_fat.c421 return (EINTEGRITY); in usemap_free()
/freebsd/sys/dev/cxgbe/nvmf/
H A Dnvmf_che.c1423 cb->error = EINTEGRITY; in nvmf_che_handle_h2c_data()
1552 cb->error = EINTEGRITY; in nvmf_che_handle_c2h_data()
/freebsd/sys/kern/
H A Dvfs_vnops.c4220 error = EINTEGRITY; in vn_dir_next_dirent()