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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c406 #define TL_SOCKET 4 /* Socket */ macro
407 #define TL_SOCK_COTS (TL_SOCKET|TL_TICOTS)
408 #define TL_SOCK_COTSORD (TL_SOCKET|TL_TICOTSORD)
409 #define TL_SOCK_CLTS (TL_SOCKET|TL_TICLTS)
680 #define IS_SOCKET(x) (((x)->te_flag & TL_SOCKET) != 0)
1020 if (i & TL_SOCKET)
1034 if (i & TL_SOCKET) {
1086 if (i & TL_SOCKET)
1094 if (i & TL_SOCKET)
1440 minor |= TL_SOCKET;
[all...]

Completed in 66 milliseconds