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

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp422 bool fExtendedLunCCBFormat; member in struct:BUSLOGIC
1094 pBusLogic->fExtendedLunCCBFormat = false;
1952 pBusLogic->fExtendedLunCCBFormat = false;
1954 pBusLogic->fExtendedLunCCBFormat = true;
3226 SSMR3PutBool (pSSM, pBusLogic->fExtendedLunCCBFormat);
3339 SSMR3GetBool (pSSM, &pBusLogic->fExtendedLunCCBFormat);
3506 pThis->fMbxIs24Bit ? 8 : pThis->fExtendedLunCCBFormat ? 64 : 8);

Completed in 61 milliseconds