Lines Matching full:an

27  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
45 * Associate an already allocated local event channel port an interrupt
50 * \param filter An interrupt filter handler. Specify NULL
52 * \param handler An interrupt ithread handler. Optional (can
57 * \param handlep Pointer to an opaque handle used to manage this
60 * \returns 0 on success, otherwise an errno.
74 * \param filter An interrupt filter handler. Specify NULL
76 * \param handler An interrupt ithread handler. Optional (can
81 * \param handlep Pointer to an opaque handle used to manage this
84 * \returns 0 on success, otherwise an errno.
98 * \param filter An interrupt filter handler. Specify NULL
100 * \param handler An interrupt ithread handler. Optional (can
105 * \param handlep Pointer to an opaque handle used to manage this
108 * \returns 0 on success, otherwise an errno.
123 * \param filter An interrupt filter handler. Specify NULL
125 * \param handler An interrupt ithread handler. Optional (can
130 * \param handlep Pointer to an opaque handle used to manage this
133 * \returns 0 on success, otherwise an errno.
147 * \param handlep Pointer to an opaque handle used to manage this
150 * \returns 0 on success, otherwise an errno.
157 * Unbind an interrupt handler from its interrupt source.
162 * \returns 0 on success, otherwise an errno.
173 * Add a description to an interrupt handler.
181 * \returns 0 on success, otherwise an errno.
188 * Signal the remote peer of an interrupt source associated with an
211 * Bind an event channel port with a handler
214 * \param filter An interrupt filter handler. Specify NULL
216 * \param handler An interrupt ithread handler. Optional (can
223 * \returns 0 on success, otherwise an errno.
230 * Get a reference to an event channel port
233 * \param handlep Pointer to an opaque handle used to manage this
236 * \returns 0 on success, otherwise an errno.