Searched refs:Progress (Results 1 - 25 of 74) sorted by relevance

123

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
H A DConfigAccess.h65 @param Progress On return, points to a character in the Request string. Points to the string's null
82 OUT EFI_STRING *Progress,
94 @param Progress A pointer to a string filled in with the offset of the most recent '&' before the first
107 OUT EFI_STRING *Progress
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DHiiConfigKeyword.h26 // Progress Errors
45 function returns an error and also sets the Progress and ProgressErr with the
64 @param Progress On return, points to a character in the KeywordString.
81 error. See Progress and ProgressErr for more data.
101 OUT EFI_STRING *Progress,
113 returns an EFI_INVALID_PARAMETER and also set the Progress and ProgressErr with the
135 @param Progress On return, points to a character in the KeywordString. Points
153 1.Progress, ProgressErr, or Resuts is NULL.
155 Progress and ProgressErr for more data.
180 OUT EFI_STRING *Progress,
[all...]
H A DHiiConfigRouting.h61 @param Progress On return, points to a character in the
86 error. The Progress parameter
90 known driver. Progress set to
98 @retval EFI_INVALID_PARAMETER Illegal syntax. Progress set
105 EFI_INVALID_PARAMETER. Progress
116 OUT EFI_STRING *Progress,
176 @param Progress A pointer to a string filled in with the
204 OUT EFI_STRING *Progress
234 @param Progress A pointer to a string filled in with the
241 @retval EFI_SUCCESS The request succeeded. Progress point
[all...]
H A DHiiConfigAccess.h74 @param Progress On return, points to a character in the
99 Progress set to the first character
102 @retval EFI_INVALID_PARAMETER Illegal syntax. Progress set
107 @retval EFI_INVALID_PARAMETER Unknown name. Progress points
117 OUT EFI_STRING *Progress,
138 @param Progress A pointer to a string filled in with the
167 OUT EFI_STRING *Progress
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigRouting/
H A DHiiConfigRouting.h42 OUT EFI_STRING *Progress,
54 Progress - On return, points to a character in the Request string. Points to the string's null
69 Progress set to the 'G' in "GUID" of the routing
75 Progress parameter is set to NULL.
77 EFI_INVALID_PARAMETER - Illegal syntax. Progress set to most recent & before
80 EFI_INVALID_PARAMETER - Unknown name. Progress points to the & before
121 OUT EFI_STRING *Progress
132 Progress - A pointer to a string filled in with the offset of the most recent "&" before the first
158 OUT EFI_STRING *Progress
173 Progress
[all...]
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigImpl.c123 @param[out] Progress On return, points to a character in the Request
147 OUT EFI_STRING *Progress,
163 if (Progress == NULL || Results == NULL) {
167 *Progress = Request;
231 Progress
240 // Set Progress string to the original request string.
243 *Progress = NULL;
245 *Progress = Request + StrLen (Request);
257 @param[out] Progress A pointer to a string filled in with the offset of
274 OUT EFI_STRING *Progress
144 TcgExtractConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Request, OUT EFI_STRING *Progress, OUT EFI_STRING *Results ) argument
[all...]
H A DTcgConfigImpl.h106 @param[out] Progress On return, points to a character in the Request
130 OUT EFI_STRING *Progress,
140 @param[out] Progress A pointer to a string filled in with the offset of
157 OUT EFI_STRING *Progress
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
H A DBootLogoLib.h64 @param ProgressColor Progress bar color.
65 @param Progress Progress (0-100)
78 IN UINTN Progress,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigAccess/
H A DHiiConfigAccess.h48 OUT EFI_STRING *Progress,
60 Progress - On return, points to a character in the Request string.
83 OUT EFI_STRING *Progress
93 Progress - A pointer to a string filled in with the offset of the most
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
H A DDriverHealthManagerDxe.h86 @param Progress On return, points to a character in the Request string.
106 OUT EFI_STRING *Progress,
116 @param Progress A pointer to a string filled in with the offset of the most
131 OUT EFI_STRING *Progress
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
H A DTrEEConfigImpl.c61 @param[out] Progress On return, points to a character in the Request
85 OUT EFI_STRING *Progress,
89 if (Progress == NULL || Results == NULL) {
93 *Progress = Request;
151 @param[out] Progress A pointer to a string filled in with the offset of
168 OUT EFI_STRING *Progress
171 if (Configuration == NULL || Progress == NULL) {
82 TrEEExtractConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Request, OUT EFI_STRING *Progress, OUT EFI_STRING *Results ) argument
H A DTrEEConfigImpl.h106 @param[out] Progress On return, points to a character in the Request
130 OUT EFI_STRING *Progress,
140 @param[out] Progress A pointer to a string filled in with the offset of
157 OUT EFI_STRING *Progress
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.h109 @param Progress - On return, points to a character in the Request string.
129 OUT EFI_STRING *Progress,
139 @param Progress - A pointer to a string filled in with the offset of the most
154 OUT EFI_STRING *Progress
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
H A DFrontPage.h90 @param Progress - On return, points to a character in the Request string.
110 OUT EFI_STRING *Progress,
120 @param Progress - A pointer to a string filled in with the offset of the most
135 OUT EFI_STRING *Progress
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerLib/
H A DBootManager.h122 @param Progress - On return, points to a character in the Request string.
142 OUT EFI_STRING *Progress,
152 @param Progress - A pointer to a string filled in with the offset of the most
167 OUT EFI_STRING *Progress
H A DBootManager.c588 @param Progress On return, points to a character in the Request string.
608 OUT EFI_STRING *Progress,
612 if (Progress == NULL || Results == NULL) {
615 *Progress = Request;
625 @param Progress A pointer to a string filled in with the offset of the most
640 OUT EFI_STRING *Progress
643 if (Configuration == NULL || Progress == NULL) {
647 *Progress = Configuration;
605 BootManagerExtractConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Request, OUT EFI_STRING *Progress, OUT EFI_STRING *Results ) argument
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
H A DTcg2ConfigImpl.h110 @param[out] Progress On return, points to a character in the Request
134 OUT EFI_STRING *Progress,
144 @param[out] Progress A pointer to a string filled in with the offset of
161 OUT EFI_STRING *Progress
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigImpl.c49 @param[out] Progress On return, points to a character in the Request
73 OUT EFI_STRING *Progress,
86 if (Progress == NULL || Results == NULL) {
90 *Progress = Request;
136 Progress
146 // Set Progress string to the original request string.
149 *Progress = NULL;
151 *Progress = Request + StrLen (Request);
164 @param[out] Progress A pointer to a string filled in with the offset of
181 OUT EFI_STRING *Progress
70 VlanExtractConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Request, OUT EFI_STRING *Progress, OUT EFI_STRING *Results ) argument
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
H A DPlatform.c212 @param[out] Progress A pointer into Request on output, identifying the query
230 OUT EFI_STRING *Progress,
241 *Progress = Request;
250 Results, Progress);
252 DEBUG ((EFI_D_ERROR, "%a: BlockToConfig(): %r, Progress=\"%s\"\n",
253 __FUNCTION__, Status, (Status == EFI_DEVICE_ERROR) ? NULL : *Progress));
310 @param[out] Progress A pointer into Configuration on output,
323 OUT EFI_STRING *Progress
338 *Progress = Configuration;
350 (VOID *) &MainFormState, &BlockSize, Progress);
227 ExtractConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Request, OUT EFI_STRING *Progress, OUT EFI_STRING *Results ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerLib/
H A DDeviceManager.h119 @param Progress On return, points to a character in the Request string.
139 OUT EFI_STRING *Progress,
149 @param Progress A pointer to a string filled in with the offset of the most
164 OUT EFI_STRING *Progress
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
H A DFileExplorer.h165 @param Progress - On return, points to a character in the Request string.
185 OUT EFI_STRING *Progress,
195 @param Progress - A pointer to a string filled in with the offset of the most
210 OUT EFI_STRING *Progress
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DFileExplorer.c240 @param[out] Progress A pointer to a string filled in with the
265 OUT EFI_STRING *Progress
274 if (Progress == NULL) {
277 *Progress = Configuration;
315 Progress
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c2311 @param Progress Return the progress data.
2318 OUT EFI_STRING *Progress
2358 *Progress = StringPtr;
2480 @param Progress Return the progress data.
2487 OUT EFI_STRING *Progress
2518 *Progress = StringPtr;
3080 EFI_STRING Progress; local
3096 Progress = *Request;
3150 RequestBlockArray = GetBlockElement(StringPtr, &Progress);
3152 RequestBlockArray = GetNameElement(StringPtr, &Progress);
3670 HiiConfigRoutingExtractConfig( IN CONST EFI_HII_CONFIG_ROUTING_PROTOCOL *This, IN CONST EFI_STRING Request, OUT EFI_STRING *Progress, OUT EFI_STRING *Results ) argument
4006 EFI_STRING Progress; local
[all...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
H A DPlatformSetupDxe.c107 @param Progress On return, points to a character in the Request string.
167 OUT EFI_STRING *Progress,
182 if (Progress == NULL || Results == NULL) {
186 *Progress = Request;
239 Progress
251 // Set Progress string to the original request string.
254 *Progress = NULL;
256 *Progress = Request + StrLen (Request);
267 @param Progress A pointer to a string filled in with the offset of the most
282 OUT EFI_STRING *Progress
155 SystemConfigExtractConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Request, OUT EFI_STRING *Progress, OUT EFI_STRING *Results ) argument
[all...]
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileManager.c749 @param Progress On return, points to a character in the Request string.
769 OUT EFI_STRING *Progress,
773 if (Progress == NULL || Results == NULL) {
776 *Progress = Request;
786 @param Progress A pointer to a string filled in with the offset of the most
801 OUT EFI_STRING *Progress
804 if (Configuration == NULL || Progress == NULL) {
766 FakeExtractConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Request, OUT EFI_STRING *Progress, OUT EFI_STRING *Results ) argument

Completed in 500 milliseconds

123