Searched defs:cisdata_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h163 typedef uchar_t cisdata_t; typedef
221 #define GET_CIS_ADDR(tp) ((cisdata_t *)(uintptr_t)(tp)->offset)
256 cisdata_t type; /* type of tuple */
257 cisdata_t len; /* length of tuple data */
258 cisdata_t *data; /* data in tuple */
260 cisdata_t *byte; /* read pointer for GET_BYTE macros */
339 *(cisdata_t *)(tp)->read.sword++ : \
364 cisdata_t type;

Completed in 89 milliseconds