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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/
H A DInstallConfigurationTable.c44 EFI_CONFIGURATION_TABLE *EfiConfigurationTable;
94 (gDxeCoreST->NumberOfTableEntries - Index) * sizeof (EFI_CONFIGURATION_TABLE)
113 if ((Index * sizeof (EFI_CONFIGURATION_TABLE)) >= mSystemTableAllocateSize) {
117 mSystemTableAllocateSize += (CONFIG_TABLE_SIZE_INCREASED * sizeof (EFI_CONFIGURATION_TABLE));
133 Index * sizeof (EFI_CONFIGURATION_TABLE)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DInstallConfigurationTable.c48 EFI_CONFIGURATION_TABLE *ConfigurationTable;
92 (gSmmCoreSmst.NumberOfTableEntries - Index) * sizeof (EFI_CONFIGURATION_TABLE)
109 if ((Index * sizeof (EFI_CONFIGURATION_TABLE)) >= mSmmSystemTableAllocateSize) {
113 mSmmSystemTableAllocateSize += (CONFIG_TABLE_SIZE_INCREASED * sizeof (EFI_CONFIGURATION_TABLE));
129 Index * sizeof (EFI_CONFIGURATION_TABLE)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DUefiTcgPlatform.h118 EFI_CONFIGURATION_TABLE TableEntry[1];
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DConfigurationTable.c309 EFI_CONFIGURATION_TABLE * pEnd;
310 EFI_CONFIGURATION_TABLE * pTable;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiSmmCis.h328 EFI_CONFIGURATION_TABLE *SmmConfigurationTable;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmLockBoxLib/
H A DSmmLockBoxPeiLib.c75 typedef EFI_CONFIGURATION_TABLE EFI_CONFIGURATION_TABLE64;
170 EFI_CONFIGURATION_TABLE *SmmConfigurationTable;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DSmmCis.h554 EFI_CONFIGURATION_TABLE *SmmConfigurationTable;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h1917 } EFI_CONFIGURATION_TABLE; typedef in typeref:struct:__anon12447
1982 EFI_CONFIGURATION_TABLE *ConfigurationTable;
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h1902 } EFI_CONFIGURATION_TABLE; typedef in typeref:struct:__anon15721
1967 EFI_CONFIGURATION_TABLE *ConfigurationTable;
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DInit.c937 EFI_CONFIGURATION_TABLE *CfgPtr;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c1676 EFI_CONFIGURATION_TABLE *EfiConfigurationTable;

Completed in 423 milliseconds