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

/freebsd-current/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c241 return (EAUTH);
271 if (error && error != EAUTH)
312 error = EAUTH;
319 error = EAUTH;
326 error = EAUTH;
341 if (error == EAUTH &&
H A Dmac_veriexec.c380 if (error && error != EAUTH)
402 return (EAUTH);
535 if (error && error != EAUTH)
581 return (EAUTH);
650 return (EAUTH);
690 return (EAUTH);
739 return (EAUTH);
755 * @return 0 if the mode change should be allowed, EAUTH otherwise.
770 if (error == EAUTH) /* target not verified */
773 return (EAUTH);
[all...]
H A Dveriexec_metadata.c553 case EAUTH:
/freebsd-current/lib/libveriexec/
H A Dveriexec_check.c54 return EAUTH;
/freebsd-current/sys/sys/
H A Derrno.h158 #define EAUTH 80 /* Authentication error */ macro
/freebsd-current/cddl/lib/libdtrace/
H A Derrno.d192 inline int EAUTH = 80;
193 #pragma D binding "1.0" EAUTH
326 errno == EAUTH ? "Authentication error" :
/freebsd-current/sys/netsmb/
H A Dsmb_subr.c270 return EAUTH;
277 return EAUTH;
H A Dsmb_crypt.c303 return (EAUTH);
H A Dsmb_smb.c424 error = EAUTH;
/freebsd-current/stand/liblua/
H A Dlerrno.c129 ENTRY(EAUTH),
/freebsd-current/stand/common/
H A Dload_elf_obj.c117 return (EAUTH);
152 err = EAUTH;
209 err = EAUTH;
H A Dload_elf.c296 return (EAUTH);
333 err = EAUTH;
516 err = EAUTH;
1107 err = EAUTH;
/freebsd-current/contrib/openbsm/libbsm/
H A Dbsm_errno.c511 #ifdef EAUTH
512 EAUTH,
/freebsd-current/sys/security/audit/
H A Dbsm_errno.c512 #ifdef EAUTH
513 EAUTH,
/freebsd-current/sys/dev/ice/
H A Dice_strings.c546 case EAUTH:
547 str = "EAUTH";
/freebsd-current/contrib/pjdfstest/
H A Dpjdfstest.c1632 #ifdef EAUTH
1633 case EAUTH:
1634 return ("EAUTH");
/freebsd-current/sbin/mount_nfs/
H A Dmount_nfs.c1100 np->stat = EAUTH;
/freebsd-current/usr.sbin/nfsd/
H A Dnfsd.c1044 if (error < 0 && errno == EAUTH) {
/freebsd-current/lib/libfetch/
H A Dcommon.c178 case EAUTH:
H A Dhttp.c1481 errno = EAUTH;
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clstate.c4525 if (error == EAUTH || error == EACCES) {
4562 if (error == EAUTH || error == EACCES) {
4594 if (error == EAUTH || error == EACCES) {
4623 if (error == EAUTH || error == EACCES) {

Completed in 469 milliseconds