Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/pcmcia/cis/
H A Dcis_callout.c377 { CISTPL_END, /* end-of-list tuple */
H A Dcis.c376 case CISTPL_END: in cis_list_lcreate()
407 (cisdata_t)CISTPL_END)) { in cis_list_lcreate()
439 if (tl == (cisdata_t)CISTPL_END) { in cis_list_lcreate()
H A Dcis_handlers.c166 while (co->type != (cisdata_t)CISTPL_END) { in cis_tuple_handler()
/titanic_41/usr/src/uts/common/pcmcia/sys/
H A Dcis.h134 #define CISTPL_END 0x0ff /* end-of-list tuple */ macro