Home
last modified time | relevance | path

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

/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd_event.cc130 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()
227 GeomEvent::OnlineByLabel(const string &devPath, const string& physPath, in OnlineByLabel() argument
244 ret |= (*curr)->ReEvaluate(devPath, physPath, &vdev); in OnlineByLabel()
H A Dcase_file.h121 static CaseFile *Find(const string &physPath);
187 bool ReEvaluate(const string &devPath, const string &physPath,
H A Dzfsd_event.h124 const string& physPath,
H A Dcase_file.cc137 CaseFile::Find(const string &physPath) in Find() argument
144 if ((*curCase)->PhysicalPath() != physPath) in Find()
151 physPath.c_str()); in Find()
263 CaseFile::ReEvaluate(const string &devPath, const string &physPath, Vdev *vdev) in ReEvaluate() argument
358 if (physPath != PhysicalPath()) { in ReEvaluate()
/freebsd/lib/libdevdctl/
H A Devent.cc313 char physPath[MAXPATHLEN]; in PhysicalPath() local
314 physPath[0] = '\0'; in PhysicalPath()
315 bool result(ioctl(devFd, DIOCGPHYSPATH, physPath) == 0); in PhysicalPath()
318 path = physPath; in PhysicalPath()