Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c191 #define COTS 0x0008 /* connection-oriented transport */ macro
677 tp->tim_flags = (tp->tim_flags & ~CLTS) | COTS; in timodprocessinfo()
679 tp->tim_flags = (tp->tim_flags & ~COTS) | CLTS; in timodprocessinfo()
1646 if ((tp->tim_flags & COTS) == 0) { in timodwproc()
2019 if (tp->tim_flags & COTS) in timodwproc()