Lines Matching full:handler
41 .Fa "driver_intr_t handler"
66 function is used to add a new software interrupt handler to a specified
74 interrupt handlers, then this handler will be attached to that event.
83 argument is used to associate a name with a specific handler.
85 handler is attached to.
87 .Fa handler
88 argument is the function that will be executed when the handler is scheduled
93 .Fa handler
97 value specifies the priority of this interrupt handler relative to other
102 argument is used to specify the attributes of a handler such as
109 This cookie will be set to a value that uniquely identifies this handler,
110 and is used to schedule the handler for execution later on.
114 function is used to teardown an interrupt handler pointed to by the
117 It detaches the interrupt handler from the associated interrupt event
122 function is used to schedule an interrupt handler and its associated thread to
126 argument specifies which software interrupt handler should be scheduled to run.
129 argument specifies how and when the handler should be run and is a mask of one
133 Specifies that the kernel should mark the specified handler as needing to run,
136 .Fa handler
185 .Fa handler
193 already has at least one handler, or the interrupt event already has an
194 exclusive handler.
202 A software interrupt handler pointed to by