Searched refs:DistinctTokenSpace (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PCD/Dxe/
H A DPcd.c1072 EFI_GUID **DistinctTokenSpace; local
1078 DistinctTokenSpace = AllocateZeroPool (*ExMapTableSize * sizeof (EFI_GUID *));
1079 ASSERT (DistinctTokenSpace != NULL);
1083 DistinctTokenSpace[TsIdx] = &GuidTable[OldGuidIndex];
1087 DistinctTokenSpace[++TsIdx] = &GuidTable[OldGuidIndex];
1094 // to the DistinctTokenSpace[]
1097 return DistinctTokenSpace;

Completed in 114 milliseconds