Home
last modified time | relevance | path

Searched refs:event_handler (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dpriplugin.c44 event_handler(const char *ename, const void *earg, size_t size, void *cookie);
154 event_handler, NULL); in priplugin_init()
156 event_handler, NULL); in priplugin_init()
158 event_handler, NULL); in priplugin_init()
346 event_handler, NULL); in priplugin_fini()
348 event_handler, NULL); in priplugin_fini()
350 event_handler, NULL); in priplugin_fini()
394 event_handler(const char *ename, const void *earg, size_t size, void *cookie) in event_handler() function
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_kverb_impl.h42 if (qpp && qpp->event_handler && \
47 qpp->event_handler(&ib_event, qpp->qp_context); \
53 if (cqp && cqp->event_handler && \
58 cqp->event_handler(&ib_event, cqp->cq_context); \
H A Dsol_cma.h310 newid = rdma_create_id(srcid->event_handler, srcid->context, in cma_create_new_id()
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.h81 sysevent_handle_t *sysevent_bind_handle(void (*event_handler)(sysevent_t *ev));
82 sysevent_handle_t *sysevent_bind_xhandle(void (*event_handler)(sysevent_t *ev),
99 void (*event_handler)(sysevent_t *ev));
101 void (*event_handler)(sysevent_t *ev), sysevent_subattr_t *);
H A Dlibevchannel.c447 int (*event_handler)(sysevent_t *ev, void *cookie), in sysevent_evc_subscribe_cmn()
476 if (event_handler == NULL) { in sysevent_evc_subscribe_cmn()
534 subp->evsub_func = event_handler; in sysevent_evc_subscribe_cmn()
572 int (*event_handler)(sysevent_t *ev, void *cookie), in sysevent_evc_subscribe()
575 return (sysevent_evc_subscribe_cmn(scp, sid, class, event_handler, in sysevent_evc_subscribe()
601 int (*event_handler)(sysevent_t *ev, void *cookie), in sysevent_evc_xsubscribe()
613 return (sysevent_evc_subscribe_cmn(scp, sid, class, event_handler, in sysevent_evc_xsubscribe()
H A Dlibsysevent.c2099 void (*event_handler)(sysevent_t *ev), in sysevent_bind_subscriber_cmn()
2111 if (shp == NULL || event_handler == NULL) { in sysevent_bind_subscriber_cmn()
2146 sub_info->sp_func = event_handler; in sysevent_bind_subscriber_cmn()
2285 void (*event_handler)(sysevent_t *ev)) in sysevent_bind_subscriber()
2560 sysevent_bind_handle_cmn(void (*event_handler)(sysevent_t *ev), in sysevent_bind_handle_cmn()
2570 if (event_handler == NULL) { in sysevent_bind_handle_cmn()
2604 if (sysevent_bind_xsubscriber(shp, event_handler, in sysevent_bind_handle_cmn()
2623 sysevent_bind_handle(void (*event_handler)(sysevent_t *ev)) in sysevent_bind_handle()
2625 return (sysevent_bind_handle_cmn(event_handler, NULL)); in sysevent_bind_handle()
2633 sysevent_bind_xhandle(void (*event_handler)(sysevent_t *ev), in sysevent_bind_xhandle()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_verbs.h413 void (*event_handler)(struct ib_event *, void *); member
448 void (*event_handler)(struct ib_event *, void *); member
591 void (*event_handler)(struct ib_event *, void *); member
601 void (*event_handler)(struct ib_event *, void *); member
612 void (*event_handler)(struct ib_event *, void *); member
730 void (*event_handler)(struct ib_event *, void *),
H A Drdma_cm.h139 rdma_cm_event_handler event_handler; member
153 struct rdma_cm_id *rdma_create_id(rdma_cm_event_handler event_handler,
/illumos-gate/usr/src/cmd/picl/plugins/common/piclevent/
H A Dpiclevent.c144 event_handler(void *cookie, char *argp, size_t asize, in event_handler() function
187 door_id = door_create(event_handler, PICLEVENT_DOOR_COOKIE, in setup_door()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Devents.c93 static void event_handler(sysevent_t *ev);
269 shp = sysevent_bind_handle(event_handler); in events_start_event_watcher()
363 event_handler(sysevent_t *ev) in event_handler() function
/illumos-gate/usr/src/uts/common/sys/hotplug/
H A Dhpcsvc.h54 int (*event_handler)(caddr_t, uint_t), caddr_t arg);
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.h75 static void event_handler(sysevent_t *event);
H A Dsyseventconfd.c241 event_handler(sysevent_t *event) in event_handler() function
740 if (sysevent_bind_subscriber(handle, event_handler) != 0) { in open_channel()
/illumos-gate/usr/src/uts/sun4u/opl/sys/scfd/
H A Dscfdscpif.h69 void (*event_handler)(scf_event_t mevent, void *arg), void *arg);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c939 void (*event_handler)(struct ib_event *, void *), void *cq_context, in ib_create_cq()
953 comp_handler, event_handler, cq_context, cqe, comp_vector); in ib_create_cq()
964 comp_handler, event_handler, cq_context, cqe, comp_vector, in ib_create_cq()
972 "comp_vector: %d", device, comp_handler, event_handler, in ib_create_cq()
984 cq->event_handler = event_handler; in ib_create_cq()
1119 pd, qp_init_attr->event_handler, qp_init_attr->qp_context, in ib_create_qp()
1187 qp->event_handler = qp_init_attr->event_handler; in ib_create_qp()
H A Dsol_cma.c1761 ret = (idp->event_handler) (idp, &cm_event);
1889 rdma_idp->event_handler = evt_hdlr;
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.h177 int (*event_handler)(restarter_event_t *), int,
H A Dlibrestart.c651 int (*event_handler)(restarter_event_t *), int flags, in restarter_bind_handle()
661 if (restarter_name == NULL || event_handler == NULL) in restarter_bind_handle()
716 h->reh_handler = event_handler; in restarter_bind_handle()
/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c670 int (*event_handler)(caddr_t, uint_t), caddr_t arg) in hpc_install_event_handler()
677 ASSERT((handle != NULL) && (event_handler != NULL)); in hpc_install_event_handler()
683 slotp->slot_event_handler = event_handler; in hpc_install_event_handler()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c678 event_handler(sysevent_t *ev) in event_handler() function
713 if ((sysevent_handle = sysevent_bind_handle(event_handler)) == NULL) { in init_sysevents()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_supplicant.c570 event_handler(void *cookie, char *argp, size_t asize, in event_handler() function
595 door_id = door_create(event_handler, cookie, in wpa_supplicant_door_setup()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h471 static void event_handler(sysevent_t *ev);
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h480 csfunction_t *event_handler; member
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_cm.c551 attr.event_handler = rdsv3_ib_qp_event_handler; in rdsv3_ib_setup_qp()
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c1837 if (cr->event_handler == NULL) in cs_add_client_to_socket()
1934 client->event_callback_handler = cr->event_handler; in cs_add_client_to_socket()

12