Home
last modified time | relevance | path

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

/freebsd-13-stable/cddl/usr.sbin/zfsd/
HDzfsd_event.cc83 GeomEvent::Builder(Event::Type type, in Builder()
87 return (new GeomEvent(type, nvPairs, eventString)); in Builder()
92 GeomEvent::DeepCopy() const in DeepCopy()
94 return (new GeomEvent(*this)); in DeepCopy()
98 GeomEvent::Process() const in Process()
163 GeomEvent::GeomEvent(Event::Type type, NVPairMap &nvpairs, in GeomEvent() function in GeomEvent
165 : DevdCtl::GeomEvent(type, nvpairs, eventString) in GeomEvent()
169 GeomEvent::GeomEvent(const GeomEvent &src) in GeomEvent() function in GeomEvent
170 : DevdCtl::GeomEvent::GeomEvent(src) in GeomEvent()
175 GeomEvent::ReadLabel(int devFd, bool &inUse, bool &degraded) in ReadLabel()
[all …]
HDzfsd_event.h93 class GeomEvent : public DevdCtl::GeomEvent
104 GeomEvent(const GeomEvent &src);
107 GeomEvent(Type, DevdCtl::NVPairMap &, const string &);
HDzfsd.cc100 { Event::NOTIFY, "GEOM", &GeomEvent::Builder },
/freebsd-13-stable/lib/libdevdctl/
HDevent.cc531 GeomEvent::Builder(Event::Type type, NVPairMap &nvpairs, in Builder()
534 return (new GeomEvent(type, nvpairs, eventString)); in Builder()
539 GeomEvent::DeepCopy() const in DeepCopy()
541 return (new GeomEvent(*this)); in DeepCopy()
545 GeomEvent::DevName(std::string &name) const in DevName()
556 GeomEvent::GeomEvent(Event::Type type, NVPairMap &nvpairs, in GeomEvent() function in DevdCtl::GeomEvent
563 GeomEvent::GeomEvent(const GeomEvent &src) in GeomEvent() function in DevdCtl::GeomEvent
HDevent.h352 class GeomEvent : public Event
366 GeomEvent(Type, NVPairMap &, const std::string &);
369 GeomEvent(const GeomEvent &src);
/freebsd-13-stable/lib/libdevdctl/tests/
HDlibdevdctl_unittest.cc77 { Event::NOTIFY, "GEOM", &GeomEvent::Builder }