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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp450 bool fHotpluggable; member in struct:AHCIPort
2024 if (pAhciPort->fHotpluggable)
7034 SSMR3PutBool(pSSM, pThis->ahciPort[i].fHotpluggable);
7249 bool fHotpluggable; local
7250 rc = SSMR3GetBool(pSSM, &fHotpluggable);
7252 if (fHotpluggable != pThis->ahciPort[i].fHotpluggable)
7255 i, fHotpluggable, pThis->ahciPort[i].fHotpluggable);
7258 Assert(pThis->ahciPort[i].fHotpluggable);
[all...]

Completed in 74 milliseconds