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

/vbox/include/VBox/vmm/
H A Dpdmdev.h3212 * @param pPicReg Pointer to a PIC registration structure.
3216 DECLR3CALLBACKMEMBER(int, pfnPICRegister,(PPDMDEVINS pDevIns, PPDMPICREG pPicReg, PCPDMPICHLPR3 *ppPicHlpR3));
5022 DECLINLINE(int) PDMDevHlpPICRegister(PPDMDEVINS pDevIns, PPDMPICREG pPicReg, PCPDMPICHLPR3 *ppPicHlpR3) argument
5024 return pDevIns->pHlpR3->pfnPICRegister(pDevIns, pPicReg, ppPicHlpR3);

Completed in 60 milliseconds