Home
last modified time | relevance | path

Searched refs:cistpl_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_protos.h44 uint32_t cis_list_ldestroy(cistpl_t **);
45 cistpl_t *cis_get_ltuple(cistpl_t *, cisdata_t, uint32_t);
46 uint32_t cistpl_devspeed(cistpl_t *, cisdata_t, uint32_t);
47 uint32_t cistpl_expd_parse(cistpl_t *, uint32_t *);
78 cistpl_t *, uint32_t, void *);
83 uint32_t cistpl_org_handler(cistpl_callout_t *, cistpl_t *,
90 cistpl_t *, uint32_t, void *);
94 cistpl_t *, uint32_t, void *);
96 cistpl_t *, uint32_t, void *);
98 cistpl_t *, uint32_t, void *);
[all …]
H A Dcis.h253 typedef struct cistpl_t { struct
263 struct cistpl_t *prev; /* back pointer */ argument
264 struct cistpl_t *next; /* forward pointer */ argument
265 } cistpl_t; typedef
H A Dcs.h537 cistpl_t *LinkOffset; /* CS private */
538 cistpl_t *CISOffset; /* CS private */
H A Dcs_priv.h434 cistpl_t *cis; /* CIS linked lists */
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c190 cistpl_t *tp; in CISParser()
194 tp = va_arg(arglist, cistpl_t *); in CISParser()
204 cistpl_t *tp; in CISParser()
210 tp = va_arg(arglist, cistpl_t *); in CISParser()
328 cistpl_t *cp, *tp = NULL; in cis_list_lcreate()
449 cp = (cistpl_t *)CIS_MEM_ALLOC(sizeof (cistpl_t)); in cis_list_lcreate()
673 cis_list_ldestroy(cistpl_t **cistplbase) in cis_list_ldestroy()
675 cistpl_t *cp, *tp; in cis_list_ldestroy()
751 cistpl_t *
754 cistpl_t *ltp = NULL; in cis_get_ltuple()
[all …]
H A Dcis_handlers.c73 cis_get_short(cistpl_t *tp) in cis_get_short()
88 cis_get_be_short(cistpl_t *tp) in cis_get_be_short()
103 cis_get_int24(cistpl_t *tp) in cis_get_int24()
112 cis_get_long(cistpl_t *tp) in cis_get_long()
218 cis_no_tuple_handler(cistpl_callout_t *co, cistpl_t *tp, in cis_no_tuple_handler()
280 cistpl_vers_1_handler(cistpl_callout_t *co, cistpl_t *tp, in cistpl_vers_1_handler()
343 cistpl_config_handler(cistpl_callout_t *co, cistpl_t *tp, in cistpl_config_handler()
1095 cistpl_expd_parse(cistpl_t *tp, uint32_t *flags)
1433 cistpl_date_handler(cistpl_callout_t *co, cistpl_t *tp,
1502 cistpl_org_handler(cistpl_callout_t *co, cistpl_t *tp,
[all …]
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c1133 cistpl_t *tp; in cs_get_firstnext_tuple()
1182 cistpl_t *tp; in cs_get_firstnext_tuple()