Home
last modified time | relevance | path

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

/freebsd/sbin/devd/
H A Ddevd.h38 void add_attach(int, struct event_proc *);
H A Dparse.y103 { add_attach($2, $4); }
H A Ddevd.hh148 void add_attach(int, event_proc *);
H A Ddevd.cc566 config::add_attach(int prio, event_proc *p) in add_attach() function in config
1157 add_attach(int prio, event_proc *p) in add_attach() function
1159 cfg.add_attach(prio, p); in add_attach()