Home
last modified time | relevance | path

Searched refs:_attach_list (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sbin/devd/
H A Ddevd.hh182 std::vector<event_proc *> _attach_list; member in config
H A Ddevd.cc449 delete_and_clear(_attach_list); in reset()
513 sort_vector(_attach_list); in parse()
559 _attach_list.push_back(p); in add_attach()
817 l = &_attach_list; in find_and_execute()