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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c1020 mbuf_t mrest,
1029 req->r_auth, req->r_cred, req, mrest, xidp, mreqp);
1034 kauth_cred_t cred, struct nfsreq *req, mbuf_t mrest, u_int64_t *xidp, mbuf_t *mreqp)
1129 error = mbuf_setnext(nmreq.nmc_mcur, mrest);
1156 error = mbuf_setnext(nmreq.nmc_mcur, mrest);
1162 error = nfs_gss_clnt_cred_put(req, &nmreq, mrest);
1018 nfsm_rpchead( struct nfsreq *req, mbuf_t mrest, u_int64_t *xidp, mbuf_t *mreqp) argument
1033 nfsm_rpchead2(struct nfsmount *nmp, int sotype, int prog, int vers, int proc, int auth_type, kauth_cred_t cred, struct nfsreq *req, mbuf_t mrest, u_int64_t *xidp, mbuf_t *mreqp) argument
H A Dnfs_socket.c2294 mbuf_t mhead = NULL, mrest = NULL, m; local
2350 nfsm_mbuf_get(error, &mrest, nfsm_rndup(taglen) + 5*NFSX_UNSIGNED);
2351 nfsm_chain_init(&nmrep, mrest);
2402 /* process ops, adding results to mrest */
2595 error = mbuf_setnext(nmrep.nmc_mcur, mrest);
2600 mrest = NULL;
2623 if (mrest)
2624 mbuf_freem(mrest);

Completed in 24 milliseconds