Home
last modified time | relevance | path

Searched refs:SystemTable (Results 1 – 25 of 889) sorted by relevance

12345678910>>...36

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DEfiCompNameSupport.h30 SystemTable, \ argument
37 (SystemTable), \
45 SystemTable, \ argument
52 (SystemTable), \
61 SystemTable, \ argument
68 (SystemTable), \
73 SystemTable, \ argument
80 (SystemTable), \
88 SystemTable, \ argument
95 (SystemTable), \
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DUefiShellDebug1CommandsLib.h119 IN EFI_SYSTEM_TABLE *SystemTable
132 IN EFI_SYSTEM_TABLE *SystemTable
145 IN EFI_SYSTEM_TABLE *SystemTable
158 IN EFI_SYSTEM_TABLE *SystemTable
171 IN EFI_SYSTEM_TABLE *SystemTable
184 IN EFI_SYSTEM_TABLE *SystemTable
197 IN EFI_SYSTEM_TABLE *SystemTable
210 IN EFI_SYSTEM_TABLE *SystemTable
223 IN EFI_SYSTEM_TABLE *SystemTable
236 IN EFI_SYSTEM_TABLE *SystemTable
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DUefiShellDriver1CommandsLib.h76 IN EFI_SYSTEM_TABLE *SystemTable
89 IN EFI_SYSTEM_TABLE *SystemTable
102 IN EFI_SYSTEM_TABLE *SystemTable
115 IN EFI_SYSTEM_TABLE *SystemTable
128 IN EFI_SYSTEM_TABLE *SystemTable
141 IN EFI_SYSTEM_TABLE *SystemTable
154 IN EFI_SYSTEM_TABLE *SystemTable
167 IN EFI_SYSTEM_TABLE *SystemTable
180 IN EFI_SYSTEM_TABLE *SystemTable
193 IN EFI_SYSTEM_TABLE *SystemTable
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DUefiShellLevel2CommandsLib.h64 IN EFI_SYSTEM_TABLE *SystemTable
77 IN EFI_SYSTEM_TABLE *SystemTable
90 IN EFI_SYSTEM_TABLE *SystemTable
103 IN EFI_SYSTEM_TABLE *SystemTable
116 IN EFI_SYSTEM_TABLE *SystemTable
129 IN EFI_SYSTEM_TABLE *SystemTable
142 IN EFI_SYSTEM_TABLE *SystemTable
155 IN EFI_SYSTEM_TABLE *SystemTable
168 IN EFI_SYSTEM_TABLE *SystemTable
181 IN EFI_SYSTEM_TABLE *SystemTable
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DUefiShellLevel3CommandsLib.h53 IN EFI_SYSTEM_TABLE *SystemTable
66 IN EFI_SYSTEM_TABLE *SystemTable
79 IN EFI_SYSTEM_TABLE *SystemTable
92 IN EFI_SYSTEM_TABLE *SystemTable
105 IN EFI_SYSTEM_TABLE *SystemTable
118 IN EFI_SYSTEM_TABLE *SystemTable
131 IN EFI_SYSTEM_TABLE *SystemTable
144 IN EFI_SYSTEM_TABLE *SystemTable
157 IN EFI_SYSTEM_TABLE *SystemTable
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/EntryPoints/
DEdkIIGlueDxeDriverEntryPoint.c332 IN EFI_SYSTEM_TABLE *SystemTable in ProcessLibraryConstructorList() argument
368 Status = UefiBootServicesTableLibConstructor (ImageHandle, SystemTable); in ProcessLibraryConstructorList()
373 Status = UefiRuntimeServicesTableLibConstructor (ImageHandle, SystemTable); in ProcessLibraryConstructorList()
378 Status = DxeServicesTableLibConstructor (ImageHandle, SystemTable); in ProcessLibraryConstructorList()
383 Status = IoLibConstructor (ImageHandle, SystemTable); in ProcessLibraryConstructorList()
388 Status = DxeSalLibConstructor(ImageHandle, SystemTable); in ProcessLibraryConstructorList()
393 Status = RuntimeDriverLibConstruct (ImageHandle, SystemTable); in ProcessLibraryConstructorList()
398 Status = ReportStatusCodeLibConstruct (ImageHandle, SystemTable); in ProcessLibraryConstructorList()
403 Status = UefiDriverModelLibConstructor (ImageHandle, SystemTable); in ProcessLibraryConstructorList()
408 Status = HobLibConstructor (ImageHandle, SystemTable); in ProcessLibraryConstructorList()
[all …]
DEdkIIGlueSmmDriverEntryPoint.c62 IN EFI_SYSTEM_TABLE *SystemTable in ProcessLibraryConstructorList() argument
94 Status = UefiBootServicesTableLibConstructor (ImageHandle, SystemTable); in ProcessLibraryConstructorList()
99 Status = UefiRuntimeServicesTableLibConstructor (ImageHandle, SystemTable); in ProcessLibraryConstructorList()
104 Status = DxeServicesTableLibConstructor (ImageHandle, SystemTable); in ProcessLibraryConstructorList()
109 Status = IoLibConstructor (ImageHandle, SystemTable); in ProcessLibraryConstructorList()
114 Status = ReportStatusCodeLibConstruct (ImageHandle, SystemTable); in ProcessLibraryConstructorList()
119 Status = HobLibConstructor (ImageHandle, SystemTable); in ProcessLibraryConstructorList()
124 Status = SmbusLibConstructor (ImageHandle, SystemTable); in ProcessLibraryConstructorList()
136 IN EFI_SYSTEM_TABLE *SystemTable in ProcessLibraryDestructorList() argument
147 Status = ReportStatusCodeLibDestruct (ImageHandle, SystemTable); in ProcessLibraryDestructorList()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/UefiApplicationEntryPoint/
DApplicationEntryPoint.c43 IN EFI_SYSTEM_TABLE *SystemTable in _ModuleEntryPoint() argument
52 if (SystemTable->Hdr.Revision < _gUefiDriverRevision) { in _ModuleEntryPoint()
60 ProcessLibraryConstructorList (ImageHandle, SystemTable); in _ModuleEntryPoint()
65 Status = ProcessModuleEntryPointList (ImageHandle, SystemTable); in _ModuleEntryPoint()
70 ProcessLibraryDestructorList (ImageHandle, SystemTable); in _ModuleEntryPoint()
117 IN EFI_SYSTEM_TABLE *SystemTable in EfiMain() argument
120 return _ModuleEntryPoint (ImageHandle, SystemTable); in EfiMain()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.h54 IN EFI_SYSTEM_TABLE *SystemTable
67 IN EFI_SYSTEM_TABLE *SystemTable
80 IN EFI_SYSTEM_TABLE *SystemTable
93 IN EFI_SYSTEM_TABLE *SystemTable
106 IN EFI_SYSTEM_TABLE *SystemTable
119 IN EFI_SYSTEM_TABLE *SystemTable
132 IN EFI_SYSTEM_TABLE *SystemTable
145 IN EFI_SYSTEM_TABLE *SystemTable
159 IN EFI_SYSTEM_TABLE *SystemTable
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDriverEntryPoint/
DDriverEntryPoint.c97 IN EFI_SYSTEM_TABLE *SystemTable in _ModuleEntryPoint() argument
107 if (SystemTable->Hdr.Revision < _gUefiDriverRevision) { in _ModuleEntryPoint()
115 ProcessLibraryConstructorList (ImageHandle, SystemTable); in _ModuleEntryPoint()
133 Status = ProcessModuleEntryPointList (ImageHandle, SystemTable); in _ModuleEntryPoint()
139 ProcessLibraryDestructorList (ImageHandle, SystemTable); in _ModuleEntryPoint()
169 IN EFI_SYSTEM_TABLE *SystemTable in EfiMain() argument
172 return _ModuleEntryPoint (ImageHandle, SystemTable); in EfiMain()
/device/linaro/bootloader/edk2/EmbeddedPkg/RealTimeClockRuntimeDxe/
DRealTimeClock.c137 IN EFI_SYSTEM_TABLE *SystemTable in InitializeRealTimeClock() argument
142 Status = LibRtcInitialize (ImageHandle, SystemTable); in InitializeRealTimeClock()
147 SystemTable->RuntimeServices->GetTime = GetTime; in InitializeRealTimeClock()
148 SystemTable->RuntimeServices->SetTime = SetTime; in InitializeRealTimeClock()
149 SystemTable->RuntimeServices->GetWakeupTime = GetWakeupTime; in InitializeRealTimeClock()
150 SystemTable->RuntimeServices->SetWakeupTime = SetWakeupTime; in InitializeRealTimeClock()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DUefiApplicationEntryPoint.h45 IN EFI_SYSTEM_TABLE *SystemTable
64 IN EFI_SYSTEM_TABLE *SystemTable
106 IN EFI_SYSTEM_TABLE *SystemTable
131 IN EFI_SYSTEM_TABLE *SystemTable
151 IN EFI_SYSTEM_TABLE *SystemTable
DUefiDriverEntryPoint.h62 IN EFI_SYSTEM_TABLE *SystemTable
83 IN EFI_SYSTEM_TABLE *SystemTable
125 IN EFI_SYSTEM_TABLE *SystemTable
149 IN EFI_SYSTEM_TABLE *SystemTable
171 IN EFI_SYSTEM_TABLE *SystemTable
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueDxeSmmDriverEntryPoint.h54 IN EFI_SYSTEM_TABLE *SystemTable
71 IN EFI_SYSTEM_TABLE *SystemTable
98 IN EFI_SYSTEM_TABLE *SystemTable
112 IN EFI_SYSTEM_TABLE *SystemTable
129 IN EFI_SYSTEM_TABLE *SystemTable
DEdkIIGlueUefiDriverEntryPoint.h65 IN EFI_SYSTEM_TABLE *SystemTable
83 IN EFI_SYSTEM_TABLE *SystemTable
112 IN EFI_SYSTEM_TABLE *SystemTable
127 IN EFI_SYSTEM_TABLE *SystemTable
144 IN EFI_SYSTEM_TABLE *SystemTable
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellInstall1CommandsLib/
DUefiShellInstall1CommandsLib.c32 IN EFI_SYSTEM_TABLE *SystemTable in ShellInstall1CommandsLibConstructor() argument
42 return (BcfgLibraryRegisterBcfgCommand(ImageHandle, SystemTable, L"Install1")); in ShellInstall1CommandsLibConstructor()
55 IN EFI_SYSTEM_TABLE *SystemTable in ShellInstall1CommandsLibDestructor() argument
58 return (BcfgLibraryUnregisterBcfgCommand(ImageHandle, SystemTable)); in ShellInstall1CommandsLibDestructor()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
DDriverEntryPoint.c161 IN EFI_SYSTEM_TABLE *SystemTable in _ModuleEntryPoint() argument
175 gBS = SystemTable->BootServices; in _ModuleEntryPoint()
245 ProcessLibraryConstructorList (ImageHandle, SystemTable); in _ModuleEntryPoint()
250 Status = ProcessModuleEntryPointList (ImageHandle, SystemTable); in _ModuleEntryPoint()
252 ProcessLibraryDestructorList (ImageHandle, SystemTable); in _ModuleEntryPoint()
272 IN EFI_SYSTEM_TABLE *SystemTable in EfiMain() argument
275 return _ModuleEntryPoint (ImageHandle, SystemTable); in EfiMain()
/device/linaro/bootloader/edk2/StdLib/LibC/Wchar/
DConsDecons.c33 IN EFI_SYSTEM_TABLE *SystemTable in __wchar_construct() argument
41 Status = SystemTable->BootServices->AllocatePool( in __wchar_construct()
57 IN EFI_SYSTEM_TABLE *SystemTable in __wchar_deconstruct() argument
63 Status = SystemTable->BootServices->FreePool( __wchar_bitmap); in __wchar_deconstruct()
/device/linaro/bootloader/edk2/EmulatorPkg/RealTimeClockRuntimeDxe/
DRealTimeClock.c46 IN EFI_SYSTEM_TABLE *SystemTable
203 IN EFI_SYSTEM_TABLE *SystemTable in InitializeRealTimeClock() argument
223 SystemTable->RuntimeServices->GetTime = EmuGetTime; in InitializeRealTimeClock()
224 SystemTable->RuntimeServices->SetTime = EmuSetTime; in InitializeRealTimeClock()
225 SystemTable->RuntimeServices->GetWakeupTime = EmuGetWakeupTime; in InitializeRealTimeClock()
226 SystemTable->RuntimeServices->SetWakeupTime = EmuSetWakeupTime; in InitializeRealTimeClock()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiBootServicesTableLib/
DUefiBootServicesTableLib.c46 IN EFI_SYSTEM_TABLE *SystemTable in UefiBootServicesTableLibConstructor() argument
52 gST = SystemTable; in UefiBootServicesTableLibConstructor()
58 gBS = SystemTable->BootServices; in UefiBootServicesTableLibConstructor()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DEfiDriverModelLib.c28 IN EFI_SYSTEM_TABLE *SystemTable, in EfiLibInstallDriverBinding() argument
61 EfiInitializeDriverLib (ImageHandle, SystemTable); in EfiLibInstallDriverBinding()
78 IN EFI_SYSTEM_TABLE * SystemTable, in InstallAllDriverProtocolsWorker() argument
131 …Status = EfiLibInstallDriverBinding (ImageHandle, SystemTable, DriverBinding, DriverBindingHandle); in InstallAllDriverProtocolsWorker()
214 IN EFI_SYSTEM_TABLE * SystemTable, in EfiLibInstallAllDriverProtocols() argument
258 SystemTable, in EfiLibInstallAllDriverProtocols()
273 IN EFI_SYSTEM_TABLE * SystemTable, in EfiLibInstallAllDriverProtocols2() argument
317 SystemTable, in EfiLibInstallAllDriverProtocols2()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/
DArmGicDxe.c42 IN EFI_SYSTEM_TABLE *SystemTable in InterruptDxeInitialize() argument
51 Status = GicV2DxeInitialize (ImageHandle, SystemTable); in InterruptDxeInitialize()
53 Status = GicV3DxeInitialize (ImageHandle, SystemTable); in InterruptDxeInitialize()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
DInitVariable.c212 IN EFI_SYSTEM_TABLE *SystemTable in VariableServiceInitialize() argument
218 Status = VariableCommonInitialize (ImageHandle, SystemTable); in VariableServiceInitialize()
221 SystemTable->RuntimeServices->GetVariable = RuntimeServiceGetVariable; in VariableServiceInitialize()
222 SystemTable->RuntimeServices->GetNextVariableName = RuntimeServiceGetNextVariableName; in VariableServiceInitialize()
223 SystemTable->RuntimeServices->SetVariable = RuntimeServiceSetVariable; in VariableServiceInitialize()
224 SystemTable->RuntimeServices->QueryVariableInfo = RuntimeServiceQueryVariableInfo; in VariableServiceInitialize()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Common/
DEdkIIGlueDependencies.h738 IN EFI_SYSTEM_TABLE *SystemTable
747 IN EFI_SYSTEM_TABLE *SystemTable
756 IN EFI_SYSTEM_TABLE *SystemTable
765 IN EFI_SYSTEM_TABLE *SystemTable
774 IN EFI_SYSTEM_TABLE *SystemTable
783 IN EFI_SYSTEM_TABLE *SystemTable
792 IN EFI_SYSTEM_TABLE *SystemTable
828 IN EFI_SYSTEM_TABLE *SystemTable
837 IN EFI_SYSTEM_TABLE *SystemTable
846 IN EFI_SYSTEM_TABLE *SystemTable
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/UefiBootServicesTableLib/
DUefiBootServicesTableLib.c44 IN EFI_SYSTEM_TABLE *SystemTable in UefiBootServicesTableLibConstructor() argument
56 gST = SystemTable; in UefiBootServicesTableLibConstructor()
62 gBS = SystemTable->BootServices; in UefiBootServicesTableLibConstructor()

12345678910>>...36