Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h735 #define GET_FIRST_LTUPLE(tp, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ macro
753 #define FIND_FIRST_LTUPLE(tp, tu, f) FIND_LTUPLE_FWD(GET_FIRST_LTUPLE(tp, \
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c1124 GET_FIRST_LTUPLE(sp->cis[CS_GLOBAL_CIS].cis, in cs_get_firstnext_tuple()
1159 tp = GET_FIRST_LTUPLE(sp->cis[fn].cis, flags); in cs_get_firstnext_tuple()