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

/vbox/src/VBox/Devices/Storage/
H A DDevAHCI.cpp448 bool fResetDevice; member in struct:AHCIPort
2035 pAhciPort->fResetDevice = false;
5122 pAhciPort->fResetDevice = false;
5146 ASMAtomicWriteBool(&pAhciPort->fResetDevice, true);
6731 pAhciPort->fResetDevice = true;
6734 else if (pAhciPort->fResetDevice) /* The bit is not set and we are in a reset state. */
7112 SSMR3PutBool(pSSM, pThis->ahciPort[i].fResetDevice);
7351 SSMR3GetBool(pSSM, &pThis->ahciPort[i].fResetDevice);

Completed in 272 milliseconds