Searched refs:ZfsEvent (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dzfsd_event.h63 /*--------------------------------- ZfsEvent ---------------------------------*/
64 class ZfsEvent : public DevdCtl::ZfsEvent class in inherits:DevdCtl::ZfsEvent
81 ZfsEvent(const ZfsEvent &src);
84 ZfsEvent(Type, DevdCtl::NVPairMap &, const string &);
H A Dzfsd_event.cc253 /*--------------------------------- ZfsEvent ---------------------------------*/
254 //- ZfsEvent Static Public Methods ---------------------------------------------
256 ZfsEvent::Builder(Event::Type type, NVPairMap &nvpairs,
259 return (new ZfsEvent(type, nvpairs, eventString));
262 //- ZfsEvent Virtual Public Methods --------------------------------------------
264 ZfsEvent::DeepCopy() const
266 return (new ZfsEvent(*this));
270 ZfsEvent::Process() const
276 "ZfsEvent::Process: Missing class or type data.");
331 msg << "ZfsEvent
368 ZfsEvent::ZfsEvent(Event::Type type, NVPairMap &nvpairs, function in class:ZfsEvent
374 ZfsEvent::ZfsEvent(const ZfsEvent &src) function in class:ZfsEvent
[all...]
H A Dcase_file.h119 const ZfsEvent &event);
180 * \brief Update this CaseFile in light of the provided ZfsEvent.
184 * \param event The ZfsEvent to evaluate.
188 virtual bool ReEvaluate(const ZfsEvent &event);
H A Dzfsd.cc102 { Event::NOTIFY, "ZFS", &ZfsEvent::Builder }
H A Dcase_file.cc142 CaseFile::ReEvaluateByGuid(Guid poolGUID, const ZfsEvent &event)
358 CaseFile::ReEvaluate(const ZfsEvent &event)
/freebsd-12-stable/lib/libdevdctl/
H A Devent.h376 /*--------------------------------- ZfsEvent ---------------------------------*/
377 class ZfsEvent : public Event class in namespace:DevdCtl
393 ZfsEvent(Type, NVPairMap &, const std::string &);
396 ZfsEvent(const ZfsEvent &src);
402 //- ZfsEvent Inline Public Methods --------------------------------------------
404 ZfsEvent::PoolName() const
411 ZfsEvent::PoolGUID() const
417 ZfsEvent::VdevGUID() const
H A Devent.cc572 /*--------------------------------- ZfsEvent ---------------------------------*/
573 //- ZfsEvent Static Public Methods ---------------------------------------------
575 ZfsEvent::Builder(Event::Type type, NVPairMap &nvpairs,
578 return (new ZfsEvent(type, nvpairs, eventString));
581 //- ZfsEvent Virtual Public Methods --------------------------------------------
583 ZfsEvent::DeepCopy() const
585 return (new ZfsEvent(*this));
589 ZfsEvent::DevName(std::string &name) const
594 //- ZfsEvent Protected Methods -------------------------------------------------
595 ZfsEvent function in class:DevdCtl::ZfsEvent
603 ZfsEvent::ZfsEvent(const ZfsEvent &src) function in class:DevdCtl::ZfsEvent
[all...]
/freebsd-12-stable/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc94 class MockZfsEvent : public ZfsEvent
114 : ZfsEvent(type, map, str)
159 MOCK_METHOD1(ReEvaluate, bool(const ZfsEvent &event));
161 bool RealReEvaluate(const ZfsEvent &event)
500 ZfsEvent *zfs_event = static_cast<ZfsEvent*>(m_event);
519 ZfsEvent *zfs_event = static_cast<ZfsEvent*>(m_event);
563 ZfsEvent *zfs_event = static_cast<ZfsEvent*>(even
[all...]

Completed in 123 milliseconds