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

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp383 bool fMbxIs24Bit; member in struct:BUSLOGIC
1903 pBusLogic->fMbxIs24Bit = true;
1922 pBusLogic->fMbxIs24Bit = false;
3007 if (pBusLogic->fMbxIs24Bit)
3041 pTaskState->fIs24Bit = pBusLogic->fMbxIs24Bit;
3042 pTaskState->cbSGEntry = pBusLogic->fMbxIs24Bit ? sizeof(SGE24) : sizeof(SGE32);
3218 SSMR3PutBool (pSSM, pBusLogic->fMbxIs24Bit);
3331 SSMR3GetBool (pSSM, &pBusLogic->fMbxIs24Bit);
3504 pThis->fMbxIs24Bit ? 24 : 32, pThis->cMailbox,
3506 pThis->fMbxIs24Bit
[all...]

Completed in 54 milliseconds