/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 | Type.c | 184 UINTN ParamCount; in ShellCommandRunType() local 192 ParamCount = 0; in ShellCommandRunType() 240 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunType() 242 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunType()
|
D | Touch.c | 175 UINTN ParamCount; in ShellCommandRunTouch() local 181 ParamCount = 0; in ShellCommandRunTouch() 223 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunTouch() 225 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunTouch()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | Load.c | 195 UINTN ParamCount; in ShellCommandRunLoad() local 234 for ( ParamCount = 1 in ShellCommandRunLoad() 235 ; ShellCommandLineGetRawValue(Package, ParamCount) != NULL in ShellCommandRunLoad() 236 ; ParamCount++ in ShellCommandRunLoad() 238 …Status = ShellOpenFileMetaArg((CHAR16*)ShellCommandLineGetRawValue(Package, ParamCount), EFI_FILE_… in ShellCommandRunLoad() 262 …_NF), gShellLevel2HiiHandle, L"load", (CHAR16*)ShellCommandLineGetRawValue(Package, ParamCount)); in ShellCommandRunLoad()
|
D | Rm.c | 273 UINTN ParamCount; in ShellCommandRunRm() local 279 ParamCount = 0; in ShellCommandRunRm() 318 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunRm() 320 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunRm()
|
D | Mv.c | 737 UINTN ParamCount; in ShellCommandRunMv() local 744 ParamCount = 0; in ShellCommandRunMv() 774 switch (ParamCount = ShellCommandLineGetCount(Package)) { in ShellCommandRunMv() 816 for (ParamCount--, LoopCounter = 1 ; LoopCounter < ParamCount ; LoopCounter++) { in ShellCommandRunMv() 830 …atus = ValidateAndMoveFiles(FileList, &Response, ShellCommandLineGetRawValue(Package, ParamCount)); in ShellCommandRunMv() 832 … ValidateAndMoveFiles(FileList, &Response, ShellCommandLineGetRawValue(Package, ParamCount)); in ShellCommandRunMv()
|
D | Cp.c | 643 UINTN ParamCount; in ShellCommandRunCp() local 653 ParamCount = 0; in ShellCommandRunCp() 695 switch (ParamCount = ShellCommandLineGetCount(Package)) { in ShellCommandRunCp() 735 …for (ParamCount--, LoopCounter = 1 ; LoopCounter < ParamCount && ShellStatus == SHELL_SUCCESS ; Lo… in ShellCommandRunCp() 752 …, PathCleanUpDirectories((CHAR16*)ShellCommandLineGetRawValue(Package, ParamCount)), SilentMode, R… in ShellCommandRunCp() 755 …E), gShellLevel2HiiHandle, L"cp", ShellCommandLineGetRawValue(Package, ParamCount), ShellStatus|MA… in ShellCommandRunCp()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | LoadPciRom.c | 80 UINTN ParamCount; in ShellCommandRunLoadPciRom() local 117 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunLoadPciRom() 119 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount) in ShellCommandRunLoadPciRom()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/ |
D | Tftp.c | 269 UINTN ParamCount; in ShellCommandRunTftp() local 329 ParamCount = ShellCommandLineGetCount (CheckPackage); in ShellCommandRunTftp() 330 if (ParamCount > 4) { in ShellCommandRunTftp() 337 if (ParamCount < 3) { in ShellCommandRunTftp() 370 if (ParamCount == 4) { in ShellCommandRunTftp()
|