Searched refs:repp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c554 u_int32_t retops = 0, *retopsp = NULL, *repp; local
685 NFSM_BUILD(repp, u_int32_t *, 2 * NFSX_UNSIGNED);
686 *repp = *tl;
693 *repp++ = txdr_unsigned(NFSV4OP_OPILLEGAL);
694 *repp = nfsd_errmap(nd);
698 repp++;
713 *repp = nfsd_errmap(nd);
735 *repp = nfsd_errmap(nd);
760 *repp = nfsd_errmap(nd);
1012 *repp
[all...]
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clstate.c3149 u_int32_t minorvers = 0, retops = 0, *retopsp = NULL, *repp, cbident; local
3205 NFSM_BUILD(repp, u_int32_t *, 2 * NFSX_UNSIGNED);
3206 *repp++ = *tl;
3213 *repp = nfscl_errmap(nd, minorvers);
3521 *repp = nfscl_errmap(nd, minorvers);
3524 *repp = 0; /* NFS4_OK */

Completed in 164 milliseconds