Home
last modified time | relevance | path

Searched refs:DevdCtl (Results 1 – 24 of 24) sorted by relevance

/freebsd-12-stable/cddl/usr.sbin/zfsd/
Dcase_file.h99 static CaseFile *Find(DevdCtl::Guid poolGUID, DevdCtl::Guid vdevGUID);
118 static void ReEvaluateByGuid(DevdCtl::Guid poolGUID,
155 DevdCtl::Guid PoolGUID() const;
156 DevdCtl::Guid VdevGUID() const;
193 virtual void RegisterCallout(const DevdCtl::Event &event);
300 void SerializeEvList(const DevdCtl::EventList events, int fd,
372 DevdCtl::EventList m_events;
379 DevdCtl::EventList m_tentativeEvents;
381 DevdCtl::Guid m_poolGUID;
382 DevdCtl::Guid m_vdevGUID;
[all …]
Dzfsd_event.h64 class ZfsEvent : public DevdCtl::ZfsEvent
70 virtual DevdCtl::Event *DeepCopy() const;
84 ZfsEvent(Type, DevdCtl::NVPairMap &, const string &);
95 class GeomEvent : public DevdCtl::GeomEvent
100 virtual DevdCtl::Event *DeepCopy() const;
109 GeomEvent(Type, DevdCtl::NVPairMap &, const string &);
Dvdev.h124 virtual DevdCtl::Guid GUID() const;
126 virtual DevdCtl::Guid PoolGUID() const;
144 DevdCtl::Guid m_poolGUID;
145 DevdCtl::Guid m_vdevGUID;
158 inline DevdCtl::Guid
164 inline DevdCtl::Guid
Dzfsd_event.cc72 using DevdCtl::Event;
73 using DevdCtl::Guid;
74 using DevdCtl::NVPairMap;
165 : DevdCtl::GeomEvent(type, nvpairs, eventString) in GeomEvent()
170 : DevdCtl::GeomEvent::GeomEvent(src) in GeomEvent()
255 DevdCtl::Event *
370 : DevdCtl::ZfsEvent(type, nvpairs, eventString) in ZfsEvent()
375 : DevdCtl::ZfsEvent(src) in ZfsEvent()
Dzfsd_exception.cc64 : DevdCtl::Exception(), in ZfsdException()
76 : DevdCtl::Exception(), in ZfsdException()
88 : DevdCtl::Exception(), in ZfsdException()
Dzfsd.h84 class ZfsDaemon : public DevdCtl::Consumer
225 static DevdCtl::EventFactory::Record s_registryEntries[];
Dzfsd.cc82 using DevdCtl::Event;
83 using DevdCtl::EventFactory;
84 using DevdCtl::EventList;
144 } catch (const DevdCtl::Exception &exp) { in Run()
Dcase_file.cc85 using DevdCtl::Event;
86 using DevdCtl::EventFactory;
87 using DevdCtl::EventList;
88 using DevdCtl::Guid;
89 using DevdCtl::ParseException;
469 find_parent(nvlist_t *pool_config, nvlist_t *config, DevdCtl::Guid child_guid) in find_parent()
Dzfsd_exception.h61 class ZfsdException : public DevdCtl::Exception
Dvdev_iterator.h107 nvlist_t *Find(DevdCtl::Guid vdevGUID);
Dzpool_list.cc63 using DevdCtl::Guid;
Dvdev_iterator.cc59 using DevdCtl::Guid;
/freebsd-12-stable/lib/libdevdctl/tests/
Dlibdevdctl_unittest.cc45 using namespace DevdCtl;
77 DevdCtl::EventFactory::Record DevNameTest::s_registry[REGISTRY_SIZE] = {
/freebsd-12-stable/cddl/usr.sbin/zfsd/tests/
Dzfsd_unittest.cc74 using DevdCtl::Event;
75 using DevdCtl::EventFactory;
76 using DevdCtl::EventList;
77 using DevdCtl::Guid;
78 using DevdCtl::NVPairMap;
/freebsd-12-stable/lib/libdevdctl/
Dguid.cc54 namespace DevdCtl namespace
Dconsumer.h42 namespace DevdCtl
Devent_factory.h43 namespace DevdCtl
Dexception.h45 namespace DevdCtl
Dguid.h44 namespace DevdCtl
Devent_factory.cc53 namespace DevdCtl namespace
Dexception.cc53 namespace DevdCtl namespace
Dconsumer.cc68 namespace DevdCtl namespace
Devent.h46 namespace DevdCtl
Devent.cc77 namespace DevdCtl namespace