Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c766 while (ltp && (ltp->flags & CISTPLF_IGNORE_TUPLE)) in cis_get_ltuple()
775 while (ltp && (ltp->flags & CISTPLF_IGNORE_TUPLE)) in cis_get_ltuple()
782 (!(tp->flags & CISTPLF_IGNORE_TUPLE))) in cis_get_ltuple()
791 (!(tp->flags & CISTPLF_IGNORE_TUPLE))) in cis_get_ltuple()
799 (!(tp->flags & CISTPLF_IGNORE_TUPLE))) in cis_get_ltuple()
808 (!(tp->flags & CISTPLF_IGNORE_TUPLE))) in cis_get_ltuple()
816 (ltp->flags & CISTPLF_IGNORE_TUPLE)) in cis_get_ltuple()
823 (ltp->flags & CISTPLF_IGNORE_TUPLE)) in cis_get_ltuple()
1126 gtp->flags |= CISTPLF_IGNORE_TUPLE; in cis_list_create()
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h279 #define CISTPLF_IGNORE_TUPLE 0x000000100 /* ignore this tuple */ macro