Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h285 #define CISTPLF_LM_SPACE 0x040000000 /* this tuple is in local memory */ macro
292 CISTPLF_LM_SPACE)
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c546 tp->flags |= CISTPLF_LM_SPACE; in cis_list_lcreate()
690 (tp->flags & CISTPLF_LM_SPACE) && in cis_list_ldestroy()
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c1313 case CISTPLF_LM_SPACE: in cs_get_tuple_data()