Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/pcmcia/cis/
H A Dcis_params.c235 CISTPL_NULL /* list must end with CISTPL_NULL */
H A Dcis.c379 case CISTPL_NULL: in cis_list_lcreate()
420 if (td != (cisdata_t)CISTPL_NULL) { in cis_list_lcreate()
1120 while (cil->type != CISTPL_NULL) { in cis_list_create()
/titanic_41/usr/src/uts/common/pcmcia/sys/
H A Dcis.h70 #define CISTPL_NULL 0x000 /* null tuple - ignore */ macro