Searched refs:mpp (Results 1 - 16 of 16) sorted by relevance

/freebsd-11.0-release/contrib/amd/conf/mtab/
H A Dmtab_bsd.c111 mntlist **mpp, *mhp; local
120 mpp = &mhp;
125 *mpp = ALLOC(struct mntlist);
130 (*mpp)->mnt = mnt_dup(mntp);
135 mpp = &(*mpp)->mnext;
141 *mpp = 0;
/freebsd-11.0-release/contrib/smbfs/lib/smb/
H A Dmbuf.c53 m_get(size_t len, struct mbuf **mpp) argument
66 *mpp = m;
102 m_lineup(struct mbuf *m0, struct mbuf **mpp) argument
110 *mpp = m0;
124 *mpp = nm;
174 m_getm(struct mbuf *top, size_t len, struct mbuf **mpp) argument
190 *mpp = top;
/freebsd-11.0-release/sys/arm/mv/
H A Dmv_machdep.c91 int mpp[MPP_PIN_MAX]; local
103 * Try to access the MPP node directly i.e. through /aliases/mpp.
105 if ((node = OF_finddevice("mpp")) != -1)
106 if (fdt_is_compatible(node, "mrvl,mpp"))
117 if ((node = fdt_find_compatible(node, "mrvl,mpp", 0)) == 0)
172 * Fill out a "mpp[pin] => function" table. All pins unspecified in
175 bzero(mpp, sizeof(mpp));
180 mpp[mpp_pin] = mpp_function;
194 ctrl_val |= MPP_SEL(i + j, mpp[
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c1026 mlist_t **mpp; local
1136 for (i = 0, mpp = &tdp->t_members; i < vlen;
1137 i++, mpp = &((*mpp)->ml_next)) {
1142 *mpp = xmalloc(sizeof (mlist_t));
1143 (*mpp)->ml_name = xstrdup(sbuf +
1145 (*mpp)->ml_type = tdarr[ctm->ctm_type];
1146 (*mpp)->ml_offset = ctm->ctm_offset;
1147 (*mpp)->ml_size = 0;
1154 for (i = 0, mpp
[all...]
/freebsd-11.0-release/sys/netsmb/
H A Dsmb_trantcp.c75 static int nbssn_recv(struct nbpcb *nbp, struct mbuf **mpp, int *lenp,
329 nbssn_recv(struct nbpcb *nbp, struct mbuf **mpp, int *lenp, argument
342 if (mpp)
343 *mpp = NULL;
439 if (mpp)
440 *mpp = m;
604 smb_nbst_recv(struct smb_vc *vcp, struct mbuf **mpp, struct thread *td) argument
611 error = nbssn_recv(nbp, mpp, &rplen, &rpcode, td);
H A Dsmb_tran.h58 int (*tr_recv)(struct smb_vc *vcp, struct mbuf **mpp, struct thread *td);
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-mptcp.c362 struct mp_prio *mpp = (struct mp_prio *) opt; local
367 if (mpp->sub_b & MP_PRIO_B)
372 ND_PRINT((ndo, " id %u", mpp->addr_id));
/freebsd-11.0-release/sys/dev/oce/
H A Doce_if.c141 static int oce_tx(POCE_SOFTC sc, struct mbuf **mpp, int wq_index);
177 static struct mbuf * oce_tso_setup(POCE_SOFTC sc, struct mbuf **mpp);
864 oce_tx(POCE_SOFTC sc, struct mbuf **mpp, int wq_index) argument
877 m = *mpp;
898 m = oce_tso_setup(sc, mpp);
1009 *mpp = m_temp;
1022 m_freem(*mpp);
1023 *mpp = NULL;
1075 oce_tso_setup(POCE_SOFTC sc, struct mbuf **mpp) argument
1089 m = *mpp;
[all...]
/freebsd-11.0-release/contrib/amd/amd/
H A Dmap.c237 am_node *mp, **mpp; local
249 mpp = exported_ap + first_free_map;
250 mp = *mpp = ALLOC(struct am_node);
/freebsd-11.0-release/sys/kern/
H A Dvfs_mountroot.c228 vfs_mountroot_devfs(struct thread *td, struct mount **mpp) argument
235 *mpp = NULL;
244 *mpp = rootdevmp;
266 *mpp = mp;
H A Dvfs_vnops.c1642 vn_start_write(struct vnode *vp, struct mount **mpp, int flags) argument
1647 KASSERT((flags & V_MNTREF) == 0 || (*mpp != NULL && vp == NULL),
1656 if ((error = VOP_GETWRITEMOUNT(vp, mpp)) != 0) {
1657 *mpp = NULL;
1663 if ((mp = *mpp) == NULL)
1694 vn_start_secondary_write(struct vnode *vp, struct mount **mpp, int flags) argument
1699 KASSERT((flags & V_MNTREF) == 0 || (*mpp != NULL && vp == NULL),
1704 if ((error = VOP_GETWRITEMOUNT(vp, mpp)) != 0) {
1705 *mpp = NULL;
1715 if ((mp = *mpp)
[all...]
/freebsd-11.0-release/contrib/ipfilter/
H A Dip_fil.c427 ipf_fastroute(m, mpp, fin, fdp)
428 mb_t *m, **mpp;
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c722 * mpp - pointer to the mbuf pointer that is the start of the mbuf chain
725 ipf_fastroute(m0, mpp, fin, fdp)
726 mb_t *m0, **mpp;
731 register struct mbuf *m = *mpp;
759 *mpp = m;
/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c568 struct mbuf **mpp, struct mbuf **mpendp, int *lenp)
618 *mpp = mp3;
631 struct thread *p, struct mbuf **mpp, struct mbuf **mpendp)
693 *mpp = NULL;
705 *mpp = m3;
2756 * - if mpp != NULL, return the mount point so that it can
2762 struct mount **mpp, int startwrite, struct thread *p)
2773 if (mpp != NULL)
2774 *mpp = mp;
2782 vn_start_write(NULL, mpp, V_WAI
567 nfsvno_readlink(struct vnode *vp, struct ucred *cred, struct thread *p, struct mbuf **mpp, struct mbuf **mpendp, int *lenp) argument
630 nfsvno_read(struct vnode *vp, off_t off, int cnt, struct ucred *cred, struct thread *p, struct mbuf **mpp, struct mbuf **mpendp) argument
2760 nfsd_fhtovp(struct nfsrv_descript *nd, struct nfsrvfh *nfp, int lktype, struct vnode **vpp, struct nfsexstuff *exp, struct mount **mpp, int startwrite, struct thread *p) argument
[all...]
/freebsd-11.0-release/sys/sys/
H A Dvnode.h706 int vn_start_write(struct vnode *vp, struct mount **mpp, int flags);
707 int vn_start_secondary_write(struct vnode *vp, struct mount **mpp,
/freebsd-11.0-release/sys/net80211/
H A Dieee80211_mesh.c438 ieee80211_mesh_register_proto_path(const struct ieee80211_mesh_proto_path *mpp) argument
443 if (strncmp(mpp->mpp_descr, mesh_proto_paths[i].mpp_descr,
451 memcpy(&mesh_proto_paths[firstempty], mpp, sizeof(*mpp));

Completed in 208 milliseconds