Searched refs:EINTEGRITY (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h57 #ifndef EINTEGRITY
58 #define EINTEGRITY 97 /* EINTEGRITY is new in 13 */ macro
65 #define ECKSUM EINTEGRITY
/freebsd-current/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h48 integrity_check_failed, // EINTEGRITY // FreeBSD customization
145 #ifdef EINTEGRITY
146 integrity_check_failed = EINTEGRITY, // FreeBSD customization
/freebsd-current/sys/sys/
H A Derrno.h180 #define EINTEGRITY 97 /* Integrity check failed */ macro
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d226 inline int EINTEGRITY = 97;
227 #pragma D binding "1.13" EINTEGRITY
343 errno == EINTEGRITY ? "Integrity check failed" :
/freebsd-current/sys/geom/eli/
H A Dg_eli_integrity.c165 if (bp->bio_error == 0 || bp->bio_error == EINTEGRITY)
167 EINTEGRITY : crp->crp_etype;
206 } else if (bp->bio_error == EINTEGRITY) {
267 if (bp->bio_error != EINTEGRITY) {
/freebsd-current/stand/liblua/
H A Dlerrno.c146 ENTRY(EINTEGRITY),
/freebsd-current/lib/libufs/
H A Dcgroup.c207 case EINTEGRITY:
249 errno = EINTEGRITY;
H A Dsblock.c110 case EINTEGRITY:
/freebsd-current/contrib/openbsm/libbsm/
H A Dbsm_errno.c243 #ifdef EINTEGRITY
244 EINTEGRITY,
/freebsd-current/sys/security/audit/
H A Dbsm_errno.c244 #ifdef EINTEGRITY
245 EINTEGRITY,
/freebsd-current/sbin/fsck_ffs/
H A Dsetup.c414 case EINTEGRITY:
/freebsd-current/sys/ufs/ffs/
H A Dffs_subr.c290 return (EINTEGRITY);
310 return (EINTEGRITY);
H A Dffs_vfsops.c276 return (EINTEGRITY);
795 return (EINTEGRITY);
H A Dffs_alloc.c3047 return (EINTEGRITY);
3067 return (EINTEGRITY);
3120 if (error != EINTEGRITY)
H A Dffs_vnops.c1385 return (EINTEGRITY);
/freebsd-current/sys/dev/nvmf/
H A Dnvmf_tcp.c685 cb->error = EINTEGRITY;
775 cb->error = EINTEGRITY;
/freebsd-current/sys/fs/msdosfs/
H A Dmsdosfs_fat.c421 return (EINTEGRITY);
/freebsd-current/sys/kern/
H A Dvfs_vnops.c3868 * EINTEGRITY if the returned entries do not pass coherency tests, or EINVAL
3988 error = EINTEGRITY;

Completed in 165 milliseconds