Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dtl.c679 #define IS_SOCKET(x) (((x)->te_flag & TL_SOCKET) != 0) macro
1193 if (IS_SOCKET(tep)) { in tl_free()
1485 if (IS_SOCKET(tep)) { in tl_open()
1503 if (IS_SOCKET(tep)) in tl_open()
1662 if (IS_COTS(tep) && !IS_SOCKET(tep)) { in tl_close_ser()
2238 if (IS_SOCKET(tep) || (tep->te_flag & otheropt)) { in tl_do_ioctl()
2410 if (IS_SOCKET(tep)) { in tl_bind()
2493 if (IS_SOCKET(tep)) { in tl_bind()
2703 if (! IS_SOCKET(tep) || !IS_CLTS(tep) || tep->te_qlen != 0 || in tl_unbind()
2759 if (!IS_SOCKET(tep) && tep->te_state != TS_IDLE && in tl_optmgmt()
[all …]