Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/pcmcia/sys/
H A Dcs.h543 cisdata_t TupleCode; /* tuple type code */ member
/titanic_41/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c2431 if (tuple->TupleCode == CISTPL_FUNCID) { in pcmcia_get_funce()
2434 if (tuple->TupleCode == CISTPL_FUNCE) { in pcmcia_get_funce()
/titanic_41/usr/src/uts/common/pcmcia/cs/
H A Dcs.c1213 tuple->TupleCode = tuple->CISOffset->type; in cs_get_firstnext_tuple()