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

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp4712 uint32_t cRegion = 0; local
4718 cRegion = u32AddrEnd - u32AddrStart + 1;
4719 pRegion = (PLSILOGICMEMREGN)RTMemAllocZ(RT_OFFSETOF(LSILOGICMEMREGN, au32Data[cRegion]));
4724 SSMR3GetMem(pSSM, &pRegion->au32Data[0], cRegion * sizeof(uint32_t));
4726 pThis->cbMemRegns += cRegion * sizeof(uint32_t);
4732 SSMR3Skip(pSSM, cRegion * sizeof(uint32_t));

Completed in 83 milliseconds