Searched defs:mpcopy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c1697 mblk_t *mpcopy; local
1727 mpcopy = msgpullup(mp, sizeof (struct ether_header));
1728 if (mpcopy == NULL) {
1732 mp = mpcopy;
1746 mpcopy = allocb(minlen, BPRI_MED);
1747 if (mpcopy == NULL) {
1753 bcopy(mp->b_rptr, mpcopy->b_rptr, mlen);
1754 mpcopy->b_wptr += mlen;
1755 mpcopy->b_cont = mp->b_cont;
1761 bcopy(mp->b_rptr, mpcopy
1864 mblk_t *mpsend, *mpcopy; local
2215 mblk_t *mp, *mpcopy; local
2450 mblk_t *mp, *mpcopy; local
2557 mblk_t *mpcopy; local
[all...]

Completed in 63 milliseconds