Lines Matching defs:event
74 * nwamd_ncp_handle_enable_event() should be called in the event handling
75 * loop in response to an _ENABLE event, triggered as a result of an
80 * are created and consumed directly by the fini event handler (these events
83 * enqueued, we enqueue an NCP _OBJECT_STATE event for the new NCP. Since
88 nwamd_ncp_handle_enable_event(nwamd_event_t event)
90 char *new_ncp = event->event_object;
136 "could not create retry event to enable %s NCP",
154 nwamd_ncp_handle_action_event(nwamd_event_t event)
156 switch (event->event_msg->nwe_data.nwe_object_action.nwe_action) {
158 nwamd_ncp_handle_enable_event(event);
167 nwamd_event_do_not_send(event);
177 nwamd_ncp_handle_state_event(nwamd_event_t event)
179 char *new_ncp = event->event_object;
187 nwamd_event_do_not_send(event);
201 (void) strlcpy(active_ncp, event->event_object,
213 nwamd_event_t event = nwamd_event_init_object_action
215 if (event == NULL)
217 nwamd_event_enqueue(event);
557 * Enqueue event to update current_ncu_priority_group and send to
558 * any event listeners.
566 * Now we've activated a new priority group, enqueue an event
677 * nothing - we're stuck here unless an event occurs