Lines Matching defs:mpp
866 struct thread *p, struct mbuf **mpp, struct mbuf **mpendp, int *lenp)
903 *mpp = mp3;
918 nfsrv_createiovec(int len, struct mbuf **mpp, struct mbuf **mpendp,
962 *mpp = m3;
975 nfsrv_createiovec_extpgs(int len, int maxextsiz, struct mbuf **mpp,
1026 *mpp = m3;
1036 int maxextsiz, struct thread *p, struct mbuf **mpp,
1050 error = nfsrv_proxyds(vp, off, cnt, cred, p, NFSPROC_READDS, mpp,
1075 *mpp = NULL;
1087 *mpp = m3;
3424 * - if mpp != NULL, return the mount point so that it can
3430 struct mount **mpp, int startwrite, int nextop)
3437 if (mpp != NULL)
3438 *mpp = NULL;
3523 } else if (mpp != NULL) {
3524 *mpp = mpw;
4887 struct thread *p, int ioproc, struct mbuf **mpp, char *cp,
5006 mpp, mpp2);
5019 &nmp[0], mirrorcnt, mpp, cp, &failpos);
5344 NFSPROC_T *p, struct nfsmount *nmp, struct mbuf **mpp, struct mbuf **mpendp)
5354 *mpp = NULL;
5430 *mpp = nd->nd_mrep;
5590 struct mbuf **mpp, char *cp, int *failposp)
5598 KASSERT(*mpp != NULL, ("nfsrv_writedsrpc: NULL mbuf chain"));
5605 offs = cp - mtod(*mpp, char *);
5623 tdrpc->m = m_copym(*mpp, offs, NFSM_RNDUP(len), M_WAITOK);
5641 m = m_copym(*mpp, offs, NFSM_RNDUP(len), M_WAITOK);
6797 struct mbuf **mpp, struct mbuf **mpendp, int *lenp)
6866 *mpp = m;