/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
D | Echo.c | 42 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()
|
D | Touch.c | 177 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()
|
D | Type.c | 185 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/ |
D | Load.c | 197 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()
|
D | Rm.c | 276 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()
|
D | Cp.c | 644 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()
|
D | Mv.c | 672 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/ |
D | LoadPciRom.c | 82 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/ |
D | Tftp.c | 255 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()
|