Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c442 stp->sd_qn_maxpsz = INFPSZ - 1; /* used to check for initialization */ in stropen()
477 stp->sd_qn_maxpsz = qp->q_maxpsz; in stropen()
638 stp->sd_qn_maxpsz = rmax; in stropen()
2851 rmax = stp->sd_qn_maxpsz; in strwrite_common()
3973 stp->sd_qn_maxpsz = rmax; in strioctl()
4054 stp->sd_qn_maxpsz = rmax; in strioctl()
4273 stp->sd_qn_maxpsz = rmax; in strioctl()
4408 stp->sd_qn_maxpsz = rmax; in strioctl()
5323 rmax = stp->sd_qn_maxpsz; in strioctl()
7919 rmax = stp->sd_qn_maxpsz; in strputmsg()
[all …]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2315 if (stp != NULL && stp->sd_qn_maxpsz > 0) { in create_thread()
2316 sr->sr_maxpsz = MIN(MAXBSIZE, stp->sd_qn_maxpsz); in create_thread()
2996 maxpsz = stp->sd_qn_maxpsz; in sosendfile64()
H A Dsocktpi.c4683 rmax = stp->sd_qn_maxpsz; in sostream_direct()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h206 ssize_t sd_qn_maxpsz; /* enhancements, cache the values in */ member
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c3348 STREAM(q)->sd_qn_maxpsz = val; in strqset()