Searched refs:ConfigurationTable (Results 1 - 16 of 16) 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/MdeModulePkg/Core/Dxe/Misc/
H A DInstallConfigurationTable.c53 EfiConfigurationTable = gDxeCoreST->ConfigurationTable;
59 if (CompareGuid (Guid, &(gDxeCoreST->ConfigurationTable[Index].VendorGuid))) {
73 gDxeCoreST->ConfigurationTable[Index].VendorTable = Table;
93 &(gDxeCoreST->ConfigurationTable[Index + 1]),
126 if (gDxeCoreST->ConfigurationTable != NULL) {
132 gDxeCoreST->ConfigurationTable,
139 CoreFreePool (gDxeCoreST->ConfigurationTable);
145 gDxeCoreST->ConfigurationTable = EfiConfigurationTable;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DDmem.c179 if (CompareGuid(&gST->ConfigurationTable[TableWalker].VendorGuid, &gEfiAcpi20TableGuid)) {
180 Acpi20TableAddress = (UINT64)(UINTN)gST->ConfigurationTable[TableWalker].VendorTable;
183 if (CompareGuid(&gST->ConfigurationTable[TableWalker].VendorGuid, &gEfiAcpi10TableGuid)) {
184 AcpiTableAddress = (UINT64)(UINTN)gST->ConfigurationTable[TableWalker].VendorTable;
187 if (CompareGuid(&gST->ConfigurationTable[TableWalker].VendorGuid, &gEfiSalSystemTableGuid)) {
188 SalTableAddress = (UINT64)(UINTN)gST->ConfigurationTable[TableWalker].VendorTable;
191 if (CompareGuid(&gST->ConfigurationTable[TableWalker].VendorGuid, &gEfiSmbiosTableGuid)) {
192 SmbiosTableAddress = (UINT64)(UINTN)gST->ConfigurationTable[TableWalker].VendorTable;
195 if (CompareGuid(&gST->ConfigurationTable[TableWalker].VendorGuid, &gEfiMpsTableGuid)) {
196 MpsTableAddress = (UINT64)(UINTN)gST->ConfigurationTable[TableWalke
[all...]
H A DUefiShellDebug1CommandsLib.c242 if (CompareGuid (TableGuid, &(gST->ConfigurationTable[Index].VendorGuid))) {
243 *Table = gST->ConfigurationTable[Index].VendorTable;
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_init.c65 if ( memcmp ( &efi_systab->ConfigurationTable[i].VendorGuid,
67 return efi_systab->ConfigurationTable[i].VendorTable;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiIbft.c452 if (CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), &gEfiAcpi20TableGuid) ||
453 CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), &gEfiAcpi10TableGuid) ||
454 CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), &gEfiAcpiTableGuid)
459 Rsdp = (EFI_ACPI_3_0_ROOT_SYSTEM_DESCRIPTION_POINTER *) gST->ConfigurationTable[Index].VendorTable;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiIbft.c473 if (CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), &gEfiAcpi20TableGuid) ||
474 CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), &gEfiAcpi10TableGuid) ||
475 CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), &gEfiAcpiTableGuid)
480 Rsdp = (EFI_ACPI_3_0_ROOT_SYSTEM_DESCRIPTION_POINTER *) gST->ConfigurationTable[Index].VendorTable;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DConfigurationTable.c341 pTable = gST->ConfigurationTable;
H A DSystemTable.c826 /// The number of system configuration tables in the buffer ConfigurationTable.
842 "ConfigurationTable",
843 (VOID *)gST->ConfigurationTable,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
H A DAcpiS3Save.c107 @param AcpiTableGuid The guid used to find ACPI table in UEFI ConfigurationTable.
129 if (CompareGuid (&(gST->ConfigurationTable[Index].VendorGuid), AcpiTableGuid)) {
133 Rsdp = gST->ConfigurationTable[Index].VendorTable;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/RuntimeDxe/
H A DRuntime.c347 RuntimeDriverConvertInternalPointer ((VOID **) &gST->ConfigurationTable);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLib.c81 if (CompareGuid (TableGuid, &(SystemTable->ConfigurationTable[Index].VendorGuid))) {
82 *Table = SystemTable->ConfigurationTable[Index].VendorTable;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLib.c103 if (CompareGuid (TableGuid, &(SystemTable->ConfigurationTable[Index].VendorGuid))) {
104 *Table = SystemTable->ConfigurationTable[Index].VendorTable;
/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/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DInit.c963 CfgPtr = gST->ConfigurationTable;
/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 76 milliseconds