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

/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c198 * cis_no_tuple_handler - this generic tuple handler is used if no special
220 cis_no_tuple_handler(cistpl_callout_t *co, cistpl_t *tp, function
290 return (cis_no_tuple_handler(co, tp, flags, arg));
297 return (cis_no_tuple_handler(co, tp, flags, arg));
356 return (cis_no_tuple_handler(co, tp, flags, arg));
363 return (cis_no_tuple_handler(co, tp, flags, arg));
442 return (cis_no_tuple_handler(co, tp, flags, arg));
449 return (cis_no_tuple_handler(co, tp, flags, arg));
545 return (cis_no_tuple_handler(co, tp, flags, arg));
552 return (cis_no_tuple_handler(c
[all...]

Completed in 63 milliseconds