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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenC.py45 gDynamicExPcd = [TAB_PCDS_DYNAMIC_EX, TAB_PCDS_DYNAMIC_EX_DEFAULT, TAB_PCDS_DYNAMIC_EX_VPD, TAB_PCDS_DYNAMIC_EX_HII] variable
924 if Pcd.Type in gDynamicExPcd:
949 if Pcd.Type in gDynamicExPcd:
1128 if Pcd.Type in gDynamicExPcd:
1159 if PcdItemType in gDynamicExPcd:
1285 if Pcd.Type in gDynamicExPcd:
1519 if Pcd.Type in gDynamicExPcd:
1923 if Pcd.Type in gDynamicExPcd and Pcd.TokenSpaceGuidCName not in TokenSpaceList:
H A DAutoGen.py862 if PcdFromModule.Type in GenC.gDynamicPcd or PcdFromModule.Type in GenC.gDynamicExPcd:
2691 if Pcd.Type in GenC.gDynamicExPcd:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DDataType.py186 gDynamicExPcd = [TAB_PCDS_DYNAMIC_EX, TAB_PCDS_DYNAMIC_EX_DEFAULT, TAB_PCDS_DYNAMIC_EX_VPD, TAB_PCDS_DYNAMIC_EX_HII] variable

Completed in 58 milliseconds