Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libdevdctl/
H A Devent.cc453 DevfsEvent::Builder(Event::Type type, NVPairMap &nvPairs, in Builder()
456 return (new DevfsEvent(type, nvPairs, eventString)); in Builder()
461 DevfsEvent::IsWholeDev(const string &devName) in IsWholeDev()
489 DevfsEvent::DeepCopy() const in DeepCopy()
491 return (new DevfsEvent(*this)); in DeepCopy()
495 DevfsEvent::Process() const in Process()
502 DevfsEvent::IsWholeDev() const in IsWholeDev()
510 DevfsEvent::DevName(std::string &name) const in DevName()
520 DevfsEvent::DevfsEvent(Event::Type type, NVPairMap &nvpairs, in DevfsEvent() function in DevdCtl::DevfsEvent
526 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-13.1/lib/libdevdctl/tests/
H A Dlibdevdctl_unittest.cc78 { Event::NOTIFY, "DEVFS", &DevfsEvent::Builder },