Searched refs:tail_len (Results 1 – 4 of 4) sorted by relevance
419 int tail_len; in sendvec_small_chunk() local434 tail_len = (int)vp->v_stream->sd_tail; in sendvec_small_chunk()440 tail_len = so->so_proto_props.sopp_tail; in sendvec_small_chunk()443 extra = wroff + tail_len; in sendvec_small_chunk()705 int maxblk, wroff, tail_len; in sendvec_chunk() local722 tail_len = (int)stp->sd_tail; in sendvec_chunk()727 tail_len = so->so_proto_props.sopp_tail; in sendvec_chunk()730 extra = wroff + tail_len; in sendvec_chunk()
253 size_t tail_len = stp->sd_tail; in mcopyinuio() local280 if ((mp = allocb_cred(offset + blocksize + tail_len, in mcopyinuio()
445 size_t tail_len, int *errorp) in socopyinuio() argument473 mp = allocb(wroff + blocksize + tail_len, BPRI_MED); in socopyinuio()
2882 int tail_len = (int)stp->sd_tail; in strmakedata() local2883 int extra = wroff + tail_len; in strmakedata()