/src/sys/fs/nfs/server/ |
nfs_nfsdsocket.c | 627 u_int32_t retops = 0, *retopsp = NULL, *repp; local in function:nfsrvd_compound 759 NFSM_BUILD(repp, u_int32_t *, 2 * NFSX_UNSIGNED); 760 *repp = *tl; 772 *repp++ = txdr_unsigned(NFSV4OP_OPILLEGAL); 773 *repp = nfsd_errmap(nd); 777 repp++; 792 *repp = nfsd_errmap(nd); 814 *repp = nfsd_errmap(nd); 839 *repp = nfsd_errmap(nd); 1092 *repp = nfsd_errmap(nd) [all...] |
nfs_nfsdsocket.c | 627 u_int32_t retops = 0, *retopsp = NULL, *repp; local in function:nfsrvd_compound 759 NFSM_BUILD(repp, u_int32_t *, 2 * NFSX_UNSIGNED); 760 *repp = *tl; 772 *repp++ = txdr_unsigned(NFSV4OP_OPILLEGAL); 773 *repp = nfsd_errmap(nd); 777 repp++; 792 *repp = nfsd_errmap(nd); 814 *repp = nfsd_errmap(nd); 839 *repp = nfsd_errmap(nd); 1092 *repp = nfsd_errmap(nd) [all...] |
/src/sys/fs/nfs/client/ |
nfs_clstate.c | 3151 u_int32_t minorvers = 0, retops = 0, *retopsp = NULL, *repp, cbident; local in function:nfscl_docb 3207 NFSM_BUILD(repp, u_int32_t *, 2 * NFSX_UNSIGNED); 3208 *repp++ = *tl; 3215 *repp = nfscl_errmap(nd, minorvers); 3523 *repp = nfscl_errmap(nd, minorvers); 3526 *repp = 0; /* NFS4_OK */
|
nfs_clstate.c | 3151 u_int32_t minorvers = 0, retops = 0, *retopsp = NULL, *repp, cbident; local in function:nfscl_docb 3207 NFSM_BUILD(repp, u_int32_t *, 2 * NFSX_UNSIGNED); 3208 *repp++ = *tl; 3215 *repp = nfscl_errmap(nd, minorvers); 3523 *repp = nfscl_errmap(nd, minorvers); 3526 *repp = 0; /* NFS4_OK */
|