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

/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp164 bool fBootAccelEnabled; member in struct:VBOXDISK
2416 if (pThis->fBootAccelEnabled)
2685 rc = CFGMR3QueryBoolDef(pCurNode, "BootAcceleration", &pThis->fBootAccelEnabled, false);
3245 if (RT_SUCCESS(rc) && pThis->fBootAccelEnabled)

Completed in 606 milliseconds