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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp698 bool fLegacyPortResetMethod; member in struct:AHCI
1268 if (ahci->fLegacyPortResetMethod)
7084 SSMR3PutBool(pSSM, pThis->fLegacyPortResetMethod);
7221 pThis->fLegacyPortResetMethod = true;
7322 SSMR3GetBool(pSSM, &pThis->fLegacyPortResetMethod);

Completed in 76 milliseconds