Searched defs:SystemTable (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DInstallConfigurationTable.c27 @param SystemTable A pointer to the SMM System Table (SMST).
41 IN CONST EFI_SMM_SYSTEM_TABLE2 *SystemTable,
40 SmmInstallConfigurationTable( IN CONST EFI_SMM_SYSTEM_TABLE2 *SystemTable, IN CONST EFI_GUID *Guid, IN VOID *Table, IN UINTN TableSize ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiDriverModel.c31 @param SystemTable The EFI System Table that was passed to the driver's entry point.
45 IN CONST EFI_SYSTEM_TABLE *SystemTable,
88 @param SystemTable The EFI System Table that was passed to the driver's entry point.
104 IN CONST EFI_SYSTEM_TABLE *SystemTable,
218 @param SystemTable The EFI System Table that was passed to the driver's entry point.
233 IN CONST EFI_SYSTEM_TABLE *SystemTable,
307 @param SystemTable The EFI System Table that was passed to the driver's entry point.
326 IN CONST EFI_SYSTEM_TABLE *SystemTable,
43 EfiLibInstallDriverBinding( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle ) argument
102 EfiLibInstallAllDriverProtocols( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle, IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION_PROTOCOL *DriverConfiguration, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS_PROTOCOL *DriverDiagnostics OPTIONAL ) argument
231 EfiLibInstallDriverBindingComponentName2( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle, IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2 OPTIONAL ) argument
324 EfiLibInstallAllDriverProtocols2( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle, IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION_PROTOCOL *DriverConfiguration, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION2_PROTOCOL *DriverConfiguration2, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS_PROTOCOL *DriverDiagnostics, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS2_PROTOCOL *DriverDiagnostics2 OPTIONAL ) argument
H A DUefiLib.c72 EFI_SYSTEM_TABLE *SystemTable; local
78 SystemTable = gST;
80 for (Index = 0; Index < SystemTable->NumberOfTableEntries; Index++) {
81 if (CompareGuid (TableGuid, &(SystemTable->ConfigurationTable[Index].VendorGuid))) {
82 *Table = SystemTable->ConfigurationTable[Index].VendorTable;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiDriverModel.c31 @param SystemTable The EFI System Table that was passed to the driver's entry point.
45 IN CONST EFI_SYSTEM_TABLE *SystemTable,
88 @param SystemTable The EFI System Table that was passed to the driver's entry point.
104 IN CONST EFI_SYSTEM_TABLE *SystemTable,
218 @param SystemTable The EFI System Table that was passed to the driver's entry point.
233 IN CONST EFI_SYSTEM_TABLE *SystemTable,
307 @param SystemTable The EFI System Table that was passed to the driver's entry point.
326 IN CONST EFI_SYSTEM_TABLE *SystemTable,
43 EfiLibInstallDriverBinding( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle ) argument
102 EfiLibInstallAllDriverProtocols( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle, IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION_PROTOCOL *DriverConfiguration, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS_PROTOCOL *DriverDiagnostics OPTIONAL ) argument
231 EfiLibInstallDriverBindingComponentName2( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle, IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2 OPTIONAL ) argument
324 EfiLibInstallAllDriverProtocols2( IN CONST EFI_HANDLE ImageHandle, IN CONST EFI_SYSTEM_TABLE *SystemTable, IN EFI_DRIVER_BINDING_PROTOCOL *DriverBinding, IN EFI_HANDLE DriverBindingHandle, IN CONST EFI_COMPONENT_NAME_PROTOCOL *ComponentName, OPTIONAL IN CONST EFI_COMPONENT_NAME2_PROTOCOL *ComponentName2, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION_PROTOCOL *DriverConfiguration, OPTIONAL IN CONST EFI_DRIVER_CONFIGURATION2_PROTOCOL *DriverConfiguration2, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS_PROTOCOL *DriverDiagnostics, OPTIONAL IN CONST EFI_DRIVER_DIAGNOSTICS2_PROTOCOL *DriverDiagnostics2 OPTIONAL ) argument
H A DUefiLib.c29 @param SystemTable A pointer to the EFI System Table.
38 IN EFI_SYSTEM_TABLE *SystemTable
94 EFI_SYSTEM_TABLE *SystemTable; local
100 SystemTable = gST;
102 for (Index = 0; Index < SystemTable->NumberOfTableEntries; Index++) {
103 if (CompareGuid (TableGuid, &(SystemTable->ConfigurationTable[Index].VendorGuid))) {
104 *Table = SystemTable->ConfigurationTable[Index].VendorTable;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxSysTables/
H A DVBoxSysTables.c135 * @param SystemTable The system table pointer.
138 DxeInitializeVBoxSysTables(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DLoadedImage.h54 EFI_SYSTEM_TABLE *SystemTable; ///< the image's EFI system table pointer. member in struct:__anon12208
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A DVBoxFsDxe.c114 * @param SystemTable The system table pointer.
117 DxeInitializeVBoxFs(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) argument
122 rc = EfiLibInstallDriverBindingComponentName2(ImageHandle, SystemTable,
H A Dfsw_efi.c185 IN EFI_SYSTEM_TABLE *SystemTable)
190 InitializeLib(ImageHandle, SystemTable);
184 fsw_efi_main(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) argument
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DLoadedImage.h56 EFI_SYSTEM_TABLE *SystemTable; ///< the image's EFI system table pointer. member in struct:__anon15653
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Protocol/
H A DEbcVmTest.h57 EFI_SYSTEM_TABLE *SystemTable; ///< for debugging only member in struct:__anon11079
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxAppleSim/
H A DVBoxAppleSim.c63 IN EFI_SYSTEM_TABLE *SystemTable);
298 * @param SystemTable The system table pointer.
301 VBoxInitAppleSim(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) argument
308 rc = SetProperVariables(ImageHandle, SystemTable->RuntimeServices);
321 rc = InitializeConsoleSim(ImageHandle, SystemTable);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaMiniPortDxe/
H A DVBoxVgaMiniPortDxe.c157 * @param SystemTable The system table pointer.
160 DxeInitializeVBoxVgaMiniPort(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) argument
165 rc = EfiLibInstallDriverBindingComponentName2(ImageHandle, SystemTable,

Completed in 267 milliseconds