Lines Matching refs:devPath
118 string devPath; in Process() local
119 if (!DevPath(devPath)) in Process()
122 int devFd(open(devPath.c_str(), O_RDONLY)); in Process()
138 OnlineByLabel(devPath, physPath, devLabel); in Process()
156 caseFile->ReEvaluate(devPath, physPath, /*vdev*/NULL); in Process()
214 string devPath = _PATH_DEV + devName; in ReadLabel() local
216 + devPath + ": "); in ReadLabel()
227 GeomEvent::OnlineByLabel(const string &devPath, const string& physPath, in OnlineByLabel() argument
239 devPath.c_str()); in OnlineByLabel()
244 ret |= (*curr)->ReEvaluate(devPath, physPath, &vdev); in OnlineByLabel()
249 string context("GeomEvent::OnlineByLabel: " + devPath + ": "); in OnlineByLabel()