Searched refs:REMORDREL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c194 #define REMORDREL 0x0040 /* remote end had orderly released */ macro
1238 tp->tim_flags &= ~(CONNWAIT|LOCORDREL|REMORDREL);
1263 tp->tim_flags &= ~(LOCORDREL|REMORDREL);
1266 tp->tim_flags |= REMORDREL;
1652 (CONNWAIT|LOCORDREL|REMORDREL)) == 0 &&
2090 tp->tim_flags &= ~(CONNWAIT|LOCORDREL|REMORDREL);
2116 if (tp->tim_flags & REMORDREL) {
2117 tp->tim_flags &= ~(LOCORDREL|REMORDREL);

Completed in 72 milliseconds