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);
H A Dxnbo.c200 mp = xnb_copy_to_peer(xnbp, mp);
H A Dxnb.c81 mblk_t *xnb_copy_to_peer(xnb_t *, mblk_t *);
437 /* Allocated on demand, when/if we enter xnb_copy_to_peer(). */
632 * local variables. Used in both xnb_to_peer() and xnb_copy_to_peer().
855 /* Helper functions for xnb_copy_to_peer(). */
961 xnb_copy_to_peer(xnb_t *xnbp, mblk_t *mp) function
1022 cmn_err(CE_PANIC, "xnb_copy_to_peer: "
1073 cmn_err(CE_PANIC, "xnb_copy_to_peer: mp %p "
1128 cmn_err(CE_WARN, "xnb_copy_to_peer: copy op. failed");

Completed in 66 milliseconds