Searched refs:physPath (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/cddl/usr.sbin/zfsd/ |
| H A D | zfsd_event.cc | 132 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 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 | 120 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 D | zfsd_event.h | 126 const string& physPath,
|
| /freebsd-13.1/lib/libdevdctl/ |
| H A D | event.cc | 316 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()
|