Home
last modified time | relevance | path

Searched refs:CISTPL_LINKTARGET (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_callout.c94 { CISTPL_LINKTARGET, /* link-target control */
H A Dcis.c375 case CISTPL_LINKTARGET: in cis_list_lcreate()
H A Dcis_handlers.c2111 if ((cb[0] == CISTPL_LINKTARGET) && (cb[1] >= MIN_LINKTARGET_LENGTH)) {
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h78 #define CISTPL_LINKTARGET 0x013 /* link-target control */ macro
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c824 tp->DesiredTuple = CISTPL_LINKTARGET; in csx_Parse_CISTPL_LINKTARGET()