Searched refs:strqset (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/io/ |
H A D | tirdwr.c | 188 (void) strqset(WR(q), QMAXPSZ, 0, (uintptr_t)WR(q)->q_next->q_maxpsz); in tirdwropen() 189 (void) strqset(q, QMAXPSZ, 0, (uintptr_t)q->q_next->q_maxpsz); in tirdwropen()
|
H A D | timod.c | 671 (void) strqset(q, QMAXPSZ, 0, tia->TIDU_size); in timodprocessinfo() 672 (void) strqset(OTHERQ(q), QMAXPSZ, 0, tia->TIDU_size); in timodprocessinfo()
|
H A D | stream.c | 3273 strqset(queue_t *q, qfields_t what, unsigned char pri, intptr_t val) in strqset() function
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | proto_set.c | 125 (void) strqset(wq, QMAXPSZ, 0, size); in proto_set_maxpsz()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | stream.h | 815 extern int strqset(queue_t *, qfields_t, unsigned char, intptr_t);
|
/titanic_50/usr/src/uts/sun4u/starfire/io/ |
H A D | idn.c | 1558 (void) strqset(WR(rq), QMAXPSZ, 0, IDN_DATA_SIZE); in idnopen() 1559 (void) strqset(WR(rq), QLOWAT, 0, IDN_LOWAT); in idnopen() 1560 (void) strqset(WR(rq), QHIWAT, 0, IDN_HIWAT); in idnopen() 1561 (void) strqset(rq, QMAXPSZ, 0, IDN_DATA_SIZE); in idnopen() 1562 (void) strqset(rq, QLOWAT, 0, IDN_LOWAT); in idnopen() 1563 (void) strqset(rq, QHIWAT, 0, IDN_HIWAT); in idnopen()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpcmod.c | 1388 (void) strqset(q, QHIWAT, 0, stropts->so_hiwat); in mir_rput()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | streamio.c | 2370 if (strqset(q, QHIWAT, in strrput_nondata() 2383 if (strqset(q, QLOWAT, in strrput_nondata()
|
/titanic_50/usr/src/man/man9f/ |
H A D | Makefile | 468 strqset.9f \
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 464 file path=usr/share/man/man9f/strqset.9f
|