Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pccard/
H A Dpccard_cis.h179 #define CISTPL_END 0xFF macro
H A Dpccard_cis.c167 tuple.code = CISTPL_END; in pccard_scan_cis()
185 } else if (tuple.code == CISTPL_END) { in pccard_scan_cis()
624 case CISTPL_END: in pccard_parse_cis_tuple()
/dragonfly/sys/dev/pccard/cardbus/
H A Dcardbus_cis.c692 } while (tupleid != CISTPL_END); in cardbus_parse_cis()