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

123

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
H A DGenDepex.c331 UINTN Results; local
359 Results = (UINTN) fseek (InFile, 0, SEEK_END);
361 if (Results != 0) {
379 Results = (UINTN) fclose (InFile);
380 if (Results != 0) {
384 Results = (UINTN) fclose (OutFile);
385 if (Results != 0) {
392 Results = (UINTN) fseek (InFile, 0, SEEK_SET);
394 if (Results != 0) {
418 Results
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
H A DConfigAccess.h69 @param Results A null-terminated Unicode string in <ConfigAltResp> format which has all
83 OUT EFI_STRING *Results
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DHiiConfigKeyword.h119 EFI_NOT_FOUND is generated while processing the keyword elements, the Results string
134 returned in the Results field.
147 @param Results A null-terminated string in <MultiKeywordResp> format is returned
155 1.Progress, ProgressErr, or Results is NULL.
184 OUT EFI_STRING *Results
H A DHiiConfigRouting.h33 configuration string format. If Successful, Results contains an
70 @param Results A null-terminated string in <MultiConfigAltResp> format
74 @retval EFI_SUCCESS The Results string is filled with the
117 OUT EFI_STRING *Results
132 @param Results Null-terminated Unicode string in
138 @retval EFI_SUCCESS The Results string is filled with the
148 for the Results parameter
157 OUT EFI_STRING *Results
192 Results parameter would result
H A DHiiConfigAccess.h70 will be returned in the Results field. In addition,
73 ConfigHdr reference will be returned in the Results Field.
84 @param Results A null-terminated Unicode string in
89 @retval EFI_SUCCESS The Results string is filled with the
119 OUT EFI_STRING *Results
156 Results parameter would result
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigRouting/
H A DHiiConfigRouting.h43 OUT EFI_STRING *Results
58 Results - Null-terminated Unicode string in <MultiConfigAltResp> format which has all
63 EFI_SUCCESS - The Results string is filled with the values
90 OUT EFI_STRING *Results
100 Results - Null-terminated Unicode string in <MultiConfigAltResp> format which has all
105 EFI_SUCCESS - The Results string is filled with the values
110 EFI_INVALID_PARAMETER - For example, passing in a NULL for the Results
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
H A DTpm2Sequences.c62 TPML_DIGEST_VALUES Results; member in struct:__anon10264
279 @param[out] Results List of digests computed for the PCR
290 OUT TPML_DIGEST_VALUES *Results
374 BufferPtr = (UINT8 *)&Res.Results;
377 Results->count = SwapBytes32(ReadUnaligned32 ((UINT32 *)BufferPtr));
380 for (Index = 0; Index < Results->count; Index++) {
381 Results->digests[Index].hashAlg = SwapBytes16(ReadUnaligned16 ((UINT16 *)BufferPtr));
384 DigestSize = GetHashSizeFromAlgo (Results->digests[Index].hashAlg);
386 DEBUG ((EFI_D_ERROR, "EventSequenceComplete: Unknown hash algorithm %d\r\n", Results->digests[Index].hashAlg));
390 &Results
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigAccess/
H A DHiiConfigAccess.h49 OUT EFI_STRING *Results
65 Results - A null-terminated Unicode string in <ConfigAltResp> format which
70 EFI_SUCCESS - The Results is filled with the requested values.
99 EFI_SUCCESS - The Results is processed successfully.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
H A DDriverHealthManagerDxe.h91 @param Results A null-terminated Unicode string in <ConfigAltResp> format which
95 @retval EFI_SUCCESS The Results is filled with the requested values.
107 OUT EFI_STRING *Results
121 @retval EFI_SUCCESS The Results is processed successfully.
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
H A DOpalHiiPrivate.h71 @retval EFI_SUCCESS The Results is processed successfully.
99 @param Results A null-terminated Unicode string in
104 @retval EFI_SUCCESS The Results is filled with the requested values.
117 EFI_STRING *Results
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
H A DTrEEConfigImpl.c68 @param[out] Results A null-terminated Unicode string in
73 @retval EFI_SUCCESS The Results is filled with the requested values.
86 OUT EFI_STRING *Results
89 if (Progress == NULL || Results == NULL) {
157 @retval EFI_SUCCESS The Results is processed successfully.
H A DTrEEConfigImpl.h113 @param[out] Results A null-terminated Unicode string in
118 @retval EFI_SUCCESS The Results is filled with the requested values.
131 OUT EFI_STRING *Results
146 @retval EFI_SUCCESS The Results is processed successfully.
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.h114 @param Results - A null-terminated Unicode string in <ConfigAltResp> format which
118 @retval EFI_SUCCESS The Results is filled with the requested values.
130 OUT EFI_STRING *Results
144 @retval EFI_SUCCESS The Results is processed successfully.
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
H A DFrontPage.h89 @param Results - A null-terminated Unicode string in <ConfigAltResp> format which
93 @retval EFI_SUCCESS The Results is filled with the requested values.
105 OUT EFI_STRING *Results
119 @retval EFI_SUCCESS The Results is processed successfully.
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
H A DBootManager.h127 @param Results - A null-terminated Unicode string in <ConfigAltResp> format which
131 @retval EFI_SUCCESS The Results is filled with the requested values.
143 OUT EFI_STRING *Results
157 @retval EFI_SUCCESS The Results is processed successfully.
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
H A DTlsAuthConfigImpl.h142 will be returned in the Results field. In addition,
145 ConfigHdr reference will be returned in the Results Field.
156 @param Results A null-terminated Unicode string in
161 @retval EFI_SUCCESS The Results string is filled with the
194 OUT EFI_STRING *Results
230 Results parameter would result
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
H A DTcg2ConfigImpl.h119 @param[out] Results A null-terminated Unicode string in
124 @retval EFI_SUCCESS The Results is filled with the requested values.
137 OUT EFI_STRING *Results
152 @retval EFI_SUCCESS The Results is processed successfully.
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigImpl.h114 @param[out] Results A null-terminated Unicode string in
119 @retval EFI_SUCCESS The Results is filled with the requested values.
132 OUT EFI_STRING *Results
147 @retval EFI_SUCCESS The Results is processed successfully.
H A DTcgConfigImpl.c130 @param[out] Results A null-terminated Unicode string in
135 @retval EFI_SUCCESS The Results is filled with the requested values.
148 OUT EFI_STRING *Results
160 if (Progress == NULL || Results == NULL) {
215 Results,
248 @retval EFI_SUCCESS The Results is processed successfully.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c586 @param Results A null-terminated Unicode string in
591 @retval EFI_SUCCESS The Results is filled with the requested values.
604 OUT EFI_STRING *Results
620 if (Progress == NULL || Results == NULL) {
729 *Results = AllocateZeroPool (BufferSize);
730 ASSERT (*Results != NULL);
731 StrCpyS (*Results, BufferSize / sizeof (CHAR16), ConfigRequest);
732 Value = *Results;
737 if ((Value = StrStr (*Results, PrivateData->NameValueName[0])) != NULL) {
756 if ((Value = StrStr (*Results, PrivateDat
1103 EFI_STRING Results; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
H A DDeviceManager.h124 @param Results A null-terminated Unicode string in <ConfigAltResp> format which
128 @retval EFI_SUCCESS The Results is filled with the requested values.
140 OUT EFI_STRING *Results
154 @retval EFI_SUCCESS The Results is processed successfully.
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
H A DFileExplorer.h170 @param Results - A null-terminated Unicode string in <ConfigAltResp> format which
174 @retval EFI_SUCCESS The Results is filled with the requested values.
186 OUT EFI_STRING *Results
200 @retval EFI_SUCCESS The Results is processed successfully.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
H A DIfrCommon.c755 OUT BOOLEAN *Results
769 Results - If return Status is EFI_SUCCESS, Results provides valid data
797 *Results = TRUE;
953 *Results = FALSE;
964 *Results = FALSE;
972 *Results = FALSE;
/device/linaro/bootloader/edk2/BaseTools/Scripts/
H A DUpdateBuildVersions.py79 Results = []
130 Results = fd_.readlines()
137 return Results
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigImpl.c56 @param[out] Results A null-terminated Unicode string in
61 @retval EFI_SUCCESS The Results is filled with the requested values.
74 OUT EFI_STRING *Results
86 if (Progress == NULL || Results == NULL) {
135 Results,
170 @retval EFI_SUCCESS The Results is processed successfully.

Completed in 213 milliseconds

123