Searched defs:fCheckDoubleCompletion (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp188 bool fCheckDoubleCompletion; member in struct:DRVDISKINTEGRITY
249 if (pThis->fCheckDoubleCompletion)
1305 if (pThis->fCheckDoubleCompletion)
1355 rc = CFGMR3QueryBoolDef(pCfg, "CheckDoubleCompletions", &pThis->fCheckDoubleCompletion, false);
1460 if (pThis->fCheckDoubleCompletion)

Completed in 353 milliseconds