Home
last modified time | relevance | path

Searched refs:physPath (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/cddl/usr.sbin/zfsd/
H A Dzfsd_event.cc132 string physPath; in Process() local
133 bool havePhysPath(PhysicalPath(physPath)); in Process()
140 OnlineByLabel(devPath, physPath, devLabel); in Process()
150 CaseFile *caseFile(CaseFile::Find(physPath)); in Process()
158 caseFile->ReEvaluate(devPath, physPath, /*vdev*/NULL); in Process()
229 GeomEvent::OnlineByLabel(const string &devPath, const string& physPath, in OnlineByLabel() argument
244 return (caseFile->ReEvaluate(devPath, physPath, &vdev)); in OnlineByLabel()
H A Dcase_file.h110 static CaseFile *Find(const string &physPath);
176 bool ReEvaluate(const string &devPath, const string &physPath,
H A Dcase_file.cc120 CaseFile::Find(const string &physPath) in Find() argument
127 if ((*curCase)->PhysicalPath() != physPath) in Find()
134 physPath.c_str()); in Find()
239 CaseFile::ReEvaluate(const string &devPath, const string &physPath, Vdev *vdev) in ReEvaluate() argument
332 if (physPath != PhysicalPath()) { in ReEvaluate()
H A Dzfsd_event.h126 const string& physPath,
/freebsd-13.1/lib/libdevdctl/
H A Devent.cc316 char physPath[MAXPATHLEN]; in PhysicalPath() local
317 physPath[0] = '\0'; in PhysicalPath()
318 bool result(ioctl(devFd, DIOCGPHYSPATH, physPath) == 0); in PhysicalPath()
321 path = physPath; in PhysicalPath()