Home
last modified time | relevance | path

Searched refs:mrep (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/sys/nfs/
Dnfsm_subs.h100 m_freem(mrep); \
156 m_freem(mrep); \
177 m_freem(mrep); \
189 m_freem(mrep); \
202 m_freem(mrep); \
294 m_freem(mrep); \
320 m_freem(mrep); \
334 #define nfsm_reqdone m_freem(mrep); \
341 (c), &mrep, &md, &dpos)) != 0) { \
379 if (mrep != NULL) { \
[all …]
Dnfs_socket.c668 struct mbuf *mrep, *nam, *md; local
694 error = nfs_receive(myrep, &nam, &mrep);
715 md = mrep;
721 m_freem(mrep);
736 rep->r_mrep = mrep;
802 m_freem(mrep);
834 struct mbuf *m, *mrep; local
986 mrep = rep->r_mrep;
1006 m_freem(mrep);
1013 m_freem(mrep);
[all …]
Dnfs_vnops.c202 struct mbuf *mreq, *mrep, *md, *mb; local
232 struct mbuf *mreq, *mrep, *md, *mb, *mb2; local
460 struct mbuf *mreq, *mrep, *md, *mb, *mb2; local
585 struct mbuf *mreq, *mrep, *md, *mb, *mb2; local
648 struct mbuf *mreq, *mrep, *md, *mb, *mb2; local
750 m_freem(mrep);
760 m_freem(mrep);
765 m_freem(mrep);
775 m_freem(mrep);
806 m_freem(mrep);
[all …]
Dnfs_serv.c102 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; local
167 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; local
212 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; local
342 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; local
416 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; local
516 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; local
682 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; local
708 if (mrep == NULL) {
734 mp = mrep;
793 mp = mrep;
[all …]
Dnfs_vfsops.c122 struct mbuf *mreq, *mrep = NULL, *md, *mb, *mb2; local
142 if (mrep != NULL)
143 m_free(mrep);
198 struct mbuf *mreq, *mrep, *md, *mb, *mb2; local
Dnfs_subs.c725 nfsm_mbuftouio(mrep, uiop, siz, dpos) in nfsm_mbuftouio() argument
726 struct mbuf **mrep; in nfsm_mbuftouio()
737 mp = *mrep;
786 *mrep = mp;
789 error = nfs_adv(mrep, dpos, rem, len);
Dnfs_syscalls.c1154 nfs_savenickauth(nmp, cred, len, key, mdp, dposp, mrep) in nfs_savenickauth() argument
1161 struct mbuf *mrep;