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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp194 bool fDiagnosticEnabled; member in struct:LSILOGICSCSI
574 pThis->fDiagnosticEnabled = false;
1442 if (pThis->fDiagnosticEnabled)
1445 pThis->fDiagnosticEnabled = false;
1458 pThis->fDiagnosticEnabled = true;
1470 if (pThis->fDiagnosticEnabled)
1631 if (pThis->fDiagnosticEnabled)
4043 pHlp->pfnPrintf(pHlp, "fDiagnosticEnabled=%RTbool\n", pThis->fDiagnosticEnabled);
4362 SSMR3PutBool (pSSM, pThis->fDiagnosticEnabled);
[all...]

Completed in 59 milliseconds