Home
last modified time | relevance | path

Searched refs:_QINSERTING (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dstream.h187 #define _QINSERTING 0x04000000 /* Private, module is being inserted */ macro
/titanic_41/usr/src/uts/common/os/
H A Dddi.c574 (q->q_flag & _QINSERTING)) in qprocson()
H A Dstrsubr.c1189 rq->q_flag |= _QINSERTING; in qattach()
1206 rq->q_flag &= ~_QINSERTING; in qattach()
4753 if (new->q_flag & _QINSERTING) { in insertq()
4783 new->q_flag &= ~_QINSERTING; in insertq()
7638 ASSERT(!(rnew->q_flag & _QINSERTING)); in set_nfsrv_ptr()
7690 if (rnew->q_flag & _QINSERTING) { in set_nfsrv_ptr()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c93 { SF(_QINSERTING), "module is inserted with _I_INSERT" },