Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDccompile.h57 #ifndef EINTEGRITY
58 #define EINTEGRITY 97 /* EINTEGRITY is new in 13 */ macro
65 #define ECKSUM EINTEGRITY
/freebsd-14-stable/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-14-stable/sys/geom/eli/
HDg_eli_integrity.c166 if (bp->bio_error == 0 || bp->bio_error == EINTEGRITY) in g_eli_auth_read_done()
168 EINTEGRITY : crp->crp_etype; in g_eli_auth_read_done()
207 } else if (bp->bio_error == EINTEGRITY) { in g_eli_auth_read_done()
268 if (bp->bio_error != EINTEGRITY) { in g_eli_auth_read_done()
/freebsd-14-stable/sys/sys/
HDerrno.h182 #define EINTEGRITY 97 /* Integrity check failed */ macro
/freebsd-14-stable/lib/libufs/
HDcgroup.c208 case EINTEGRITY: in cgread1()
250 errno = EINTEGRITY; in cgget()
HDsblock.c111 case EINTEGRITY: in handle_disk_read()
/freebsd-14-stable/contrib/openbsm/libbsm/
HDbsm_errno.c243 #ifdef EINTEGRITY
244 EINTEGRITY,
/freebsd-14-stable/sys/security/audit/
HDbsm_errno.c245 #ifdef EINTEGRITY
246 EINTEGRITY,
/freebsd-14-stable/stand/liblua/
HDlerrno.c146 ENTRY(EINTEGRITY),
/freebsd-14-stable/lib/libc/nls/
HDC.msg199 $ EINTEGRITY
/freebsd-14-stable/sys/compat/linux/
HDlinux_errno.inc156 [EINTEGRITY] = -LINUX_EINVAL, /* XXX */
/freebsd-14-stable/sbin/fsck_ffs/
HDsetup.c421 case EINTEGRITY: in readsb()
/freebsd-14-stable/sys/ufs/ffs/
HDffs_subr.c297 return (EINTEGRITY); in readsuper()
317 return (EINTEGRITY); in readsuper()
HDffs_alloc.c3067 return (EINTEGRITY); in ffs_getcg()
3087 return (EINTEGRITY); in ffs_getcg()
3140 if (error != EINTEGRITY) in ffs_checkcgintegrity()
HDffs_vnops.c1388 return (EINTEGRITY); in ffs_rdextattr()
HDffs_vfsops.c282 return (EINTEGRITY); in ffs_check_blkno()
/freebsd-14-stable/contrib/libxo/tests/gettext/
HDstrerror.pot470 # 97 - EINTEGRITY
/freebsd-14-stable/contrib/libxo/tests/gettext/po/pig_latin/
HDstrerror.po461 # 97 - EINTEGRITY
/freebsd-14-stable/sys/fs/msdosfs/
HDmsdosfs_fat.c421 return (EINTEGRITY); in usemap_free()
/freebsd-14-stable/sys/kern/
HDvfs_vnops.c4010 error = EINTEGRITY; in vn_dir_next_dirent()