Lines Matching refs:handler

48  * handler.
52 * \param filter An interrupt filter handler. Specify NULL
53 * to always dispatch to the ithread handler.
54 * \param handler An interrupt ithread handler. Optional (can
57 * \param arg Argument to present to both filter and handler.
58 * \param irqflags Interrupt handler flags. See sys/bus.h.
65 driver_filter_t filter, driver_intr_t handler, void *arg,
71 * the specified interrupt handler.
76 * \param filter An interrupt filter handler. Specify NULL
77 * to always dispatch to the ithread handler.
78 * \param handler An interrupt ithread handler. Optional (can
81 * \param arg Argument to present to both filter and handler.
82 * \param irqflags Interrupt handler flags. See sys/bus.h.
89 u_int remote_domain, driver_filter_t filter, driver_intr_t handler,
93 * Associate the specified interrupt handler with the remote event
100 * \param filter An interrupt filter handler. Specify NULL
101 * to always dispatch to the ithread handler.
102 * \param handler An interrupt ithread handler. Optional (can
105 * \param arg Argument to present to both filter and handler.
106 * \param irqflags Interrupt handler flags. See sys/bus.h.
114 driver_intr_t handler, void *arg, enum intr_type irqflags,
118 * Associate the specified interrupt handler with the specified Xen
125 * \param filter An interrupt filter handler. Specify NULL
126 * to always dispatch to the ithread handler.
127 * \param handler An interrupt ithread handler. Optional (can
130 * \param arg Argument to present to both filter and handler.
131 * \param irqflags Interrupt handler flags. See sys/bus.h.
138 driver_filter_t filter, driver_intr_t handler,
144 * interrupt handler.
148 * \param irqflags Interrupt handler flags. See sys/bus.h.
171 * Unbind an interrupt handler from its interrupt source.
187 * Add a description to an interrupt handler.
247 * Bind an event channel port with a handler
250 * \param filter An interrupt filter handler. Specify NULL
251 * to always dispatch to the ithread handler.
252 * \param handler An interrupt ithread handler. Optional (can
255 * \param arg Argument to present to both filter and handler.
256 * \param irqflags Interrupt handler flags. See sys/bus.h.
262 driver_intr_t handler, void *arg, enum intr_type flags,