Home
last modified time | relevance | path

Searched refs:_WR (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c1136 wrq = _WR(rq); in qattach()
1229 queue_t *wqp = _WR(qp); in qreopen()
1262 queue_t *wqp = _WR(qp); in qdetach()
1325 queue_t *wqp = _WR(qp); in disable_svc()
1340 queue_t *wqp = _WR(qp); in enable_svc()
1393 queue_t *wqp = _WR(qp); in wait_svc()
2521 wq = _WR(rq); in setq()
3306 stp->sd_wrq = _WR(qp); in shalloc()
3441 queue_t *wqp = _WR(qp); in freeq()
4879 queue_t *wqp = _WR(qp); in removeq()
[all …]
H A Dstreamio.c444 qp->q_ptr = _WR(qp)->q_ptr = stp; in stropen()
445 STREAM(qp) = STREAM(_WR(qp)) = stp; in stropen()
465 _WR(qp)->q_nfsrv = _WR(qp); in stropen()
518 brq = _RD(_WR(qp)->q_next); in stropen()
1904 cv_broadcast(&_WR(q)->q_wait); in strrput()
2057 cv_broadcast(&_WR(q)->q_wait); /* writers */ in strrput_nondata()
2105 cv_broadcast(&_WR(q)->q_wait); /* the writers */ in strrput_nondata()
2164 cv_broadcast(&_WR(q)->q_wait); /* the writers */ in strrput_nondata()
H A Dddi.c284 return (_WR(q)); in WR()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c1048 (void) mdb_qname(_WR(q), wname, sizeof (wname)); in print_qpair()
1051 mdb_qinfo(_WR(q), info1, sizeof (info1)); in print_qpair()
1074 _WR(q)->q_count, _RD(q)->q_count, info1); in print_qpair()
1077 _WR(q)->q_flag, _RD(q)->q_flag, info2); in print_qpair()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1327 #define _WR(q) ((q)->q_flag&QREADR? (q)+1: (q)) macro
/illumos-gate/usr/src/uts/common/io/
H A Dstream.c3756 if ((nqp = _WR(qp)) == qp) { in rwnext()
3937 if ((nqp = _WR(qp)) == qp) { in infonext()
4126 q = _WR(q); in create_putlocks()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex400 \item \myindex{REG\_WR}
443 …alized those before calling this function, and must guarantee that its REG\_WR/RD functions actual…
516 Following this, REG\_RD/REG\_WR are no longer operational - upper layer can disable the PCI BAR.