Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dstreamio.c394 stp->sd_qn_maxpsz = INFPSZ - 1; /* used to check for initialization */ in stropen()
429 stp->sd_qn_maxpsz = qp->q_maxpsz; in stropen()
585 stp->sd_qn_maxpsz = rmax; in stropen()
2762 rmax = stp->sd_qn_maxpsz; in strwrite_common()
3848 stp->sd_qn_maxpsz = rmax; in strioctl()
3929 stp->sd_qn_maxpsz = rmax; in strioctl()
4148 stp->sd_qn_maxpsz = rmax; in strioctl()
4283 stp->sd_qn_maxpsz = rmax; in strioctl()
5198 rmax = stp->sd_qn_maxpsz; in strioctl()
7794 rmax = stp->sd_qn_maxpsz; in strputmsg()
[all …]
/titanic_50/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_50/usr/src/uts/common/sys/
H A Dstrsubr.h199 ssize_t sd_qn_maxpsz; /* enhancements, cache the values in */ member
/titanic_50/usr/src/uts/common/io/
H A Dstream.c3367 STREAM(q)->sd_qn_maxpsz = val; in strqset()