Searched refs:cistpl_t (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/pcmcia/sys/ |
H A D | cis_protos.h | 44 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 *); 55 uint32_t cis_tuple_handler(cistpl_callout_t *, cistpl_t *, uint32_t, 57 uint32_t cis_no_tuple_handler(cistpl_callout_t *, cistpl_t *, 59 uint32_t cis_unknown_tuple_handler(cistpl_callout_t *, cistpl_t *, 61 uint32_t cistpl_vers_1_handler(cistpl_callout_t *, cistpl_t *, 63 uint32_t cistpl_config_handler(cistpl_callout_t *, cistpl_t *, 65 uint32_t cistpl_device_handler(cistpl_callout_t *, cistpl_t *, [all …]
|
H A D | cis.h | 253 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 D | cs.h | 537 cistpl_t *LinkOffset; /* CS private */ 538 cistpl_t *CISOffset; /* CS private */
|
H A D | cs_priv.h | 434 cistpl_t *cis; /* CIS linked lists */
|
/illumos-gate/usr/src/uts/common/pcmcia/cis/ |
H A D | cis.c | 74 static int cis_process_longlink(cistpl_callout_t *, cistpl_t *, 78 static void cis_store_cis_addr(cistpl_t *, cisptr_t *); 190 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() 621 cis_process_longlink(cistpl_callout_t *cistpl_callout, cistpl_t *tp, in cis_process_longlink() 673 cis_list_ldestroy(cistpl_t **cistplbase) in cis_list_ldestroy() [all …]
|
H A D | cis_handlers.c | 66 static void cistpl_pd_parse(cistpl_t *, cistpl_cftable_entry_pwr_t *); 73 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() 150 cis_tuple_handler(cistpl_callout_t *co, cistpl_t *tp, uint32_t flags, in cis_tuple_handler() 218 cis_no_tuple_handler(cistpl_callout_t *co, cistpl_t *tp, in cis_no_tuple_handler() 257 cis_unknown_tuple_handler(cistpl_callout_t *co, cistpl_t *tp, in cis_unknown_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() [all …]
|
/illumos-gate/usr/src/uts/common/pcmcia/cs/ |
H A D | cs.c | 1133 cistpl_t *tp; in cs_get_firstnext_tuple() 1182 cistpl_t *tp; in cs_get_firstnext_tuple()
|