Searched refs:add_to_event_proc (Results 1 – 3 of 3) sorted by relevance
129 : match_or_action { $$ = add_to_event_proc( NULL, $1); }131 { $$ = add_to_event_proc($1, $2); }
46 struct event_proc *add_to_event_proc(struct event_proc *, struct eps *);
1179 add_to_event_proc(event_proc *ep, eps *eps) in add_to_event_proc() function