Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/pcmcia/cis/
H A Dcis.c767 if (!(flags & CIS_GET_LTUPLE_IGNORE)) in cis_get_ltuple()
776 if (!(flags & CIS_GET_LTUPLE_IGNORE)) in cis_get_ltuple()
783 if ((flags & CIS_GET_LTUPLE_IGNORE) || in cis_get_ltuple()
792 if ((flags & CIS_GET_LTUPLE_IGNORE) || in cis_get_ltuple()
800 if ((flags & CIS_GET_LTUPLE_IGNORE) || in cis_get_ltuple()
809 if ((flags & CIS_GET_LTUPLE_IGNORE) || in cis_get_ltuple()
817 (!(flags & CIS_GET_LTUPLE_IGNORE)) && in cis_get_ltuple()
824 (!(flags & CIS_GET_LTUPLE_IGNORE)) && in cis_get_ltuple()
1123 CIS_GET_LTUPLE_IGNORE) != NULL) { in cis_list_create()
1127 CIS_GET_LTUPLE_IGNORE)) != NULL) { in cis_list_create()
[all …]
/titanic_50/usr/src/uts/common/pcmcia/sys/
H A Dcis.h317 #define CIS_GET_LTUPLE_IGNORE 0x000010000 /* return ignored tuples */ macro
/titanic_50/usr/src/uts/common/pcmcia/cs/
H A Dcs.c1102 flags |= CIS_GET_LTUPLE_IGNORE; in cs_get_firstnext_tuple()