Home
last modified time | relevance | path

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

/freebsd/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()
357 if (PhysicalPath().empty()) { in ReEvaluate()
367 if (physPath != PhysicalPath()) { in ReEvaluate()
749 VdevGUIDString().c_str(), PhysicalPath().c_str()); in Log()
874 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/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/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc139 MOCK_CONST_METHOD0(PhysicalPath, string());