Lines Matching refs:ml
696 mblk_t *ml; in xnb_to_peer() local
723 for (ml = mp; ml != NULL; ml = ml->b_cont) { in xnb_to_peer()
724 size_t chunk = ml->b_wptr - ml->b_rptr; in xnb_to_peer()
726 bcopy(ml->b_rptr, valoop, chunk); in xnb_to_peer()
966 mblk_t *ml, *ml_prev; in xnb_copy_to_peer() local
1042 for (ml = mp, ml_prev = NULL; ml != NULL; ml = ml->b_cont) { in xnb_copy_to_peer()
1043 size_t chunk = ml->b_wptr - ml->b_rptr; in xnb_copy_to_peer()
1056 if (is_foreign(ml->b_rptr) || is_foreign(ml->b_wptr)) { in xnb_copy_to_peer()
1057 mblk_t *ml_new = replace_msg(ml, chunk, in xnb_copy_to_peer()
1061 if (free == ml) in xnb_copy_to_peer()
1063 if (mp == ml) in xnb_copy_to_peer()
1065 ml = ml_new; in xnb_copy_to_peer()
1070 rpt_align = (uchar_t *)ALIGN2PAGE(ml->b_rptr); in xnb_copy_to_peer()
1071 r_offset = (uint16_t)(ml->b_rptr - rpt_align); in xnb_copy_to_peer()
1072 r_tmp = ml->b_rptr; in xnb_copy_to_peer()
1078 (void *)mp, (void *)saved_mp, (void *)ml, in xnb_copy_to_peer()
1098 (mblk_t *), ml, int, chunk, int, in xnb_copy_to_peer()
1122 ml_prev = ml; in xnb_copy_to_peer()
1124 DTRACE_PROBE4(mblk_loop_end, (mblk_t *), ml, int, in xnb_copy_to_peer()