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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/
H A DInstallConfigurationTable.c44 EFI_CONFIGURATION_TABLE *EfiConfigurationTable; local
53 EfiConfigurationTable = gDxeCoreST->ConfigurationTable;
92 &(EfiConfigurationTable[Index]),
118 EfiConfigurationTable = AllocateRuntimePool (mSystemTableAllocateSize);
119 if (EfiConfigurationTable == NULL) {
131 EfiConfigurationTable,
145 gDxeCoreST->ConfigurationTable = EfiConfigurationTable;
151 CopyGuid ((VOID *)&EfiConfigurationTable[Index].VendorGuid, Guid);
152 EfiConfigurationTable[Index].VendorTable = Table;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c1676 EFI_CONFIGURATION_TABLE *EfiConfigurationTable; local
1683 (VOID **) &EfiConfigurationTable

Completed in 183 milliseconds