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

/vbox/src/VBox/Devices/Storage/
H A DDrvHostFloppy.cpp215 pThis->Base.fAttachFailError = true;
221 if (!pThis->Base.fAttachFailError)
H A DDrvHostBase.h51 bool fAttachFailError; member in struct:DRVHOSTBASE
H A DDrvHostBase.cpp1915 pThis->fAttachFailError = true; /* It's an error until we've read the config. */
2037 bool fAttachFailError;
2038 rc = CFGMR3QueryBool(pCfg, "AttachFailError", &fAttachFailError);
2040 fAttachFailError = true;
2041 pThis->fAttachFailError = fAttachFailError;
2192 if (pThis->fAttachFailError)
H A DDrvHostDVD.cpp809 pThis->fAttachFailError = true;
815 if (!pThis->fAttachFailError)

Completed in 63 milliseconds