Searched refs:cistpl_callout_t (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/pcmcia/sys/ |
H A D | cis_protos.h | 40 uint32_t cis_list_create(cistpl_callout_t *, cs_socket_t *); 42 uint32_t cis_list_lcreate(cistpl_callout_t *, cisptr_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 *, 67 uint32_t cistpl_cftable_handler(cistpl_callout_t *, cistpl_t *, 69 uint32_t cistpl_jedec_handler(cistpl_callout_t *, cistpl_t *, [all …]
|
H A D | cis_handlers.h | 42 typedef struct cistpl_callout_t { struct 48 } cistpl_callout_t; argument
|
H A D | cs_priv.h | 155 cistpl_callout_t *cistpl_std_callout; /* standard callout list */
|
/illumos-gate/usr/src/uts/common/pcmcia/cis/ |
H A D | cis_handlers.c | 67 static void cis_return_name(cistpl_callout_t *, cistpl_get_tuple_name_t *); 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() 430 cistpl_device_handler(cistpl_callout_t *co, cistpl_t *tp, in cistpl_device_handler() 531 cistpl_cftable_handler(cistpl_callout_t *co, cistpl_t *tp, 1219 cistpl_vers_2_handler(cistpl_callout_t *co, cistpl_t *tp, 1268 cistpl_jedec_handler(cistpl_callout_t *co, cistpl_t *tp, [all …]
|
H A D | cis.c | 74 static int cis_process_longlink(cistpl_callout_t *, cistpl_t *, 76 static int cis_create_cis_chain(cs_socket_t *, cistpl_callout_t *, 80 extern cistpl_callout_t cistpl_std_callout[]; 171 cistpl_callout_t *cistpl_callout; in CISParser() 174 cistpl_callout = va_arg(arglist, cistpl_callout_t *); in CISParser() 203 cistpl_callout_t *co; in CISParser() 209 co = va_arg(arglist, cistpl_callout_t *); in CISParser() 325 cis_list_lcreate(cistpl_callout_t *cistpl_callout, cisptr_t *cisptr, in cis_list_lcreate() 621 cis_process_longlink(cistpl_callout_t *cistpl_callout, cistpl_t *tp, in cis_process_longlink() 985 cis_list_create(cistpl_callout_t *cistpl_callout, cs_socket_t *sp) in cis_list_create() [all …]
|
H A D | cis_callout.c | 68 cistpl_callout_t cistpl_std_callout[] = {
|
/illumos-gate/usr/src/uts/common/pcmcia/cs/ |
H A D | cs.c | 146 cistpl_callout_t *cis_cistpl_std_callout;
|