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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp196 bool fNotificationSent; member in struct:LSILOGICSCSI
1287 if (!ASMAtomicXchgBool(&pThis->fNotificationSent, true))
4044 pHlp->pfnPrintf(pHlp, "fNotificationSent=%RTbool\n", pThis->fNotificationSent);
4170 bool fNotificationSent = ASMAtomicXchgBool(&pThis->fNotificationSent, false); local
4171 if (!fNotificationSent)
4179 ASMAtomicWriteBool(&pThis->fNotificationSent, false);
4302 if (pThis->fNotificationSent)
4363 SSMR3PutBool (pSSM, pThis->fNotificationSent);
[all...]

Completed in 60 milliseconds