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

Completed in 1020 milliseconds