Home
last modified time | relevance | path

Searched refs:tail_len (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c419 int tail_len; in sendvec_small_chunk() local
434 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() local
722 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()
/illumos-gate/usr/src/uts/common/io/
H A Dstrsun.c253 size_t tail_len = stp->sd_tail; in mcopyinuio() local
280 if ((mp = allocb_cred(offset + blocksize + tail_len, in mcopyinuio()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c445 size_t tail_len, int *errorp) in socopyinuio() argument
473 mp = allocb(wroff + blocksize + tail_len, BPRI_MED); in socopyinuio()
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c2883 int tail_len = (int)stp->sd_tail; in strmakedata() local
2884 int extra = wroff + tail_len; in strmakedata()