Home
last modified time | relevance | path

Searched refs:DevfsEvent (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/lib/libdevdctl/
H A Devent.cc448 DevfsEvent::Builder(Event::Type type, NVPairMap &nvPairs, in Builder()
451 return (new DevfsEvent(type, nvPairs, eventString)); in Builder()
456 DevfsEvent::IsWholeDev(const string &devName) in IsWholeDev()
484 DevfsEvent::DeepCopy() const in DeepCopy()
486 return (new DevfsEvent(*this)); in DeepCopy()
490 DevfsEvent::Process() const in Process()
497 DevfsEvent::IsWholeDev() const in IsWholeDev()
505 DevfsEvent::DevName(std::string &name) const in DevName()
515 DevfsEvent::DevfsEvent(Event::Type type, NVPairMap &nvpairs, in DevfsEvent() function in DevdCtl::DevfsEvent
521 DevfsEvent::DevfsEvent(const DevfsEvent &src) in DevfsEvent() function in DevdCtl::DevfsEvent
H A Devent.h316 class DevfsEvent : public Event
347 DevfsEvent(const DevfsEvent &src);
350 DevfsEvent(Type, NVPairMap &, const std::string &);
/freebsd-12.1/lib/libdevdctl/tests/
H A Dlibdevdctl_unittest.cc78 { Event::NOTIFY, "DEVFS", &DevfsEvent::Builder },