Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c765 if (!(flags & CIS_GET_LTUPLE_IGNORE)) in cis_get_ltuple()
774 if (!(flags & CIS_GET_LTUPLE_IGNORE)) in cis_get_ltuple()
781 if ((flags & CIS_GET_LTUPLE_IGNORE) || in cis_get_ltuple()
790 if ((flags & CIS_GET_LTUPLE_IGNORE) || in cis_get_ltuple()
798 if ((flags & CIS_GET_LTUPLE_IGNORE) || in cis_get_ltuple()
807 if ((flags & CIS_GET_LTUPLE_IGNORE) || in cis_get_ltuple()
815 (!(flags & CIS_GET_LTUPLE_IGNORE)) && in cis_get_ltuple()
822 (!(flags & CIS_GET_LTUPLE_IGNORE)) && in cis_get_ltuple()
1121 CIS_GET_LTUPLE_IGNORE) != NULL) { in cis_list_create()
1125 CIS_GET_LTUPLE_IGNORE)) != NULL) { in cis_list_create()
[all …]
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h315 #define CIS_GET_LTUPLE_IGNORE 0x000010000 /* return ignored tuples */ macro
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c1100 flags |= CIS_GET_LTUPLE_IGNORE; in cs_get_firstnext_tuple()