Searched defs:cis_get_ltuple (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c200 retcode = (void *)cis_get_ltuple(tp, type, flags);
719 * cis_get_ltuple - function to walk local linked CIS list and return
754 cis_get_ltuple(cistpl_t *tp, cisdata_t type, uint32_t flags) function
1121 if (cis_get_ltuple(sp->cis[fn].cis, cil->type,
1125 while ((gtp = cis_get_ltuple(gtp, cil->type,
1129 gtp = cis_get_ltuple(gtp, NULL, GET_NEXT_LTUPLEF |
1132 } /* if (cis_get_ltuple(cis[fn])) */
1287 cis_info->cis = cis_get_ltuple(cis_info->cis, NULL,
1300 cis_info->cis = cis_get_ltuple(cis_info->cis, NULL,

Completed in 46 milliseconds