Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h595 #define SQ_CIOC 0x0400 /* Concurrent inner open/close */ macro
605 #define SQ_CI (SQ_CIPUT|SQ_CISVC|SQ_CIOC|SQ_CICB)
615 #define SQ_OPENCLOSE (SQ_CIOC|SQ_COOC)
/illumos-gate/usr/src/uts/common/os/
H A Dddi.c707 is_sq_cioc = (sq->sq_type & SQ_CIOC) ? 1 : 0; in qwait_sig()
819 is_sq_cioc = (sq->sq_type & SQ_CIOC) ? 1 : 0; in qwait()
H A Dstrsubr.c2425 sqtype |= SQ_CIOC; in devflg_to_qflag()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c124 { SF(SQ_CIOC), "Concurrent inner open/close" },