Lines Matching refs:fHotpluggable
450 bool fHotpluggable;
2024 if (pAhciPort->fHotpluggable)
7034 SSMR3PutBool(pSSM, pThis->ahciPort[i].fHotpluggable);
7249 bool fHotpluggable;
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);
7863 AssertMsgReturnVoid( pAhciPort->fHotpluggable
7941 AssertMsgReturn( pAhciPort->fHotpluggable
8001 AssertMsgReturn(pAhciPort->fHotpluggable,
8286 pAhciPort->fHotpluggable = true;
8434 rc = CFGMR3QueryBoolDef(pCfgPort, "Hotpluggable", &pAhciPort->fHotpluggable, true);