Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/devd/
H A Ddevd.hh128 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 *);
180 std::vector<event_proc *> _attach_list;
181 std::vector<event_proc *> _detach_list;
182 std::vector<event_proc *> _nomatch_list;
[all …]
H A Ddevd.h35 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 Ddevd.cc176 event_proc::event_proc() : _prio(-1) in event_proc() function in event_proc
181 event_proc::~event_proc() in ~event_proc()
187 event_proc::add(eps *eps) in add()
193 event_proc::matches(config &c) const in matches()
204 event_proc::run(config &c) const in run()
504 int operator()(event_proc *const&l1, event_proc *const&l2) const in operator ()()
812 vector<event_proc *> *l; in find_and_execute()
1158 add_attach(int prio, event_proc *p) in add_attach()
1164 add_detach(int prio, event_proc *p) in add_detach()
1188 event_proc *
[all …]
H A Dparse.y42 struct event_proc *eventproc;