Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c393 stp->sd_qn_maxpsz = INFPSZ - 1; /* used to check for initialization */ in stropen()
428 stp->sd_qn_maxpsz = qp->q_maxpsz; in stropen()
584 stp->sd_qn_maxpsz = rmax; in stropen()
2761 rmax = stp->sd_qn_maxpsz; in strwrite_common()
3847 stp->sd_qn_maxpsz = rmax; in strioctl()
3928 stp->sd_qn_maxpsz = rmax; in strioctl()
4147 stp->sd_qn_maxpsz = rmax; in strioctl()
4282 stp->sd_qn_maxpsz = rmax; in strioctl()
5197 rmax = stp->sd_qn_maxpsz; in strioctl()
7793 rmax = stp->sd_qn_maxpsz; in strputmsg()
[all …]
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2250 if (stp != NULL && stp->sd_qn_maxpsz > 0) { in create_thread()
2251 sr->sr_maxpsz = MIN(MAXBSIZE, stp->sd_qn_maxpsz); in create_thread()
2931 maxpsz = stp->sd_qn_maxpsz; in sosendfile64()
H A Dnl7curi.c1742 write_bytes = vp->v_stream->sd_qn_maxpsz; in uri_rd_response()
H A Dsocktpi.c4741 rmax = stp->sd_qn_maxpsz; in sostream_direct()
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h199 ssize_t sd_qn_maxpsz; /* enhancements, cache the values in */ member
/titanic_41/usr/src/uts/common/io/
H A Dstream.c3367 STREAM(q)->sd_qn_maxpsz = val; in strqset()