Searched refs:Progress (Results 26 - 50 of 74) sorted by relevance

123

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
H A DLegacyBootMaintUi.h207 @param Progress - On return, points to a character in the Request string.
227 OUT EFI_STRING *Progress,
237 @param Progress - A pointer to a string filled in with the offset of the most
252 OUT EFI_STRING *Progress
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigImpl.h301 @param[out] Progress On return, points to a character in the Request
325 OUT EFI_STRING *Progress,
335 @param[out] Progress A pointer to a string filled in with the offset of
352 OUT EFI_STRING *Progress
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
H A DTftp.c954 CHAR16 Progress[TFTP_PROGRESS_MESSAGE_SIZE]; local
979 Progress[0] = L'\0';
989 Status = StrCpyS (Progress, TFTP_PROGRESS_MESSAGE_SIZE, mTftpProgressFrame);
994 Progress[Index] = L'=';
996 Progress[Step] = L'>';
999 Progress + (sizeof (mTftpProgressFrame) / sizeof (CHAR16)) - 1,
1000 sizeof (Progress) - sizeof (mTftpProgressFrame),
1006 ShellPrintEx (-1, -1, L"%s", Progress);
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
H A DPlatformBootManager.h132 @param ProgressColor Progress bar color.
133 @param Progress Progress (0-100)
145 IN UINTN Progress,
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
H A DTcg2ConfigImpl.c66 @param[out] Progress On return, points to a character in the Request
90 OUT EFI_STRING *Progress,
94 if (Progress == NULL || Results == NULL) {
98 *Progress = Request;
210 @param[out] Progress A pointer to a string filled in with the offset of
227 OUT EFI_STRING *Progress
230 if (Configuration == NULL || Progress == NULL) {
87 Tcg2ExtractConfig( 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/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Config2Nv.c823 @param[out] Progress On return, points to a character in the
844 known driver. Progress set to the
850 @retval EFI_INVALID_PARAMETER Illegal syntax. Progress set
854 @retval EFI_INVALID_PARAMETER Unknown name. Progress points
863 OUT EFI_STRING *Progress,
878 if (Progress == NULL || Results == NULL) {
892 *Progress = Request;
930 Progress
956 // Set Progress string to the original request string.
959 *Progress
860 Ip4FormExtractConfig( 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/PlatformVarCleanupLib/
H A DPlatVarCleanupLib.c549 @param[out] Progress On return, points to a character in the Request string.
569 OUT EFI_STRING *Progress,
581 if (Progress == NULL || Results == NULL) {
585 *Progress = Request;
622 Progress
634 // Set Progress string to the original request string or the string's null terminator.
637 *Progress = NULL;
639 *Progress = Request + StrLen (Request);
796 @param[out] Progress A pointer to a string filled in with the
822 OUT EFI_STRING *Progress
566 VariableCleanupHiiExtractConfig( 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/Universal/Network/IScsiDxe/
H A DIScsiConfig.c423 @param[out] Progress On return, points to a character in the
447 Progress parameter would be
450 known driver. Progress set to the
456 @retval EFI_INVALID_PARAMETER Illegal syntax. Progress set
460 @retval EFI_INVALID_PARAMETER Unknown name. Progress points
469 OUT EFI_STRING *Progress,
484 if (Progress == NULL || Results == NULL) {
488 *Progress = Request;
547 Progress
559 // Set Progress strin
466 IScsiFormExtractConfig( 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/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c1159 @param Progress On return, points to a character in the Request string.
1179 OUT EFI_STRING *Progress,
1192 if (Progress == NULL || Results == NULL) {
1196 *Progress = Request;
1234 Progress
1245 // Set Progress string to the original request string.
1248 *Progress = NULL;
1250 *Progress = Request + StrLen (Request);
1261 @param Progress A pointer to a string filled in with the offset of the most
1276 OUT EFI_STRING *Progress
1176 PlatOverMngrExtractConfig( 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/Universal/DriverSampleDxe/
H A DDriverSample.c759 @param Progress On return, points to a character in the Request
783 OUT EFI_STRING *Progress,
800 if (Progress == NULL || Results == NULL) {
809 *Progress = Request;
981 Progress
1000 // Set Progress string to the original request string.
1003 *Progress = NULL;
1005 *Progress = Request + StrLen (Request);
1018 @param Progress A pointer to a string filled in with the offset of
1035 OUT EFI_STRING *Progress
780 ExtractConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Request, OUT EFI_STRING *Progress, OUT EFI_STRING *Results ) argument
1282 EFI_STRING Progress; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerLib/
H A DDeviceManager.c726 @param Progress On return, points to a character in the Request string.
746 OUT EFI_STRING *Progress,
750 if (Progress == NULL || Results == NULL) {
753 *Progress = Request;
762 @param Progress A pointer to a string filled in with the offset of the most
777 OUT EFI_STRING *Progress
780 if (Configuration == NULL || Progress == NULL) {
784 *Progress = Configuration;
743 DeviceManagerExtractConfig( 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/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DHiiDatabase.h1564 @param Progress On return, points to a character in the Request
1582 Progress set to the "G" in "GUID" of the
1588 Progress parameter is set to NULL.
1589 @retval EFI_INVALID_PARAMETER Illegal syntax. Progress set to most recent &
1591 @retval EFI_INVALID_PARAMETER Unknown name. Progress points to the & before the
1600 OUT EFI_STRING *Progress,
1642 @param Progress A pointer to a string filled in with the offset
1664 OUT EFI_STRING *Progress
1683 @param Progress A pointer to a string filled in with the offset
1689 @retval EFI_SUCCESS The request succeeded. Progress point
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DMemoryTest.c29 @param ProgressColor Progress bar color.
30 @param Progress Progress (0-100)
42 IN UINTN Progress,
61 if (Progress > 100) {
107 BlockNum = Progress;
37 PlatformBdsShowProgress( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL TitleForeground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL TitleBackground, IN CHAR16 *Title, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL ProgressColor, IN UINTN Progress, IN UINTN PreviousValue ) argument
H A DFrontPage.c84 @param Progress On return, points to a character in the Request string.
104 OUT EFI_STRING *Progress,
108 if (Progress == NULL || Results == NULL) {
111 *Progress = Request;
121 @param Progress A pointer to a string filled in with the offset of the most
136 OUT EFI_STRING *Progress
139 if (Configuration == NULL || Progress == NULL) {
143 *Progress = Configuration;
149 *Progress = Configuration + StrLen (Configuration);
101 FakeExtractConfig( 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/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
H A DConfigAccess.c410 @param Progress On return, points to a character in the Request string. Points to the string's null
427 OUT EFI_STRING *Progress,
447 if (Progress == NULL || Results == NULL) {
450 *Progress = Request;
565 Progress
617 // Set Progress string to the original request string.
620 *Progress = NULL;
622 *Progress = Request + StrLen (Request);
635 @param Progress A pointer to a string filled in with the offset of the most recent '&' before the first
648 OUT EFI_STRING *Progress
424 ThunkExtractConfig( 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 DSetupBrowser.c53 @param ProgressColor Progress bar color.
54 @param Progress Progress (0-100)
66 IN UINTN Progress,
85 if (Progress > 100) {
129 BlockNum = Progress;
61 PlatformBdsShowProgress( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL TitleForeground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL TitleBackground, IN CHAR16 *Title, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL ProgressColor, IN UINTN Progress, IN UINTN PreviousValue ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.c1236 EFI_STRING Progress; local
1254 &Progress
1309 EFI_STRING Progress; local
1326 &Progress
1504 CHAR16 *Progress; local
1728 &Progress,
1815 CHAR16 *Progress; local
2061 &Progress
2310 EFI_STRING Progress; local
2340 &Progress
2619 FindQuestionFromProgress( IN FORM_BROWSER_FORMSET *FormSet, IN BROWSER_STORAGE *Storage, IN EFI_STRING Progress, OUT FORM_BROWSER_FORM **RetForm, OUT FORM_BROWSER_STATEMENT **RetQuestion ) argument
2988 EFI_STRING Progress; local
3108 EFI_STRING Progress; local
4096 CHAR16 *Progress; local
4225 CHAR16 *Progress; local
5061 EFI_STRING Progress; local
[all...]
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
H A DBdsFilePath.c955 CHAR16 Progress[TFTP_PROGRESS_MESSAGE_SIZE]; local
982 Progress[0] = L'\0';
988 StrCpy (Progress, mTftpProgressFrame);
990 Progress[Index] = L'=';
992 Progress[Step] = L'>';
995 Progress + (sizeof (mTftpProgressFrame) / sizeof (CHAR16)) - 1,
996 sizeof (Progress) - sizeof (mTftpProgressFrame),
1011 UnicodeSPrint (Progress, sizeof (Progress), L"%7d Kb", NbOfKb);
1015 if (Progress[
[all...]
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.h379 @param[out] Progress On return, points to a character in the Request
403 OUT EFI_STRING *Progress,
414 @param[out] Progress A pointer to a string filled in with the offset of
431 OUT EFI_STRING *Progress
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
H A DDriverHealthManagerDxe.c67 @param Progress On return, points to a character in the Request string.
87 OUT EFI_STRING *Progress,
91 if (Progress == NULL || Results == NULL) {
94 *Progress = Request;
104 @param Progress A pointer to a string filled in with the offset of the most
119 OUT EFI_STRING *Progress
122 if (Configuration == NULL || Progress == NULL) {
84 DriverHealthManagerFakeExtractConfig( 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/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootMaint.c211 @param Progress On return, points to a character in the Request string.
231 OUT EFI_STRING *Progress,
243 if (Progress == NULL || Results == NULL) {
247 *Progress = Request;
284 Progress
294 // Set Progress string to the original request string.
297 *Progress = NULL;
299 *Progress = Request + StrLen (Request);
318 @param[out] Progress A pointer to a string filled in with the
343 OUT EFI_STRING *Progress
228 BootMaintExtractConfig( 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/BootMaintenanceManagerLib/
H A DBootMaintenance.c437 @param Progress On return, points to a character in the Request string.
457 OUT EFI_STRING *Progress,
469 if (Progress == NULL || Results == NULL) {
473 *Progress = Request;
510 Progress
520 // Set Progress string to the original request string.
523 *Progress = NULL;
525 *Progress = Request + StrLen (Request);
544 @param[out] Progress A pointer to a string filled in with the
569 OUT EFI_STRING *Progress
454 BootMaintExtractConfig( 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/NetworkPkg/Ip6Dxe/
H A DIp6ConfigNv.c1314 @param[out] Progress On return, points to a character in the
1338 Progress parameter would be
1341 known driver. Progress set to the
1347 @retval EFI_INVALID_PARAMETER Illegal syntax. Progress set
1351 @retval EFI_INVALID_PARAMETER Unknown name. Progress points
1360 OUT EFI_STRING *Progress,
1375 if (This == NULL || Progress == NULL || Results == NULL) {
1379 *Progress = Request;
1439 Progress
1452 // Set Progress strin
1357 Ip6FormExtractConfig( 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/BootLogoLib/
H A DBootLogoLib.c423 @param ProgressColor Progress bar color.
424 @param Progress Progress (0-100)
437 IN UINTN Progress,
456 if (Progress > 100) {
497 BlockNum = Progress;
432 BootLogoUpdateProgress( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL TitleForeground, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL TitleBackground, IN CHAR16 *Title, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL ProgressColor, IN UINTN Progress, IN UINTN PreviousValue ) argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DTypes.h194 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize); member in struct:__anon3721

Completed in 451 milliseconds

123