Home
last modified time | relevance | path

Searched refs:sd_maxblk (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c443 stp->sd_maxblk = INFPSZ; in stropen()
2436 stp->sd_maxblk = sop->so_maxblk; in strrput_nondata()
7934 if (stp->sd_maxblk != INFPSZ && rmax != INFPSZ && rmax < stp->sd_maxblk) in strputmsg()
7935 rmax = stp->sd_maxblk; in strputmsg()
7982 ASSERT(stp->sd_maxblk == INFPSZ || in strputmsg()
7983 stp->sd_maxblk >= mdata->len); in strputmsg()
8132 if (stp->sd_maxblk != INFPSZ && rmax != INFPSZ && rmax < stp->sd_maxblk) in kstrputmsg()
8133 rmax = stp->sd_maxblk; in kstrputmsg()
8217 ASSERT(stp->sd_maxblk == INFPSZ || stp->sd_maxblk >= msgsize); in kstrputmsg()
H A Dstrsubr.c2898 maxblk = stp->sd_maxblk; in strmakedata()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c723 maxblk = (int)stp->sd_maxblk; in sendvec_chunk()
1178 maxblk = (int)vp->v_stream->sd_maxblk; in sendfilev()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h220 ssize_t sd_maxblk; /* maximum message block size */ member
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2205 maxblk = (int)(stp->sd_maxblk); in snf_async_read()
2800 maxblk = (int)(stp->sd_maxblk); in snf_cache()
H A Dsocktpi.c4691 maxblk = stp->sd_maxblk; in sostream_direct()