Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_callout.c375 { CISTPL_END, /* end-of-list tuple */
H A Dcis.c374 case CISTPL_END: in cis_list_lcreate()
405 (cisdata_t)CISTPL_END)) { in cis_list_lcreate()
437 if (tl == (cisdata_t)CISTPL_END) { in cis_list_lcreate()
H A Dcis_handlers.c164 while (co->type != (cisdata_t)CISTPL_END) { in cis_tuple_handler()
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h132 #define CISTPL_END 0x0ff /* end-of-list tuple */ macro