Home
last modified time | relevance | path

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

/freebsd-12.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.cc126 if ((*curCase)->PhysicalPath() != physPath) in Find()
233 m_vdevPhysPath = vd.PhysicalPath(); in RefreshVdevState()
315 if (PhysicalPath().empty()) { in ReEvaluate()
325 if (physPath != PhysicalPath()) { in ReEvaluate()
668 VdevGUIDString().c_str(), PhysicalPath().c_str()); in Log()
793 m_vdevPhysPath(vdev.PhysicalPath()) in CaseFile()
H A Dvdev.h129 virtual std::string PhysicalPath() const;
H A Dvdev.cc348 Vdev::PhysicalPath() const in PhysicalPath() function in Vdev
H A Dzfsd_event.cc131 bool havePhysPath(PhysicalPath(physPath)); in Process()
/freebsd-12.1/lib/libdevdctl/
H A Devent.h131 bool PhysicalPath(std::string &path) const;
H A Devent.cc300 Event::PhysicalPath(std::string &path) const in PhysicalPath() function in DevdCtl::Event
/freebsd-12.1/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc138 MOCK_CONST_METHOD0(PhysicalPath, string());