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

12

/freebsd-10.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-10.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-10.0-release/sys/boot/fdt/dts/
H A Dts7800.dts43 mpp = &MPP;
103 MPP: mpp@10000 {
105 compatible = "mrvl,mpp";
H A Ddb88f5182.dts46 mpp = &MPP;
131 MPP: mpp@10000 {
133 compatible = "mrvl,mpp";
H A Ddb88f5281.dts46 mpp = &MPP;
131 MPP: mpp@10000 {
133 compatible = "mrvl,mpp";
H A Ddockstar.dts44 mpp = &MPP;
142 MPP: mpp@10000 {
144 compatible = "mrvl,mpp";
H A Ddreamplug-1001.dts49 mpp = &MPP;
122 MPP: mpp@10000 {
124 compatible = "mrvl,mpp";
H A Dsheevaplug.dts44 mpp = &MPP;
127 MPP: mpp@10000 {
129 compatible = "mrvl,mpp";
H A Ddb78100.dts46 mpp = &MPP;
136 MPP: mpp@10000 {
138 compatible = "mrvl,mpp";
H A Ddb88f6281.dts44 mpp = &MPP;
128 MPP: mpp@10000 {
130 compatible = "mrvl,mpp";
H A Ddreamplug-1001N.dts49 mpp = &MPP;
143 MPP: mpp@10000 {
145 compatible = "mrvl,mpp";
H A Ddb78460.dts153 MPP: mpp@10000 {
155 compatible = "mrvl,mpp";
/freebsd-10.0-release/sys/arm/mv/
H A Dmv_machdep.c79 int mpp[MPP_PIN_MAX]; local
91 * Try to access the MPP node directly i.e. through /aliases/mpp.
93 if ((node = OF_finddevice("mpp")) != -1)
94 if (fdt_is_compatible(node, "mrvl,mpp"))
105 if ((node = fdt_find_compatible(node, "mrvl,mpp", 0)) == 0)
160 * Fill out a "mpp[pin] => function" table. All pins unspecified in
163 bzero(mpp, sizeof(mpp));
168 mpp[mpp_pin] = mpp_function;
182 ctrl_val |= MPP_SEL(i + j, mpp[
[all...]
/freebsd-10.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-10.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-10.0-release/sys/kern/
H A Dvfs_vnops.c1523 vn_start_write(vp, mpp, flags)
1525 struct mount **mpp;
1537 if ((error = VOP_GETWRITEMOUNT(vp, mpp)) != 0) {
1538 *mpp = NULL;
1544 if ((mp = *mpp) == NULL)
1569 vn_start_secondary_write(vp, mpp, flags)
1571 struct mount **mpp;
1579 if ((error = VOP_GETWRITEMOUNT(vp, mpp)) != 0) {
1580 *mpp = NULL;
1590 if ((mp = *mpp)
[all...]
H A Dvfs_mountroot.c206 vfs_mountroot_devfs(struct thread *td, struct mount **mpp) argument
213 *mpp = NULL;
235 *mpp = mp;
/freebsd-10.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);
856 oce_tx(POCE_SOFTC sc, struct mbuf **mpp, int wq_index) argument
869 m = *mpp;
890 m = oce_tso_setup(sc, mpp);
1001 *mpp = m_temp;
1014 m_freem(*mpp);
1015 *mpp = NULL;
1067 oce_tso_setup(POCE_SOFTC sc, struct mbuf **mpp) argument
1081 m = *mpp;
[all...]
/freebsd-10.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-10.0-release/contrib/ipfilter/
H A Dip_fil.c424 ipf_fastroute(m, mpp, fin, fdp)
425 mb_t *m, **mpp;
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c699 * mpp - pointer to the mbuf pointer that is the start of the mbuf chain
702 ipf_fastroute(m0, mpp, fin, fdp)
703 mb_t *m0, **mpp;
708 register struct mbuf *m = *mpp;
737 *mpp = m;
/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c557 struct mbuf **mpp, struct mbuf **mpendp, int *lenp)
607 *mpp = mp3;
620 struct thread *p, struct mbuf **mpp, struct mbuf **mpendp)
681 *mpp = NULL;
693 *mpp = m3;
2673 * - if mpp != NULL, return the mount point so that it can
2679 struct mount **mpp, int startwrite, struct thread *p)
2690 if (mpp != NULL)
2691 *mpp = mp;
2699 vn_start_write(NULL, mpp, V_WAI
556 nfsvno_readlink(struct vnode *vp, struct ucred *cred, struct thread *p, struct mbuf **mpp, struct mbuf **mpendp, int *lenp) argument
619 nfsvno_read(struct vnode *vp, off_t off, int cnt, struct ucred *cred, struct thread *p, struct mbuf **mpp, struct mbuf **mpendp) argument
2677 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-10.0-release/sys/sys/
H A Dvnode.h687 int vn_start_write(struct vnode *vp, struct mount **mpp, int flags);
688 int vn_start_secondary_write(struct vnode *vp, struct mount **mpp,
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.freebsd88 03/07 Michael P. Pritchard <mpp@FreeBSD.org> born in Los Angeles, California, United States, 1964

Completed in 163 milliseconds

12