Searched refs:cis_no_tuple_handler (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/pcmcia/cis/ |
H A D | cis_callout.c | 77 cis_no_tuple_handler, 102 cis_no_tuple_handler, 112 cis_no_tuple_handler, 197 cis_no_tuple_handler, 202 cis_no_tuple_handler, 212 cis_no_tuple_handler, 217 cis_no_tuple_handler, 222 cis_no_tuple_handler, 233 cis_no_tuple_handler, 238 cis_no_tuple_handler, [all …]
|
H A D | cis_handlers.c | 218 cis_no_tuple_handler(cistpl_callout_t *co, cistpl_t *tp, in cis_no_tuple_handler() function 288 return (cis_no_tuple_handler(co, tp, flags, arg)); in cistpl_vers_1_handler() 295 return (cis_no_tuple_handler(co, tp, flags, arg)); in cistpl_vers_1_handler() 354 return (cis_no_tuple_handler(co, tp, flags, arg)); in cistpl_config_handler() 361 return (cis_no_tuple_handler(co, tp, flags, arg)); in cistpl_config_handler() 440 return (cis_no_tuple_handler(co, tp, flags, arg)); in cistpl_device_handler() 447 return (cis_no_tuple_handler(co, tp, flags, arg)); in cistpl_device_handler() 543 return (cis_no_tuple_handler(co, tp, flags, arg)); 550 return (cis_no_tuple_handler(co, tp, flags, arg)); 1227 return (cis_no_tuple_handler(co, tp, flags, arg)); [all …]
|
/illumos-gate/usr/src/uts/common/pcmcia/sys/ |
H A D | cis_protos.h | 57 uint32_t cis_no_tuple_handler(cistpl_callout_t *, cistpl_t *,
|