/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/ |
D | EfiCompNameSupport.h | 30 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/ |
D | UefiShellDebug1CommandsLib.h | 119 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/ |
D | UefiShellDriver1CommandsLib.h | 76 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/ |
D | UefiShellLevel2CommandsLib.h | 64 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/ |
D | UefiShellLevel3CommandsLib.h | 53 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/ |
D | EdkIIGlueDxeDriverEntryPoint.c | 332 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 …]
|
D | EdkIIGlueSmmDriverEntryPoint.c | 62 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/ |
D | ApplicationEntryPoint.c | 43 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/ |
D | UefiShellLevel1CommandsLib.h | 54 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/ |
D | DriverEntryPoint.c | 97 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/ |
D | RealTimeClock.c | 137 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/ |
D | UefiApplicationEntryPoint.h | 45 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
|
D | UefiDriverEntryPoint.h | 62 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/ |
D | EdkIIGlueDxeSmmDriverEntryPoint.h | 54 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
|
D | EdkIIGlueUefiDriverEntryPoint.h | 65 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/ |
D | UefiShellInstall1CommandsLib.c | 32 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/ |
D | DriverEntryPoint.c | 161 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/ |
D | ConsDecons.c | 33 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/ |
D | RealTimeClock.c | 46 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/ |
D | UefiBootServicesTableLib.c | 46 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/ |
D | EfiDriverModelLib.c | 28 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/ |
D | ArmGicDxe.c | 42 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/ |
D | InitVariable.c | 212 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/ |
D | EdkIIGlueDependencies.h | 738 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/ |
D | UefiBootServicesTableLib.c | 44 IN EFI_SYSTEM_TABLE *SystemTable in UefiBootServicesTableLibConstructor() argument 56 gST = SystemTable; in UefiBootServicesTableLibConstructor() 62 gBS = SystemTable->BootServices; in UefiBootServicesTableLibConstructor()
|