Home
last modified time | relevance | path

Searched refs:GeomEvent (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/cddl/usr.sbin/zfsd/
H A Dzfsd_event.cc85 GeomEvent::Builder(Event::Type type, in Builder()
89 return (new GeomEvent(type, nvPairs, eventString)); in Builder()
94 GeomEvent::DeepCopy() const in DeepCopy()
96 return (new GeomEvent(*this)); in DeepCopy()
100 GeomEvent::Process() const in Process()
165 GeomEvent::GeomEvent(Event::Type type, NVPairMap &nvpairs, in GeomEvent() function in GeomEvent
167 : DevdCtl::GeomEvent(type, nvpairs, eventString) in GeomEvent()
171 GeomEvent::GeomEvent(const GeomEvent &src) in GeomEvent() function in GeomEvent
172 : DevdCtl::GeomEvent::GeomEvent(src) in GeomEvent()
177 GeomEvent::ReadLabel(int devFd, bool &inUse, bool &degraded) in ReadLabel()
[all …]
H A Dzfsd_event.h95 class GeomEvent : public DevdCtl::GeomEvent
106 GeomEvent(const GeomEvent &src);
109 GeomEvent(Type, DevdCtl::NVPairMap &, const string &);
H A Dzfsd.cc103 { Event::NOTIFY, "GEOM", &GeomEvent::Builder },
/freebsd-13.1/lib/libdevdctl/
H A Devent.cc534 GeomEvent::Builder(Event::Type type, NVPairMap &nvpairs, in Builder()
537 return (new GeomEvent(type, nvpairs, eventString)); in Builder()
542 GeomEvent::DeepCopy() const in DeepCopy()
544 return (new GeomEvent(*this)); in DeepCopy()
548 GeomEvent::DevName(std::string &name) const in DevName()
559 GeomEvent::GeomEvent(Event::Type type, NVPairMap &nvpairs, in GeomEvent() function in DevdCtl::GeomEvent
566 GeomEvent::GeomEvent(const GeomEvent &src) in GeomEvent() function in DevdCtl::GeomEvent
H A Devent.h354 class GeomEvent : public Event
368 GeomEvent(Type, NVPairMap &, const std::string &);
371 GeomEvent(const GeomEvent &src);
/freebsd-13.1/lib/libdevdctl/tests/
H A Dlibdevdctl_unittest.cc79 { Event::NOTIFY, "GEOM", &GeomEvent::Builder }