Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun_impl.h152 #define TO_TLL(p) \ macro
H A Dsppptun.c679 tll = TO_TLL(tunll_list.q_forw); in sppptun_close()
680 while (tll != TO_TLL(&tunll_list)) { in sppptun_close()
685 tll = TO_TLL(tll->tll_next); in sppptun_close()
1086 tll = TO_TLL(tunll_list.q_forw); in tll_lookup_on_name()
1087 for (; tll != TO_TLL(&tunll_list); tll = TO_TLL(tll->tll_next)) in tll_lookup_on_name()
1248 tll = TO_TLL(tunll_list.q_forw); in sppptun_inner_ioctl()
1249 while (tll != TO_TLL(&tunll_list)) { in sppptun_inner_ioctl()
1252 tll = TO_TLL(tll->tll_next); in sppptun_inner_ioctl()
1254 if (tll != TO_TLL(&tunll_list)) { in sppptun_inner_ioctl()
/titanic_41/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c521 addr = (uintptr_t)TO_TLL(twd->next); in tunll_walk_step()