Home
last modified time | relevance | path

Searched refs:LoopCounter (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDrvCfg.c573 UINTN LoopCounter; in PreHiiDrvCfg() local
730 for (LoopCounter = 0; LoopCounter < HandleCount; LoopCounter++) { in PreHiiDrvCfg()
731 if ((HandleType[LoopCounter] & HR_CONTROLLER_HANDLE) == HR_CONTROLLER_HANDLE) { in PreHiiDrvCfg()
734 HandleBuffer[LoopCounter], in PreHiiDrvCfg()
752 for (LoopCounter = 0; LoopCounter < HandleCount; LoopCounter++) { in PreHiiDrvCfg()
753 if ((HandleType[LoopCounter] & HR_CONTROLLER_HANDLE) != HR_CONTROLLER_HANDLE) { in PreHiiDrvCfg()
756 if (DeviceHandle != NULL && DeviceHandle != HandleBuffer[LoopCounter]) { in PreHiiDrvCfg()
761 HandleIndex2 = ConvertHandleToHandleIndex (HandleBuffer[LoopCounter]); in PreHiiDrvCfg()
776 HandleBuffer[LoopCounter], in PreHiiDrvCfg()
791 HandleBuffer[LoopCounter], in PreHiiDrvCfg()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DCp.c644 UINTN LoopCounter; in ShellCommandRunCp() local
735 …for (ParamCount--, LoopCounter = 1 ; LoopCounter < ParamCount && ShellStatus == SHELL_SUCCESS ; Lo… in ShellCommandRunCp()
739 …Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, LoopCounter), EFI_FILE… in ShellCommandRunCp()
741 …R_GEN_FILE_NF), gShellLevel2HiiHandle, L"cp", ShellCommandLineGetRawValue(Package, LoopCounter)); in ShellCommandRunCp()
DMv.c738 UINTN LoopCounter; in ShellCommandRunMv() local
816 for (ParamCount--, LoopCounter = 1 ; LoopCounter < ParamCount ; LoopCounter++) { in ShellCommandRunMv()
820 …Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, LoopCounter), EFI_FILE… in ShellCommandRunMv()
822 …R_GEN_FILE_NF), gShellLevel2HiiHandle, L"mv", ShellCommandLineGetRawValue(Package, LoopCounter)); in ShellCommandRunMv()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellParametersProtocol.c442 UINTN LoopCounter; in CleanUpShellParametersProtocol() local
462 for ( LoopCounter = 0 in CleanUpShellParametersProtocol()
463 ; LoopCounter < NewShellParameters->Argc in CleanUpShellParametersProtocol()
464 ; LoopCounter++ in CleanUpShellParametersProtocol()
466 FreePool(NewShellParameters->Argv[LoopCounter]); in CleanUpShellParametersProtocol()
1423 UINTN LoopCounter; in RestoreArgcArgv() local
1429 for ( LoopCounter = 0 in RestoreArgcArgv()
1430 ; LoopCounter < ShellParameters->Argc in RestoreArgcArgv()
1431 ; LoopCounter++ in RestoreArgcArgv()
1433 FreePool(ShellParameters->Argv[LoopCounter]); in RestoreArgcArgv()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c2026 UINTN LoopCounter; in InternalCommandLineParse() local
2068 for (LoopCounter = 0 ; LoopCounter < Argc ; ++LoopCounter) { in InternalCommandLineParse()
2069 if (Argv[LoopCounter] == NULL) { in InternalCommandLineParse()
2073 } else if (InternalIsOnCheckList(Argv[LoopCounter], CheckList, &CurrentItemType)) { in InternalCommandLineParse()
2090 CurrentItemPackage->Name = AllocateCopyPool(StrSize(Argv[LoopCounter]), Argv[LoopCounter]); in InternalCommandLineParse()
2128 …} else if (GetItemValue != 0 && CurrentItemPackage != NULL && !InternalIsFlag(Argv[LoopCounter], A… in InternalCommandLineParse()
2132 CurrentValueSize = ValueSize + StrSize(Argv[LoopCounter]) + sizeof(CHAR16); in InternalCommandLineParse()
2145 Argv[LoopCounter] in InternalCommandLineParse()
2154 Argv[LoopCounter] in InternalCommandLineParse()
2157 ValueSize += StrSize(Argv[LoopCounter]) + sizeof(CHAR16); in InternalCommandLineParse()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c749 UINT16 LoopCounter; in BcfgAddOpt() local
882 …for (LoopCounter = 0 ; ShellStatus == SHELL_SUCCESS && LoopCounter < NewKeyOption.KeyData.Options.… in BcfgAddOpt()
891 …((EFI_INPUT_KEY*)(((UINT8*)KeyOptionBuffer) + sizeof(EFI_KEY_OPTION)))[LoopCounter].ScanCode = (UI… in BcfgAddOpt()
908 …((EFI_INPUT_KEY*)(((UINT8*)KeyOptionBuffer) + sizeof(EFI_KEY_OPTION)))[LoopCounter].UnicodeChar = … in BcfgAddOpt()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.c5106 UINT16 LoopCounter; in PrintInterpretedExtendedCompatibilityAcs() local
5123 for (LoopCounter = 0 ; LoopCounter * 8 < VectorSize ; LoopCounter++) { in PrintInterpretedExtendedCompatibilityAcs()
5128 LoopCounter + 1, in PrintInterpretedExtendedCompatibilityAcs()
5129 Header->EgressControlVectorArray[LoopCounter] in PrintInterpretedExtendedCompatibilityAcs()