Lines Matching refs:wroff
413 int wroff; in sendvec_small_chunk() local
433 wroff = (int)vp->v_stream->sd_wroff; in sendvec_small_chunk()
439 wroff = so->so_proto_props.sopp_wroff; in sendvec_small_chunk()
443 extra = wroff + tail_len; in sendvec_small_chunk()
449 head->b_wptr = head->b_rptr = head->b_rptr + wroff; in sendvec_small_chunk()
498 dmp->b_rptr + wroff; in sendvec_small_chunk()
604 dmp->b_rptr + wroff; in sendvec_small_chunk()
705 int maxblk, wroff, tail_len; in sendvec_chunk() local
711 wroff = 0; in sendvec_chunk()
721 wroff = (int)stp->sd_wroff; in sendvec_chunk()
726 wroff = so->so_proto_props.sopp_wroff; in sendvec_chunk()
730 extra = wroff + tail_len; in sendvec_chunk()
811 dmp->b_rptr + wroff; in sendvec_chunk()
1006 dmp->b_rptr + wroff; in sendvec_chunk()