Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c750 #define GET_PREV_LTUPLE(tp) ((tp->prev)?tp->prev:NULL) macro
763 } while ((tp = GET_PREV_LTUPLE(tp)) != NULL); in cis_get_ltuple()
776 ltp = GET_PREV_LTUPLE(ltp); in cis_get_ltuple()
793 } while ((tp = GET_PREV_LTUPLE(tp)) != NULL); in cis_get_ltuple()
805 while ((tp = GET_PREV_LTUPLE(tp)) != NULL) { in cis_get_ltuple()
821 while (((ltp = GET_PREV_LTUPLE(ltp)) != NULL) && in cis_get_ltuple()