Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c394 stp->sd_maxblk = INFPSZ; in stropen()
2366 stp->sd_maxblk = sop->so_maxblk; in strrput_nondata()
7808 if (stp->sd_maxblk != INFPSZ && rmax != INFPSZ && rmax < stp->sd_maxblk) in strputmsg()
7809 rmax = stp->sd_maxblk; in strputmsg()
7856 ASSERT(stp->sd_maxblk == INFPSZ || in strputmsg()
7857 stp->sd_maxblk >= mdata->len); in strputmsg()
8006 if (stp->sd_maxblk != INFPSZ && rmax != INFPSZ && rmax < stp->sd_maxblk) in kstrputmsg()
8007 rmax = stp->sd_maxblk; in kstrputmsg()
8091 ASSERT(stp->sd_maxblk == INFPSZ || stp->sd_maxblk >= msgsize); in kstrputmsg()
H A Dstrsubr.c2873 maxblk = stp->sd_maxblk; in strmakedata()
/titanic_41/usr/src/uts/common/syscall/
H A Dsendfile.c720 maxblk = (int)stp->sd_maxblk; in sendvec_chunk()
1175 maxblk = (int)vp->v_stream->sd_maxblk; in sendfilev()
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h213 ssize_t sd_maxblk; /* maximum message block size */ member
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2140 maxblk = (int)(stp->sd_maxblk); in snf_async_read()
2735 maxblk = (int)(stp->sd_maxblk); in snf_cache()
H A Dnl7curi.c1710 int max_mblk = (int)vp->v_stream->sd_maxblk; in uri_rd_response()
H A Dsocktpi.c4749 maxblk = stp->sd_maxblk; in sostream_direct()