Searched refs:ReEvaluate (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc160 MOCK_METHOD1(ReEvaluate, bool(const ZfsEvent &event));
164 return (CaseFile::ReEvaluate(event));
442 ON_CALL(*m_caseFile, ReEvaluate(::testing::_))
505 EXPECT_TRUE(m_caseFile->ReEvaluate(*zfs_event));
522 EXPECT_TRUE(m_caseFile->ReEvaluate(*zfs_event));
565 EXPECT_TRUE(m_caseFile->ReEvaluate(*zfs_event));
618 EXPECT_TRUE(m_caseFile->ReEvaluate(*zfs_event));
715 EXPECT_CALL(*m_caseFile456, ReEvaluate(::testing::_))
731 EXPECT_CALL(*m_caseFile456, ReEvaluate(::testing::_))
752 EXPECT_CALL(*CaseFile1, ReEvaluate(
[all...]
/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.h113 * \brief ReEvaluate all open cases whose pool guid matches the argument
176 bool ReEvaluate(const string &devPath, const string &physPath,
188 virtual bool ReEvaluate(const ZfsEvent &event);
H A Dzfsd_event.cc158 caseFile->ReEvaluate(devPath, physPath, /*vdev*/NULL);
244 return (caseFile->ReEvaluate(devPath, physPath, &vdev));
310 caseFile->ReEvaluate(*this);
356 if (caseFile->ReEvaluate(*this) == false) {
421 caseFile->ReEvaluate(*this);
H A Dcase_file.cc150 (*casefile)->ReEvaluate(event);
239 CaseFile::ReEvaluate(const string &devPath, const string &physPath, Vdev *vdev) function in class:CaseFile
253 "CaseFile::ReEvaluate(%s,%s) Pool/Vdev unconfigured. "
273 syslog(LOG_INFO, "CaseFile::ReEvaluate(%s,%s): Pool/Vdev ignored",
344 syslog(LOG_INFO, "CaseFile::ReEvaluate(%s/%s): Replacing with %s",
351 CaseFile::ReEvaluate(const ZfsEvent &event) function in class:CaseFile
387 "CaseFile::ReEvaluate(%s,%s) Pool/Vdev "

Completed in 108 milliseconds