Searched refs:EAUTH (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c238 return (EAUTH);
268 if (error && error != EAUTH)
308 error = EAUTH;
315 error = EAUTH;
322 error = EAUTH;
H A Dmac_veriexec.c367 if (error && error != EAUTH)
389 return (EAUTH);
497 if (error && error != EAUTH)
540 return (EAUTH);
584 * @return 0 if the mode change should be allowed, EAUTH otherwise.
599 if (error == EAUTH) /* it isn't verified */
602 return (EAUTH);
H A Dveriexec_metadata.c550 case EAUTH:
/freebsd-13-stable/lib/libveriexec/
H A Dveriexec_check.c55 return EAUTH;
/freebsd-13-stable/sys/sys/
H A Derrno.h161 #define EAUTH 80 /* Authentication error */ macro
/freebsd-13-stable/cddl/lib/libdtrace/
H A Derrno.d194 inline int EAUTH = 80;
195 #pragma D binding "1.0" EAUTH
328 errno == EAUTH ? "Authentication error" :
/freebsd-13-stable/sys/netsmb/
H A Dsmb_subr.c273 return EAUTH;
280 return EAUTH;
H A Dsmb_crypt.c306 return (EAUTH);
H A Dsmb_smb.c427 error = EAUTH;
/freebsd-13-stable/stand/liblua/
H A Dlerrno.c132 ENTRY(EAUTH),
/freebsd-13-stable/stand/common/
H A Dload_elf_obj.c121 return (EAUTH);
156 err = EAUTH;
212 err = EAUTH;
H A Dload_elf.c238 return (EAUTH);
275 err = EAUTH;
453 err = EAUTH;
1080 err = EAUTH;
/freebsd-13-stable/contrib/openbsm/libbsm/
H A Dbsm_errno.c511 #ifdef EAUTH
512 EAUTH,
/freebsd-13-stable/sys/security/audit/
H A Dbsm_errno.c515 #ifdef EAUTH
516 EAUTH,
/freebsd-13-stable/sys/dev/ice/
H A Dice_strings.c547 case EAUTH:
548 str = "EAUTH";
/freebsd-13-stable/contrib/pjdfstest/
H A Dpjdfstest.c1632 #ifdef EAUTH
1633 case EAUTH:
1634 return ("EAUTH");
/freebsd-13-stable/sbin/mount_nfs/
H A Dmount_nfs.c1081 np->stat = EAUTH;
/freebsd-13-stable/usr.sbin/nfsd/
H A Dnfsd.c1044 if (error < 0 && errno == EAUTH) {
/freebsd-13-stable/lib/libfetch/
H A Dcommon.c178 case EAUTH:
H A Dhttp.c1485 errno = EAUTH;
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c4343 if (error == EAUTH || error == EACCES) {
4379 if (error == EAUTH || error == EACCES) {
4411 if (error == EAUTH || error == EACCES) {
4440 if (error == EAUTH || error == EACCES) {

Completed in 300 milliseconds