Home
last modified time | relevance | path

Searched refs:NFS4ERR_WRONGSEC (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_secinfo.c488 if (res.status == NFS4ERR_WRONGSEC) { in secinfo_tryroot_otw()
693 if (res.status == NFS4ERR_WRONGSEC) { in nfs4secinfo_otw()
1051 error = geterrno4(NFS4ERR_WRONGSEC); in nfs4_secinfo_recov()
H A Dnfs4_common.c331 case NFS4ERR_WRONGSEC: in nfs4_stat_to_str()
H A Dnfs4_recovery.c242 case NFS4ERR_WRONGSEC: in nfs4_needs_recovery()
3166 case NFS4ERR_WRONGSEC: in errs_to_action()
H A Dnfs4_subr.c343 case NFS4ERR_WRONGSEC: in geterrno4()
H A Dnfs4_srv.c2023 *cs->statusp = NFS4ERR_WRONGSEC; in call_checkauth4()
2036 *cs->statusp = NFS4ERR_WRONGSEC; in call_checkauth4()
2997 if (resp->status == NFS4ERR_WRONGSEC) { in rfs4_op_lookupp()
H A Dnfs4_vnops.c2027 case NFS4ERR_WRONGSEC: in nfs4_reopen()
5366 if (!isdotdot && res.status == NFS4ERR_WRONGSEC) { in nfs4lookupvalidate_otw()
5804 if (!isdotdot && res.status == NFS4ERR_WRONGSEC) { in nfs4lookupnew_otw()
/titanic_41/usr/src/head/rpcsvc/
H A Dnfs4_prot.x134 NFS4ERR_WRONGSEC = 10016,/* wrong security flavor */ enumerator
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h111 NFS4ERR_WRONGSEC = 10016, enumerator
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c3929 case NFS4ERR_WRONGSEC: p = "NFS4ERR_WRONGSEC"; break; in status_name()