Searched defs:CLTS (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachprivregs.h170 #define CLTS \ macro
/illumos-gate/usr/src/uts/i86xpv/sys/
H A Dmachprivregs.h520 #define CLTS \ macro
533 #define CLTS \ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c190 #define CLTS 0x0004 /* connectionless transport */ macro
675 tp->tim_flags = (tp->tim_flags & ~CLTS) | COTS;
677 tp->tim_flags = (tp->tim_flags & ~COTS) | CLTS;
1489 if (tp->tim_flags & CLTS) {
1511 if (tp->tim_flags & CLTS) {
1597 if (tp->tim_flags & CLTS) {
1955 if (tp->tim_flags & CLTS) {

Completed in 73 milliseconds