Home
last modified time | relevance | path

Searched refs:LoopVariable (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DParse.c262 UINTN LoopVariable; in PerformParsing() local
283 … for (LoopVariable = 0 ; LoopVariable < ShellCommandInstance && !ShellFileHandleEof(FileHandle);) { in PerformParsing()
300 LoopVariable++; in PerformParsing()
304 if (LoopVariable == ShellCommandInstance) { in PerformParsing()
305 LoopVariable = 0; in PerformParsing()
319 LoopVariable++; in PerformParsing()
320 if (LoopVariable == TableNameInstance in PerformParsing()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDrvCfg.c45 UINTN LoopVariable; in FindHiiHandleViaDevPath() local
74 …for (LoopVariable = 0 ; LoopVariable < (HandleBufferSize/sizeof(HandleBuffer[0])) && *HiiHandle ==… in FindHiiHandleViaDevPath()
77 …Status = HiiDb->ExportPackageLists(HiiDb, HandleBuffer[LoopVariable], &MainBufferSize, MainBuffer); in FindHiiHandleViaDevPath()
81 …Status = HiiDb->ExportPackageLists (HiiDb, HandleBuffer[LoopVariable], &MainBufferSize, MainBuffer… in FindHiiHandleViaDevPath()
100 *HiiHandle = HandleBuffer[LoopVariable]; in FindHiiHandleViaDevPath()