Searched refs:_RD (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 349 if ((error = qreopen(_RD(qp), devp, flag, crp)) != 0) in stropen() 449 freeq(_RD(qp)); in stropen() 469 brq = _RD(_WR(qp)->q_next); in stropen() 730 wait_sq_svc(_RD(qp)->q_syncq); in strclose() 733 qdetach(_RD(rmq), 1, flag, crp, B_FALSE); in strclose() 753 disable_svc(_RD(qp)); in strclose() 759 wait_svc(_RD(qp)); in strclose() 764 flushq(_RD(qp), FLUSHALL); in strclose() 778 freeq(_RD(qp)); in strclose() 779 } else if (qp->q_next == _RD(qp)) { /* fifo */ in strclose() [all …]
|
H A D | strsubr.c | 1244 ASSERT(qprocsareon(_RD(qp))); in qreopen() 1858 rq = _RD(stpdown->sd_wrq); in mlink_file() 2084 rq = _RD(wrq); in munlink() 3012 sleepon = &_RD(stp->sd_wrq)->q_wait; in strwaitq() 3074 if (_RD(stp->sd_wrq)->q_first != NULL) { in strwaitq() 4758 after = _RD(stp->sd_wrq); in insertq() 4924 stp->sd_wrq->q_next = _RD(stp->sd_wrq); in removeq() 4937 ASSERT(_SAMESTR(_RD(stp->sd_wrq)) == O_SAMESTR(_RD(stp->sd_wrq))); in removeq() 5191 q = _RD(q); in sqlist_insertall() 5267 q = _RD(q); in strblock() [all …]
|
H A D | ddi.c | 265 return (_RD(q)); in RD()
|
H A D | devcfg.c | 7031 queue_t *rq = _RD(q); in ddi_assoc_queue_with_devi()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 1045 (void) mdb_qname(_RD(q), rname, sizeof (rname)); in print_qpair() 1063 mdb_qinfo(_RD(q), info1, sizeof (info1)); in print_qpair() 1070 _WR(q)->q_count, _RD(q)->q_count, info1); in print_qpair() 1073 _WR(q)->q_flag, _RD(q)->q_flag, info2); in print_qpair()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | stream.c | 3582 cv_broadcast(&_RD(stp->sd_wrq)->q_wait); in strwakeq() 3784 qp = _RD(nqp->q_next); in rwnext() 3872 STR_FTEVENT_MSG(dp->d_mp, _RD(nqp), FTEV_RWNEXT, in rwnext() 3959 qp = _RD(nqp->q_next); in infonext()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | strsubr.h | 1315 #define _RD(q) ((q)->q_flag&QREADR? (q): (q)-1) macro
|
/titanic_41/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 519 if (_RD(dq)->q_flag & _QASSOCIATED) { in spec_clone()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 2053 qp = _RD(stp->sd_wrq); in strsock_proto()
|
H A D | socktpi.c | 6461 *qp = _RD(q); in sotpi_convert_sonode()
|