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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp949 * @param pu32Data Where to store the data.
951 static void lsilogicR3DiagRegDataRead(PLSILOGICSCSI pThis, uint32_t *pu32Data) argument
964 *pu32Data = pRegion->au32Data[offRegion];
967 *pu32Data = 0;

Completed in 63 milliseconds