Searched refs:SystemTable (Results 1 - 25 of 355) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DReconnect.c21 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
27 IN EFI_SYSTEM_TABLE *SystemTable
34 ShellStatus = ShellCommandRunDisconnect(ImageHandle, SystemTable);
36 ShellStatus = ShellCommandRunConnect(ImageHandle, SystemTable);
H A DUefiShellDriver1CommandsLib.h67 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
73 IN EFI_SYSTEM_TABLE *SystemTable
80 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
86 IN EFI_SYSTEM_TABLE *SystemTable
93 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
99 IN EFI_SYSTEM_TABLE *SystemTable
106 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
112 IN EFI_SYSTEM_TABLE *SystemTable
119 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
125 IN EFI_SYSTEM_TABLE *SystemTable
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DUefiApplicationEntryPoint.h30 If _gUefiDriverRevision is not zero and SystemTable->Hdr.Revision is less than _gUefiDriverRevison,
34 @param SystemTable A pointer to the EFI System Table.
37 @retval EFI_INCOMPATIBLE_VERSION _gUefiDriverRevision is greater than SystemTable->Hdr.Revision.
45 IN EFI_SYSTEM_TABLE *SystemTable
53 @param SystemTable A pointer to the EFI System Table.
56 @retval EFI_INCOMPATIBLE_VERSION _gUefiDriverRevision is greater than SystemTable->Hdr.Revision.
64 IN EFI_SYSTEM_TABLE *SystemTable
99 @param SystemTable A pointer to the EFI System Table.
106 IN EFI_SYSTEM_TABLE *SystemTable
124 @param SystemTable
[all...]
H A DUefiDriverEntryPoint.h45 If _gUefiDriverRevision is not zero and SystemTable->Hdr.Revision is less than _gUefiDriverRevison,
50 @param SystemTable A pointer to the EFI System Table.
54 @retval EFI_INCOMPATIBLE_VERSION _gUefiDriverRevision is greater than SystemTable->Hdr.Revision.
62 IN EFI_SYSTEM_TABLE *SystemTable
69 This function is required to call _ModuleEntryPoint() passing in ImageHandle, and SystemTable.
72 @param SystemTable A pointer to the EFI System Table.
76 @retval EFI_INCOMPATIBLE_VERSION _gUefiDriverRevision is greater than SystemTable->Hdr.Revision.
83 IN EFI_SYSTEM_TABLE *SystemTable
118 @param SystemTable A pointer to the EFI System Table.
125 IN EFI_SYSTEM_TABLE *SystemTable
[all...]
H A DDxeCoreEntryPoint.h71 @param SystemTable A pointer to the EFI System Table.
78 IN EFI_SYSTEM_TABLE *SystemTable
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiApplicationEntryPoint/
H A DApplicationEntryPoint.c28 If _gUefiDriverRevision is not zero and SystemTable->Hdr.Revision is less than _gUefiDriverRevison,
32 @param SystemTable A pointer to the EFI System Table.
35 @retval EFI_INCOMPATIBLE_VERSION _gUefiDriverRevision is greater than SystemTable->Hdr.Revision.
43 IN EFI_SYSTEM_TABLE *SystemTable
52 if (SystemTable->Hdr.Revision < _gUefiDriverRevision) {
60 ProcessLibraryConstructorList (ImageHandle, SystemTable);
65 Status = ProcessModuleEntryPointList (ImageHandle, SystemTable);
70 ProcessLibraryDestructorList (ImageHandle, SystemTable);
106 @param SystemTable A pointer to the EFI System Table.
109 @retval EFI_INCOMPATIBLE_VERSION _gUefiDriverRevision is greater than SystemTable
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiRuntimeServicesTableLib/
H A DUefiRuntimeServicesTableLib.c31 @param SystemTable A pointer to the EFI System Table.
40 IN EFI_SYSTEM_TABLE *SystemTable
46 gRT = SystemTable->RuntimeServices;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiDriverEntryPoint/
H A DDriverEntryPoint.c78 If _gUefiDriverRevision is not zero and SystemTable->Hdr.Revision is less than
84 @param SystemTable A pointer to the EFI System Table.
89 SystemTable->Hdr.Revision.
97 IN EFI_SYSTEM_TABLE *SystemTable
107 if (SystemTable->Hdr.Revision < _gUefiDriverRevision) {
115 ProcessLibraryConstructorList (ImageHandle, SystemTable);
133 Status = ProcessModuleEntryPointList (ImageHandle, SystemTable);
139 ProcessLibraryDestructorList (ImageHandle, SystemTable);
153 and SystemTable.
157 @param SystemTable
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DUefiShellLevel3CommandsLib.h49 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
55 IN EFI_SYSTEM_TABLE *SystemTable
62 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
68 IN EFI_SYSTEM_TABLE *SystemTable
75 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
81 IN EFI_SYSTEM_TABLE *SystemTable
88 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
94 IN EFI_SYSTEM_TABLE *SystemTable
101 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
107 IN EFI_SYSTEM_TABLE *SystemTable
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiBootServicesTableLib/
H A DUefiBootServicesTableLib.c35 @param SystemTable A pointer to the EFI System Table.
44 IN EFI_SYSTEM_TABLE *SystemTable
56 gST = SystemTable;
62 gBS = SystemTable->BootServices;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/ShellExecTestApp/
H A DSA.c23 @param[in] SystemTable A pointer to the EFI System Table.
33 IN EFI_SYSTEM_TABLE *SystemTable
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DUefiShellLevel2CommandsLib.h60 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
66 IN EFI_SYSTEM_TABLE *SystemTable
73 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
79 IN EFI_SYSTEM_TABLE *SystemTable
86 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
92 IN EFI_SYSTEM_TABLE *SystemTable
99 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
105 IN EFI_SYSTEM_TABLE *SystemTable
112 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
118 IN EFI_SYSTEM_TABLE *SystemTable
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/
H A DConsDecons.c34 IN EFI_SYSTEM_TABLE *SystemTable
42 Status = SystemTable->BootServices->AllocatePool(
60 IN EFI_SYSTEM_TABLE *SystemTable
66 Status = SystemTable->BootServices->FreePool( __wchar_bitmap);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DUefiShellLevel1CommandsLib.h50 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
56 IN EFI_SYSTEM_TABLE *SystemTable
63 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
69 IN EFI_SYSTEM_TABLE *SystemTable
76 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
82 IN EFI_SYSTEM_TABLE *SystemTable
89 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
95 IN EFI_SYSTEM_TABLE *SystemTable
102 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
108 IN EFI_SYSTEM_TABLE *SystemTable
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DUefiShellDebug1CommandsLib.h134 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
140 IN EFI_SYSTEM_TABLE *SystemTable
147 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
153 IN EFI_SYSTEM_TABLE *SystemTable
160 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
166 IN EFI_SYSTEM_TABLE *SystemTable
173 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
179 IN EFI_SYSTEM_TABLE *SystemTable
186 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
192 IN EFI_SYSTEM_TABLE *SystemTable
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/
H A DPiSmmCoreSmmServicesTableLib.c26 @param SystemTable A pointer to the EFI System Table.
35 IN EFI_SYSTEM_TABLE *SystemTable
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DInitVariable.c202 @param[in] SystemTable A pointer to the EFI System Table.
211 IN EFI_SYSTEM_TABLE *SystemTable
217 Status = VariableCommonInitialize (ImageHandle, SystemTable);
220 SystemTable->RuntimeServices->GetVariable = RuntimeServiceGetVariable;
221 SystemTable->RuntimeServices->GetNextVariableName = RuntimeServiceGetNextVariableName;
222 SystemTable->RuntimeServices->SetVariable = RuntimeServiceSetVariable;
223 SystemTable->RuntimeServices->QueryVariableInfo = RuntimeServiceQueryVariableInfo;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmServicesTableLib/
H A DSmmServicesTableLib.c27 @param SystemTable A pointer to the EFI System Table.
36 IN EFI_SYSTEM_TABLE *SystemTable
46 Status = SystemTable->BootServices->LocateProtocol (
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/KbcResetDxe/
H A DResetEntry.c69 @param SystemTable Pointer to the System Table
80 IN EFI_SYSTEM_TABLE *SystemTable
93 SystemTable->RuntimeServices->ResetSystem = KbcResetSystem;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DUefiShellInstall1CommandsLib.c40 @param SystemTable the EFI System Table pointer
49 IN EFI_SYSTEM_TABLE *SystemTable
76 @param SystemTable The EFI System Table pointer.
82 IN EFI_SYSTEM_TABLE *SystemTable
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DUefiShellNetwork1CommandsLib.c39 @param SystemTable The EFI System Table pointer.
48 IN EFI_SYSTEM_TABLE *SystemTable
77 @param SystemTable The EFI System Table pointer.
83 IN EFI_SYSTEM_TABLE *SystemTable
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Application/HelloWorld/
H A DHelloWorld.c27 @param[in] SystemTable A pointer to the EFI System Table.
37 IN EFI_SYSTEM_TABLE *SystemTable
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/DxeServicesTableLib/
H A DDxeServicesTableLib.c46 @param SystemTable A pointer to the EFI System Table.
55 IN EFI_SYSTEM_TABLE *SystemTable
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCEntryLib/
H A DUefiShellCEntryLib.c34 @param SystemTable A pointer to the EFI System Table.
44 IN EFI_SYSTEM_TABLE *SystemTable
56 Status = SystemTable->BootServices->OpenProtocol(ImageHandle,
75 Status = SystemTable->BootServices->OpenProtocol(ImageHandle,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
H A DDriverEntryPoint.c151 @param SystemTable Pointer to the EFI System Table.
161 IN EFI_SYSTEM_TABLE *SystemTable
175 gBS = SystemTable->BootServices;
245 ProcessLibraryConstructorList (ImageHandle, SystemTable);
250 Status = ProcessModuleEntryPointList (ImageHandle, SystemTable);
252 ProcessLibraryDestructorList (ImageHandle, SystemTable);
262 @param SystemTable Pointer to the EFI System Table.
272 IN EFI_SYSTEM_TABLE *SystemTable
275 return _ModuleEntryPoint (ImageHandle, SystemTable);

Completed in 85 milliseconds

1234567891011>>