Home
last modified time | relevance | path

Searched refs:xnb_copy_to_peer (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.h209 extern mblk_t *xnb_copy_to_peer(xnb_t *, mblk_t *);
H A Dxnbu.c205 mp = xnb_copy_to_peer(arg, mp); in xnbu_m_send()
H A Dxnbo.c200 mp = xnb_copy_to_peer(xnbp, mp); in xnbo_from_mac()
H A Dxnb.c82 mblk_t *xnb_copy_to_peer(xnb_t *, mblk_t *);
963 xnb_copy_to_peer(xnb_t *xnbp, mblk_t *mp) in xnb_copy_to_peer() function