Searched refs:fExtendedLunCCBFormat (Results 1 - 2 of 2) 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);
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp1718 GEN_CHECK_OFF(BUSLOGIC, fExtendedLunCCBFormat);

Completed in 60 milliseconds