Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/devd/
H A Ddevd.h41 void add_attach(int, struct event_proc *);
H A Dparse.y106 { add_attach($2, $4); }
H A Ddevd.hh151 void add_attach(int, event_proc *);
H A Ddevd.cc557 config::add_attach(int prio, event_proc *p) in add_attach() function in config
1148 add_attach(int prio, event_proc *p) in add_attach() function
1150 cfg.add_attach(prio, p); in add_attach()