Searched refs:fNotificationSend (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp408 volatile bool fNotificationSend; member in struct:BUSLOGIC
2243 if (!ASMAtomicXchgBool(&pBusLogic->fNotificationSend, true))
3121 Assert(pBusLogic->fNotificationSend);
3122 ASMAtomicXchgBool(&pBusLogic->fNotificationSend, false);
3222 SSMR3PutBool (pSSM, pBusLogic->fNotificationSend);
3335 SSMR3GetBool (pSSM, (bool *)&pBusLogic->fNotificationSend);
3640 AssertMsg(!pThis->fNotificationSend, ("The PDM Queue should be empty at this point\n"));
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp1714 GEN_CHECK_OFF(BUSLOGIC, fNotificationSend);

Completed in 76 milliseconds