Searched refs:completion_handler (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libpicltree/ |
H A D | picltree.h | 137 size_t size, void (*completion_handler)(char *ename,
|
H A D | ptree_impl.h | 187 void (*completion_handler)(char *ename, void *earg, member
|
H A D | picltree.c | 321 void (*completion_handler)(char *ename, void *earg, size_t size); in call_event_handlers() local 348 if ((completion_handler = ev->completion_handler) != NULL) { in call_event_handlers() 351 completion_handler, ev->ename); in call_event_handlers() 352 (*completion_handler)((char *)ev->ename, (void *)ev->earg, in call_event_handlers() 355 completion_handler, ev->ename); in call_event_handlers() 368 void (*completion_handler)(char *ename, void *earg, size_t size)) in ptree_post_event() 381 evt->completion_handler = completion_handler; in ptree_post_event()
|
H A D | llib-lpicltree | 86 size_t size, void (*completion_handler)(char *ename,
|
/titanic_41/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_handlers.c | 1430 ibt_set_cq_handler(ibt_cq_hdl_t ibtl_cq, ibt_cq_handler_t completion_handler, in ibt_set_cq_handler() argument 1434 ibtl_cq, completion_handler, arg); in ibt_set_cq_handler() 1437 ibtl_cq->cq_comp_handler = completion_handler; in ibt_set_cq_handler()
|
/titanic_41/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_common.h | 1115 ibt_cq_handler_t completion_handler, void *arg);
|