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

/vbox/src/VBox/Devices/PC/
H A DDevRTC.cpp924 static DECLCALLBACK(int) rtcCMOSRead(PPDMDEVINS pDevIns, unsigned iReg, uint8_t *pu8Value) argument
931 *pu8Value = pThis->cmos_data[iReg];
/vbox/include/VBox/vmm/
H A Dpdmdev.h2175 * @param pu8Value Where to store the CMOS register value.
2178 DECLR3CALLBACKMEMBER(int, pfnRead,(PPDMDEVINS pDevIns, unsigned iReg, uint8_t *pu8Value));
3359 * @param pu8Value Where to store the CMOS register value.
3362 DECLR3CALLBACKMEMBER(int, pfnCMOSRead,(PPDMDEVINS pDevIns, unsigned iReg, uint8_t *pu8Value));
5126 DECLINLINE(int) PDMDevHlpCMOSRead(PPDMDEVINS pDevIns, unsigned iReg, uint8_t *pu8Value) argument
5128 return pDevIns->pHlpR3->pfnCMOSRead(pDevIns, iReg, pu8Value);

Completed in 129 milliseconds