Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/devd/
Dparse.y129 : match_or_action { $$ = add_to_event_proc( NULL, $1); }
131 { $$ = add_to_event_proc($1, $2); }
Ddevd.h46 struct event_proc *add_to_event_proc(struct event_proc *, struct eps *);
Ddevd.cc1179 add_to_event_proc(event_proc *ep, eps *eps) in add_to_event_proc() function