Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtirdwr.c185 (void) strqset(WR(q), QMAXPSZ, 0, (uintptr_t)WR(q)->q_next->q_maxpsz); in tirdwropen()
186 (void) strqset(q, QMAXPSZ, 0, (uintptr_t)q->q_next->q_maxpsz); in tirdwropen()
H A Dtimod.c673 (void) strqset(q, QMAXPSZ, 0, tia->TIDU_size); in timodprocessinfo()
674 (void) strqset(OTHERQ(q), QMAXPSZ, 0, tia->TIDU_size); in timodprocessinfo()
H A Dstream.c3312 case QMAXPSZ: in strqset()
3470 case QMAXPSZ: in strqget()
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c125 (void) strqset(wq, QMAXPSZ, 0, size); in proto_set_maxpsz()
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h238 QMAXPSZ = 2, /* q_maxpsz */ enumerator