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

/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c623 u_int32_t retops = 0, *retopsp = NULL, *repp; local
755 NFSM_BUILD(repp, u_int32_t *, 2 * NFSX_UNSIGNED);
756 *repp = *tl;
763 *repp++ = txdr_unsigned(NFSV4OP_OPILLEGAL);
764 *repp = nfsd_errmap(nd);
768 repp++;
788 *repp = nfsd_errmap(nd);
810 *repp = nfsd_errmap(nd);
835 *repp = nfsd_errmap(nd);
1088 *repp
[all...]
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c3237 u_int32_t minorvers = 0, retops = 0, *retopsp = NULL, *repp, cbident; local
3294 NFSM_BUILD(repp, u_int32_t *, 2 * NFSX_UNSIGNED);
3295 *repp++ = *tl;
3302 *repp = nfscl_errmap(nd, minorvers);
3618 *repp = nfscl_errmap(nd, minorvers);
3621 *repp = 0; /* NFS4_OK */

Completed in 83 milliseconds