Searched refs:mtdp (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c337 fwd_equiv(tdesc_t *ctdp, tdesc_t *mtdp) argument
339 tdesc_t *defn = (ctdp->t_type == FORWARD ? mtdp : ctdp);
346 equiv_node(tdesc_t *ctdp, tdesc_t *mtdp, equiv_data_t *ed) argument
352 mtdp->t_emark > ed->ed_clear_mark)
353 return (ctdp->t_emark == mtdp->t_emark);
366 mapping == mtdp->t_id && !ed->ed_selfuniquify)
369 if (!streq(ctdp->t_name, mtdp->t_name))
372 if (ctdp->t_type != mtdp->t_type) {
373 if (ctdp->t_type == FORWARD || mtdp->t_type == FORWARD)
374 return (fwd_equiv(ctdp, mtdp));
405 tdesc_t *mtdp = bucket; local
[all...]
/freebsd-11-stable/sys/dev/snc/
H A Ddp83932.c528 struct mtd *mtdp; local
541 mtdp = &sc->mtda[sc->mtd_free];
543 buff = mtdp->mtd_vbuf;
546 mtdp->mtd_mbuf = m0;
547 txp = mtdp->mtd_vtxp;
570 LOWER(mtdp->mtd_vbuf));
572 UPPER(mtdp->mtd_vbuf));
576 (*sc->sc_zerobuf)(sc, mtdp->mtd_vbuf + totlen, pad);
595 LOWER(mtdp->mtd_vtxp));
H A Ddp83932subr.c116 struct mtd *mtdp = &sc->mtda[i]; local
117 mtdp->mtd_vtxp = SONIC_GETDMA(p);
149 struct mtd *mtdp = &sc->mtda[i]; local
151 mtdp->mtd_vbuf = SONIC_GETDMA(p);

Completed in 181 milliseconds