Home
last modified time | relevance | path

Searched refs:add_notify (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/devd/
H A Ddevd.h42 void add_notify(int, struct event_proc *);
H A Dparse.y121 { add_notify($2, $4); }
H A Ddevd.hh152 void add_notify(int, event_proc *);
H A Ddevd.cc593 config::add_notify(int prio, event_proc *p) in add_notify() function in config
1182 add_notify(int prio, event_proc *p) in add_notify() function
1184 cfg.add_notify(prio, p); in add_notify()