Searched refs:nd_repstat (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c379 nd->nd_repstat = error;
385 if (!nd->nd_repstat)
443 nd->nd_repstat = error;
447 nfsmout_if(nd->nd_repstat);
567 nd->nd_repstat = error;
657 nd->nd_repstat = error;
662 if (nd->nd_repstat) {
773 nd->nd_repstat = error;
780 if (error || nd->nd_repstat) {
931 nd->nd_repstat
[all...]
H A Dnfs_srvcache.c260 nd->nd_repstat = rp->rc_status;
407 rp->rc_status = nd->nd_repstat;
H A Dnfsm_subs.h177 if (((ND)->nd_repstat == EBADRPC) || \
178 ((ND)->nd_repstat && ((ND)->nd_vers == NFS_VER2))) { \
H A Dnfs_socket.c5418 err = nd->nd_repstat;
5935 nd->nd_repstat = 0;
5939 nd->nd_repstat = ERPCMISMATCH;
5946 nd->nd_repstat = EPROGUNAVAIL;
5953 nd->nd_repstat = EPROGMISMATCH;
5962 nd->nd_repstat = EPROCUNAVAIL;
6017 nd->nd_repstat = ENOMEM;
6026 nd->nd_repstat = error;
6033 nd->nd_repstat = (NFSERR_AUTHERR | AUTH_REJECTCRED);
H A Dnfs_gss.c2447 nd->nd_repstat = 0;
2526 if (nd->nd_repstat == 0)
2527 nd->nd_repstat = autherr ? (NFSERR_AUTHERR | autherr) : NFSERR_RETVOID;
H A Dnfs.h1074 int nd_repstat; /* Reply status */ member in struct:nfsrv_descript
H A Dnfs_syscalls.c1061 nd->nd_repstat = (NFSERR_AUTHERR | AUTH_TOOWEAK);

Completed in 43 milliseconds