Lines Matching defs:tocopy
3440 int tocopy;
3450 tocopy = sizeof (uint32_t) -
3452 if (tocopy > msglen)
3453 tocopy = msglen;
3455 ASSERT(mp->b_rptr + tocopy <= DB_LIM(mp));
3458 tmi->rcmd_state.cd_len), tocopy);
3460 tmi->rcmd_state.cd_len += tocopy;
3481 msglen -= tocopy;
3482 mp->b_rptr += tocopy;
3577 size_t tocopy;
3583 tocopy = (needed >= n ? n : needed);
3585 ASSERT(bp->b_rptr + tocopy <= DB_LIM(bp));
3586 ASSERT(tmi->rcmd_state.c_msg->b_wptr + tocopy <=
3591 tocopy);
3593 tmi->rcmd_state.c_msg->b_wptr += tocopy;
3595 bp->b_rptr += tocopy;