Home
last modified time | relevance | path

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

/freebsd/lib/libdevdctl/
H A Devent.cc450 DevfsEvent::Builder(Event::Type type, NVPairMap &nvPairs, in Builder()
453 return (new DevfsEvent(type, nvPairs, eventString)); in Builder()
458 DevfsEvent::IsWholeDev(const string &devName) in IsWholeDev()
486 DevfsEvent::DeepCopy() const in DeepCopy()
488 return (new DevfsEvent(*this)); in DeepCopy()
492 DevfsEvent::Process() const in Process()
499 DevfsEvent::IsWholeDev() const in IsWholeDev()
507 DevfsEvent::DevName(std::string &name) const in DevName()
517 DevfsEvent::DevfsEvent(Event::Type type, NVPairMap &nvpairs, in DevfsEvent() function in DevdCtl::DevfsEvent
523 DevfsEvent::DevfsEvent(const DevfsEvent &src) in DevfsEvent() function in DevdCtl::DevfsEvent
H A Devent.h314 class DevfsEvent : public Event
345 DevfsEvent(const DevfsEvent &src);
348 DevfsEvent(Type, NVPairMap &, const std::string &);
/freebsd/lib/libdevdctl/tests/
H A Dlibdevdctl_unittest.cc76 { Event::NOTIFY, "DEVFS", &DevfsEvent::Builder },