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

Completed in 608 milliseconds