Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dtl.c405 #define TL_SOCKET 4 /* Socket */ macro
406 #define TL_SOCK_COTS (TL_SOCKET|TL_TICOTS)
407 #define TL_SOCK_COTSORD (TL_SOCKET|TL_TICOTSORD)
408 #define TL_SOCK_CLTS (TL_SOCKET|TL_TICLTS)
679 #define IS_SOCKET(x) (((x)->te_flag & TL_SOCKET) != 0)
1019 if (i & TL_SOCKET) in tl_attach()
1033 if (i & TL_SOCKET) { in tl_attach()
1085 if (i & TL_SOCKET) in tl_detach()
1093 if (i & TL_SOCKET) in tl_detach()
1439 minor |= TL_SOCKET; in tl_open()