Home
last modified time | relevance | path

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

/freebsd-14.2/cddl/usr.sbin/zfsd/
H A Dcase_file.h171 const string &PhysicalPath() const;
453 CaseFile::PhysicalPath() const in PhysicalPath() function
H A Dcase_file.cc144 if ((*curCase)->PhysicalPath() != physPath) in Find()
257 m_vdevPhysPath = vd.PhysicalPath(); in RefreshVdevState()
348 if (PhysicalPath().empty()) { in ReEvaluate()
358 if (physPath != PhysicalPath()) { in ReEvaluate()
735 VdevGUIDString().c_str(), PhysicalPath().c_str()); in Log()
860 m_vdevPhysPath(vdev.PhysicalPath()), in CaseFile()
H A Dvdev.h127 virtual std::string PhysicalPath() const;
H A Dvdev.cc345 Vdev::PhysicalPath() const in PhysicalPath() function in Vdev
H A Dzfsd_event.cc131 bool havePhysPath(PhysicalPath(physPath)); in Process()
/freebsd-14.2/lib/libdevdctl/
H A Devent.h129 bool PhysicalPath(std::string &path) const;
H A Devent.cc302 Event::PhysicalPath(std::string &path) const in PhysicalPath() function in DevdCtl::Event
/freebsd-14.2/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc136 MOCK_CONST_METHOD0(PhysicalPath, string());