Lines Matching full:handler
40 * Main handler for Xen event channel interrupts
46 * handler.
50 * \param filter An interrupt filter handler. Specify NULL
51 * to always dispatch to the ithread handler.
52 * \param handler An interrupt ithread handler. Optional (can
55 * \param arg Argument to present to both filter and handler.
56 * \param irqflags Interrupt handler flags. See sys/bus.h.
63 driver_filter_t filter, driver_intr_t handler, void *arg,
69 * the specified interrupt handler.
74 * \param filter An interrupt filter handler. Specify NULL
75 * to always dispatch to the ithread handler.
76 * \param handler An interrupt ithread handler. Optional (can
79 * \param arg Argument to present to both filter and handler.
80 * \param irqflags Interrupt handler flags. See sys/bus.h.
87 u_int remote_domain, driver_filter_t filter, driver_intr_t handler,
91 * Associate the specified interrupt handler with the remote event
98 * \param filter An interrupt filter handler. Specify NULL
99 * to always dispatch to the ithread handler.
100 * \param handler An interrupt ithread handler. Optional (can
103 * \param arg Argument to present to both filter and handler.
104 * \param irqflags Interrupt handler flags. See sys/bus.h.
112 driver_intr_t handler, void *arg, enum intr_type irqflags,
116 * Associate the specified interrupt handler with the specified Xen
123 * \param filter An interrupt filter handler. Specify NULL
124 * to always dispatch to the ithread handler.
125 * \param handler An interrupt ithread handler. Optional (can
128 * \param arg Argument to present to both filter and handler.
129 * \param irqflags Interrupt handler flags. See sys/bus.h.
136 driver_filter_t filter, driver_intr_t handler,
142 * interrupt handler.
146 * \param irqflags Interrupt handler flags. See sys/bus.h.
157 * Unbind an interrupt handler from its interrupt source.
173 * Add a description to an interrupt handler.
211 * Bind an event channel port with a handler
214 * \param filter An interrupt filter handler. Specify NULL
215 * to always dispatch to the ithread handler.
216 * \param handler An interrupt ithread handler. Optional (can
219 * \param arg Argument to present to both filter and handler.
220 * \param irqflags Interrupt handler flags. See sys/bus.h.
226 driver_intr_t handler, void *arg, enum intr_type flags,