Home
last modified time | relevance | path

Searched refs:ParamCount (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DEcho.c42 UINTN ParamCount; in ShellCommandRunEcho() local
100 for ( ParamCount = 1 in ShellCommandRunEcho()
101 ; ShellCommandLineGetRawValue(Package, ParamCount) != NULL in ShellCommandRunEcho()
102 ; ParamCount++ in ShellCommandRunEcho()
104 StrnCatGrow(&PrintString, &Size, ShellCommandLineGetRawValue(Package, ParamCount), 0); in ShellCommandRunEcho()
105 if (ShellCommandLineGetRawValue(Package, ParamCount+1) != NULL) { in ShellCommandRunEcho()
DTouch.c177 UINTN ParamCount; in ShellCommandRunTouch() local
183 ParamCount = 0; in ShellCommandRunTouch()
225 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunTouch()
227 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunTouch()
DType.c185 UINTN ParamCount; in ShellCommandRunType() local
193 ParamCount = 0; in ShellCommandRunType()
241 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunType()
243 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunType()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DLoad.c197 UINTN ParamCount; in ShellCommandRunLoad() local
236 for ( ParamCount = 1 in ShellCommandRunLoad()
237 ; ShellCommandLineGetRawValue(Package, ParamCount) != NULL in ShellCommandRunLoad()
238 ; ParamCount++ in ShellCommandRunLoad()
240 …Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, ParamCount), EFI_FILE_… in ShellCommandRunLoad()
264 …_NF), gShellLevel2HiiHandle, L"load", (CHAR16*)ShellCommandLineGetRawValue(Package, ParamCount)); in ShellCommandRunLoad()
DRm.c276 UINTN ParamCount; in ShellCommandRunRm() local
282 ParamCount = 0; in ShellCommandRunRm()
321 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunRm()
323 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunRm()
DCp.c644 UINTN ParamCount; in ShellCommandRunCp() local
654 ParamCount = 0; in ShellCommandRunCp()
696 switch (ParamCount = ShellCommandLineGetCount(Package)) { in ShellCommandRunCp()
732 …for (ParamCount--, LoopCounter = 1 ; LoopCounter < ParamCount && ShellStatus == SHELL_SUCCESS ; Lo… in ShellCommandRunCp()
749 …, PathCleanUpDirectories((CHAR16*)ShellCommandLineGetRawValue(Package, ParamCount)), SilentMode, R… in ShellCommandRunCp()
752 …E), gShellLevel2HiiHandle, L"cp", ShellCommandLineGetRawValue(Package, ParamCount), ShellStatus|MA… in ShellCommandRunCp()
DMv.c672 UINTN ParamCount; in ShellCommandRunMv() local
679 ParamCount = 0; in ShellCommandRunMv()
709 switch (ParamCount = ShellCommandLineGetCount(Package)) { in ShellCommandRunMv()
747 for (ParamCount--, LoopCounter = 1 ; LoopCounter < ParamCount ; LoopCounter++) { in ShellCommandRunMv()
761 …atus = ValidateAndMoveFiles(FileList, &Response, ShellCommandLineGetRawValue(Package, ParamCount)); in ShellCommandRunMv()
763 … ValidateAndMoveFiles(FileList, &Response, ShellCommandLineGetRawValue(Package, ParamCount)); in ShellCommandRunMv()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DLoadPciRom.c82 UINTN ParamCount; in ShellCommandRunLoadPciRom() local
119 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunLoadPciRom()
121 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunLoadPciRom()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
DTftp.c255 UINTN ParamCount; in ShellCommandRunTftp() local
312 ParamCount = ShellCommandLineGetCount (CheckPackage); in ShellCommandRunTftp()
313 if (ParamCount > 4) { in ShellCommandRunTftp()
320 if (ParamCount < 3) { in ShellCommandRunTftp()
354 if (ParamCount == 4) { in ShellCommandRunTftp()