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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DInstallConfigurationTable.c48 EFI_CONFIGURATION_TABLE *ConfigurationTable; local
57 ConfigurationTable = gSmmCoreSmst.SmmConfigurationTable;
63 if (CompareGuid (Guid, &(ConfigurationTable[Index].VendorGuid))) {
77 ConfigurationTable[Index].VendorTable = Table;
90 &(ConfigurationTable[Index]),
91 &(ConfigurationTable[Index + 1]),
114 ConfigurationTable = AllocatePool (mSmmSystemTableAllocateSize);
115 if (ConfigurationTable == NULL) {
127 ConfigurationTable,
141 gSmmCoreSmst.SmmConfigurationTable = ConfigurationTable;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h1905 /// Contains a set of GUID/pointer pairs comprised of the ConfigurationTable field in the
1975 /// The number of system configuration tables in the buffer ConfigurationTable.
1982 EFI_CONFIGURATION_TABLE *ConfigurationTable; member in struct:__anon12448
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h1890 /// Contains a set of GUID/pointer pairs comprised of the ConfigurationTable field in the
1960 /// The number of system configuration tables in the buffer ConfigurationTable.
1967 EFI_CONFIGURATION_TABLE *ConfigurationTable; member in struct:__anon15722

Completed in 42 milliseconds