Searched refs:physPath (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/lib/libdevdctl/
H A Devent.cc311 char physPath[MAXPATHLEN]; local
312 physPath[0] = '\0';
313 bool result(ioctl(devFd, DIOCGPHYSPATH, physPath) == 0);
316 path = physPath;
/freebsd-11-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.cc130 string physPath; local
131 bool havePhysPath(PhysicalPath(physPath));
138 OnlineByLabel(devPath, physPath, devLabel);
148 CaseFile *caseFile(CaseFile::Find(physPath));
156 caseFile->ReEvaluate(devPath, physPath, /*vdev*/NULL);
226 GeomEvent::OnlineByLabel(const string &devPath, const string& physPath, argument
241 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.cc119 CaseFile::Find(const string &physPath) argument
126 if ((*curCase)->PhysicalPath() != physPath)
133 physPath.c_str());
238 CaseFile::ReEvaluate(const string &devPath, const string &physPath, Vdev *vdev) argument
325 if (physPath != PhysicalPath()) {

Completed in 100 milliseconds