Home
last modified time | relevance | path

Searched refs:add_to_event_proc (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sbin/devd/
Dparse.y127 : match_or_action { $$ = add_to_event_proc( NULL, $1); }
129 { $$ = add_to_event_proc($1, $2); }
Ddevd.h44 struct event_proc *add_to_event_proc(struct event_proc *, struct eps *);
Ddevd.cc1114 add_to_event_proc(event_proc *ep, eps *eps) in add_to_event_proc() function