nd_repstat        422 nfs/nfs.h      	int			nd_repstat;	/* Reply status */
nd_repstat       3244 nfs/nfs_serv.c 	if (nfsd->nd_repstat)
nd_repstat       3245 nfs/nfs_serv.c 		error = nfsd->nd_repstat;
nd_repstat       1581 nfs/nfs_socket.c 	nd->nd_repstat = 0;
nd_repstat       1584 nfs/nfs_socket.c 		nd->nd_repstat = ERPCMISMATCH;
nd_repstat       1589 nfs/nfs_socket.c 		nd->nd_repstat = EPROGUNAVAIL;
nd_repstat       1596 nfs/nfs_socket.c 		nd->nd_repstat = EPROGMISMATCH;
nd_repstat       1608 nfs/nfs_socket.c 		nd->nd_repstat = EPROCUNAVAIL;
nd_repstat       1680 nfs/nfs_socket.c 				nd->nd_repstat = (NFSERR_AUTHERR|AUTH_BADVERF);
nd_repstat       1688 nfs/nfs_socket.c 				nd->nd_repstat = (NFSERR_AUTHERR|AUTH_BADVERF);
nd_repstat       1701 nfs/nfs_socket.c 				nd->nd_repstat = (NFSERR_AUTHERR|AUTH_BADCRED);
nd_repstat       1710 nfs/nfs_socket.c 				nd->nd_repstat = (NFSERR_AUTHERR|AUTH_BADVERF);
nd_repstat       1727 nfs/nfs_socket.c 				nd->nd_repstat =
nd_repstat       1740 nfs/nfs_socket.c 				nd->nd_repstat =
nd_repstat       1749 nfs/nfs_socket.c 		nd->nd_repstat = (NFSERR_AUTHERR | AUTH_REJECTCRED);
nd_repstat        296 nfs/nfs_srvcache.c 					rp->rc_status = nd->nd_repstat;
nd_repstat        420 nfs/nfs_syscalls.c 			    nd->nd_repstat = (NFSERR_AUTHERR | AUTH_TOOWEAK);
nd_repstat        371 nfs/nfsm_subs.h 		nfsd->nd_repstat = error; \
nd_repstat        390 nfs/nfsm_subs.h 		nfsd->nd_repstat = error; \