Searched refs:event_proc (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sbin/devd/
H A Ddevd.h37 struct event_proc;
40 void add_attach(int, struct event_proc *);
41 void add_detach(int, struct event_proc *);
43 void add_nomatch(int, struct event_proc *);
44 void add_notify(int, struct event_proc *);
45 struct event_proc *add_to_event_proc(struct event_proc *, struct eps *);
H A Ddevd.hh68 * event_proc. Each keyword needs its own subclass from eps.
130 struct event_proc struct
133 event_proc();
134 virtual ~event_proc();
150 void add_attach(int, event_proc *);
151 void add_detach(int, event_proc *);
153 void add_nomatch(int, event_proc *);
154 void add_notify(int, event_proc *);
171 void sort_vector(std::vector<event_proc *> &);
182 std::vector<event_proc *> _attach_lis
[all...]
H A Ddevd.cc176 event_proc::event_proc() : _prio(-1) function in class:event_proc
181 event_proc::~event_proc()
187 event_proc::add(eps *eps)
193 event_proc::matches(config &c) const
204 event_proc::run(config &c) const
493 int operator()(event_proc *const&l1, event_proc *const&l2) const
500 config::sort_vector(vector<event_proc *>
[all...]
H A Dparse.y44 struct event_proc *eventproc;

Completed in 51 milliseconds