Home
last modified time | relevance | path

Searched refs:PhysicalPath (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/cddl/usr.sbin/zfsd/
H A Dcase_file.h160 const string &PhysicalPath() const;
428 CaseFile::PhysicalPath() const in PhysicalPath() function
H A Dcase_file.cc127 if ((*curCase)->PhysicalPath() != physPath) in Find()
234 m_vdevPhysPath = vd.PhysicalPath(); in RefreshVdevState()
322 if (PhysicalPath().empty()) { in ReEvaluate()
332 if (physPath != PhysicalPath()) { in ReEvaluate()
669 VdevGUIDString().c_str(), PhysicalPath().c_str()); in Log()
794 m_vdevPhysPath(vdev.PhysicalPath()) in CaseFile()
H A Dvdev.h129 virtual std::string PhysicalPath() const;
H A Dvdev.cc349 Vdev::PhysicalPath() const in PhysicalPath() function in Vdev
H A Dzfsd_event.cc133 bool havePhysPath(PhysicalPath(physPath)); in Process()
/freebsd-13.1/lib/libdevdctl/
H A Devent.h131 bool PhysicalPath(std::string &path) const;
H A Devent.cc305 Event::PhysicalPath(std::string &path) const in PhysicalPath() function in DevdCtl::Event
/freebsd-13.1/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc139 MOCK_CONST_METHOD0(PhysicalPath, string());