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

/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A Dzfsd_event.h117 * \param physPath The physical path string reported by the device
126 const string& physPath,
H A Dzfsd_event.cc132 string physPath; local
133 bool havePhysPath(PhysicalPath(physPath));
140 OnlineByLabel(devPath, physPath, devLabel);
150 CaseFile *caseFile(CaseFile::Find(physPath));
158 caseFile->ReEvaluate(devPath, physPath, /*vdev*/NULL);
229 GeomEvent::OnlineByLabel(const string &devPath, const string& physPath, argument
244 return (caseFile->ReEvaluate(devPath, physPath, &vdev));
H A Dcase_file.h105 * \param physPath Physical path of the vdev of the CaseFile to find.
110 static CaseFile *Find(const string &physPath);
168 * \param physPath The physical path information reported by
176 bool ReEvaluate(const string &devPath, const string &physPath,
H A Dcase_file.cc120 CaseFile::Find(const string &physPath) argument
127 if ((*curCase)->PhysicalPath() != physPath)
134 physPath.c_str());
239 CaseFile::ReEvaluate(const string &devPath, const string &physPath, Vdev *vdev) argument
324 if (physPath != PhysicalPath()) {
/freebsd-13-stable/lib/libdevdctl/
H A Devent.cc316 char physPath[MAXPATHLEN]; local
317 physPath[0] = '\0';
318 bool result(ioctl(devFd, DIOCGPHYSPATH, physPath) == 0);
321 path = physPath;

Completed in 115 milliseconds