Searched refs:physPath (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/cddl/usr.sbin/zfsd/ |
| H A D | zfsd_event.cc | 130 string physPath; in Process() local 131 bool havePhysPath(PhysicalPath(physPath)); in Process() 138 OnlineByLabel(devPath, physPath, devLabel); in Process() 148 CaseFile *caseFile(CaseFile::Find(physPath)); in Process() 156 caseFile->ReEvaluate(devPath, physPath, /*vdev*/NULL); in Process() 226 GeomEvent::OnlineByLabel(const string &devPath, const string& physPath, in OnlineByLabel() argument 241 return (caseFile->ReEvaluate(devPath, physPath, &vdev)); in OnlineByLabel()
|
| H A D | case_file.h | 110 static CaseFile *Find(const string &physPath); 176 bool ReEvaluate(const string &devPath, const string &physPath,
|
| H A D | case_file.cc | 119 CaseFile::Find(const string &physPath) in Find() argument 126 if ((*curCase)->PhysicalPath() != physPath) in Find() 133 physPath.c_str()); in Find() 238 CaseFile::ReEvaluate(const string &devPath, const string &physPath, Vdev *vdev) in ReEvaluate() argument 325 if (physPath != PhysicalPath()) { in ReEvaluate()
|
| H A D | zfsd_event.h | 126 const string& physPath,
|
| /freebsd-12.1/lib/libdevdctl/ |
| H A D | event.cc | 311 char physPath[MAXPATHLEN]; in PhysicalPath() local 312 physPath[0] = '\0'; in PhysicalPath() 313 bool result(ioctl(devFd, DIOCGPHYSPATH, physPath) == 0); in PhysicalPath() 316 path = physPath; in PhysicalPath()
|