• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/dcerpc-61/dcerpc/ncklib/

Lines Matching refs:event

116 **  given, sets the state to closed and initializes the event list.
168 * to selectively bypass calls to the event evaluation
174 * Initialize the state machine control block event list.
190 ** This routine will initialize the event list contained in the
201 ** the event list to be initialized.
220 * Set up the event list so that it's empty. This means the state
240 ** This routine will be used to evaluate an event for the specified
248 ** event_id The number of the event to be processed.
249 ** event_param The special event related parameter which is
251 ** routines for the processing of this event.
254 ** processing of this event and any subsequent
255 ** events which are inserted on the event list.
260 ** in processing this event.
296 * Set up the first event to be evaluated using the input args.
302 * Process the first event and any events which get added.
325 * state and the id of the event being processed.
354 * Get the next event, if any, off the event list in the
375 ** This routine inserts a new event entry on the state machine
376 ** control block event list. If the list is full the event can't be
381 ** event The event entry being inserted.
386 ** the event list.
403 rpc_cn_sm_event_entry_p_t event,
409 * Check whether the event list is full. This condition occurs
431 * There's room on the event list. Add the new entry to the tail
434 sm->event_list[sm->event_list_tindex].event_id = event->event_id;
435 sm->event_list[sm->event_list_tindex].event_param = event->event_param;
438 * Add the event to the event list by incrementing the tail
440 * event list to non-empty.