Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c404 #define TL_SOCKET 4 /* Socket */ macro
405 #define TL_SOCK_COTS (TL_SOCKET | TL_TICOTS)
406 #define TL_SOCK_COTSORD (TL_SOCKET | TL_TICOTSORD)
407 #define TL_SOCK_CLTS (TL_SOCKET | TL_TICLTS)
669 #define IS_SOCKET(x) (((x)->te_flag & TL_SOCKET) != 0)
1085 if (i & TL_SOCKET) in tl_attach()
1099 if (i & TL_SOCKET) { in tl_attach()
1151 if (i & TL_SOCKET) in tl_detach()
1159 if (i & TL_SOCKET) in tl_detach()
1506 minor |= TL_SOCKET; in tl_open()