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

/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c193 #define LOCORDREL 0x0020 /* local end has orderly released */ macro
1238 tp->tim_flags &= ~(CONNWAIT|LOCORDREL|REMORDREL);
1262 if (tp->tim_flags & LOCORDREL) {
1263 tp->tim_flags &= ~(LOCORDREL|REMORDREL);
1652 (CONNWAIT|LOCORDREL|REMORDREL)) == 0 &&
2090 tp->tim_flags &= ~(CONNWAIT|LOCORDREL|REMORDREL);
2117 tp->tim_flags &= ~(LOCORDREL|REMORDREL);
2120 tp->tim_flags |= LOCORDREL;

Completed in 48 milliseconds