Searched refs:CritSectIntr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSize.cpp287 CHECK_MEMBER_ALIGNMENT(BUSLOGIC, CritSectIntr, 8);
H A DtstDeviceStructSizeRC.cpp1722 GEN_CHECK_OFF(BUSLOGIC, CritSectIntr);
/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp434 PDMCRITSECT CritSectIntr; member in struct:BUSLOGIC
1186 int rc = PDMCritSectEnter(&pBusLogic->CritSectIntr, VINF_SUCCESS);
1242 PDMCritSectLeave(&pBusLogic->CritSectIntr);
2218 rc = PDMCritSectEnter(&pBusLogic->CritSectIntr, VINF_IOM_R3_IOPORT_WRITE);
2230 PDMCritSectLeave(&pBusLogic->CritSectIntr);
3850 PDMR3CritSectDelete(&pThis->CritSectIntr);
4011 rc = PDMDevHlpCritSectInit(pDevIns, &pThis->CritSectIntr, RT_SRC_POS, "BusLogic-Intr#%u", pDevIns->iInstance);

Completed in 60 milliseconds