Home
last modified time | relevance | path

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

/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd.cc91 ZfsDaemon *ZfsDaemon::s_theZfsDaemon;
92 bool ZfsDaemon::s_logCaseFiles;
93 bool ZfsDaemon::s_terminateEventLoop;
94 char ZfsDaemon::s_pidFilePath[] = "/var/run/zfsd.pid";
95 pidfh *ZfsDaemon::s_pidFH;
96 int ZfsDaemon::s_signalPipeFD[2];
97 bool ZfsDaemon::s_systemRescanRequested(false);
98 EventFactory::Record ZfsDaemon::s_registryEntries[] =
105 ZfsDaemon &
106 ZfsDaemon::Get() in Get()
[all …]
H A Dzfsd.h82 class ZfsDaemon : public DevdCtl::Consumer
86 static ZfsDaemon &Get();
106 ZfsDaemon();
107 ~ZfsDaemon();
179 static ZfsDaemon *s_theZfsDaemon;
H A Dzfsd_main.cc84 ZfsDaemon::Run(); in main()
H A Dzfsd_event.cc293 ZfsDaemon::Get().ReplayUnconsumedEvents(/*discard*/true); in Process()
448 ZfsDaemon::RequestSystemRescan(); in ProcessPoolEvent()
H A Dcallout.cc149 ZfsDaemon::WakeEventLoop(); in AlarmSignalHandler()
H A Dcase_file.cc462 ZfsDaemon::RequestSystemRescan(); in ReEvaluate()
976 const EventFactory &factory(ZfsDaemon::Get().GetFactory()); in DeSerialize()