Searched refs:event_proc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sbin/devd/ |
H A D | devd.hh | 128 struct event_proc struct 131 event_proc(); 132 virtual ~event_proc(); 148 void add_attach(int, event_proc *); argument 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 *> &); 180 std::vector<event_proc *> _attach_list; 181 std::vector<event_proc *> _detach_list; [all …]
|
H A D | devd.h | 35 struct event_proc; 38 void add_attach(int, struct event_proc *); 39 void add_detach(int, struct event_proc *); 41 void add_nomatch(int, struct event_proc *); 42 void add_notify(int, struct event_proc *); 43 struct event_proc *add_to_event_proc(struct event_proc *, struct eps *);
|
H A D | devd.cc | 175 event_proc::event_proc() : _prio(-1) in event_proc() function in event_proc 180 event_proc::~event_proc() in ~event_proc() 186 event_proc::add(eps *eps) in add() 192 event_proc::matches(config &c) const in matches() 203 event_proc::run(config &c) const in run() 503 int operator()(event_proc *const&l1, event_proc *const&l2) const in operator ()() 510 config::sort_vector(vector<event_proc *> &v) in sort_vector() 566 config::add_attach(int prio, event_proc *p) in add_attach() 573 config::add_detach(int prio, event_proc *p) in add_detach() 586 config::add_nomatch(int prio, event_proc *p) in add_nomatch() [all …]
|
H A D | parse.y | 42 struct event_proc *eventproc;
|