Home
last modified time | relevance | path

Searched refs:SQ_COOC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h599 #define SQ_COOC 0x4000 /* Concurrent outer open/close */ macro
606 #define SQ_CO (SQ_COPUT|SQ_COSVC|SQ_COOC|SQ_COCB)
615 #define SQ_OPENCLOSE (SQ_CIOC|SQ_COOC)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c128 { SF(SQ_COOC), "Concurrent outer open/close" },
/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c2461 sqtype &= ~SQ_COOC; in devflg_to_qflag()