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

/illumos-gate/usr/src/uts/common/xen/io/
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 255 milliseconds