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

/freebsd-11-stable/sbin/devd/
H A Ddevd.h38 struct event_proc;
41 void add_attach(int, struct event_proc *);
42 void add_detach(int, struct event_proc *);
44 void add_nomatch(int, struct event_proc *);
45 void add_notify(int, struct event_proc *);
46 struct event_proc *add_to_event_proc(struct event_proc *, struct eps *);
H A Ddevd.hh66 * event_proc. Each keyword needs its own subclass from eps.
128 struct event_proc struct
131 event_proc();
132 virtual ~event_proc();
148 void add_attach(int, event_proc *);
149 void add_detach(int, event_proc *);
151 void add_nomatch(int, event_proc *);
152 void add_notify(int, event_proc *);
169 void sort_vector(std::vector<event_proc *> &);
179 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
477 int operator()(event_proc *const&l1, event_proc *const&l2) const
484 config::sort_vector(vector<event_proc *>
[all...]
H A Dparse.y45 struct event_proc *eventproc;

Completed in 61 milliseconds