Lines Matching refs:pRGD
295 uint32_t *pRGD;
969 if (pExtent->pRGD)
971 RTMemFree(pExtent->pRGD);
972 pExtent->pRGD = NULL;
1020 uint32_t *pGD = NULL, *pRGD = NULL;
1032 pRGD = (uint32_t *)RTMemAllocZ(cbGD);
1033 if (!pRGD)
1038 pExtent->pRGD = pRGD;
1089 pExtent->pRGD, cbGD);
1096 for (i = 0, pRGDTmp = pExtent->pRGD; i < pExtent->cGDEntries; i++, pRGDTmp++)
1113 pRGDTmp = pExtent->pRGD;
1317 if (pExtent->pRGD)
1322 pExtent->pRGD[i] = uOffsetSectors;
2733 if (pExtent->pRGD)
2744 if (pExtent->pRGD)
2757 if (pExtent->pRGD)
2966 pExtents[i].pRGD = NULL;
4757 if (pExtent->pRGD)
4838 if (pExtent->pRGD)
4839 uRGTSector = pExtent->pRGD[uGDIndex];
4887 if (pExtent->pRGD)
4938 if (pExtent->pRGD)
4953 if (pExtent->pRGD)
4954 pExtent->pRGD[uGDIndex] = uRGTSector;