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

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp406 volatile uint32_t cMailboxesReady; member in struct:BUSLOGIC
2223 uint32_t cMailboxesReady = ASMAtomicXchgU32(&pBusLogic->cInMailboxesReady, 0);
2224 Log(("%u incoming mailboxes were ready when this interrupt was cleared\n", cMailboxesReady));
2242 ASMAtomicIncU32(&pBusLogic->cMailboxesReady);
3123 ASMAtomicXchgU32(&pBusLogic->cMailboxesReady, 0); /** @todo Actually not required anymore but to stay compatible with older saved states. */
3221 SSMR3PutU32 (pSSM, pBusLogic->cMailboxesReady);
3334 SSMR3GetU32 (pSSM, (uint32_t *)&pBusLogic->cMailboxesReady);
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp1713 GEN_CHECK_OFF(BUSLOGIC, cMailboxesReady);

Completed in 58 milliseconds