Home
last modified time | relevance | path

Searched refs:ShellCommandLineGetCount (Results 1 – 25 of 44) sorted by relevance

12

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
DHexEdit.c88 if (ShellCommandLineGetCount(Package) < 4) { in ShellCommandRunHexEdit()
91 } else if (ShellCommandLineGetCount(Package) > 4) { in ShellCommandRunHexEdit()
110 if (ShellCommandLineGetCount(Package) < 2) { in ShellCommandRunHexEdit()
113 } else if (ShellCommandLineGetCount(Package) > 2) { in ShellCommandRunHexEdit()
131 if (ShellCommandLineGetCount(Package) < 3) { in ShellCommandRunHexEdit()
134 } else if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunHexEdit()
145 if (ShellCommandLineGetCount(Package) > 2) { in ShellCommandRunHexEdit()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DMode.c68 if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunMode()
71 } else if (ShellCommandLineGetCount(Package) == 2) { in ShellCommandRunMode()
74 } else if (ShellCommandLineGetCount(Package) == 3) { in ShellCommandRunMode()
111 } else if (ShellCommandLineGetCount(Package) == 1) { in ShellCommandRunMode()
DSetSize.c65 if (ShellCommandLineGetCount(Package) < 3) { in ShellCommandRunSetSize()
79 …for (LoopVar = 2 ; LoopVar < ShellCommandLineGetCount(Package) && ShellStatus == SHELL_SUCCESS ; L… in ShellCommandRunSetSize()
DSerMode.c209 if (ShellCommandLineGetCount(Package) < 6 && ShellCommandLineGetCount(Package) > 2) { in ShellCommandRunSerMode()
212 } else if (ShellCommandLineGetCount(Package) > 6) { in ShellCommandRunSerMode()
DEfiCompress.c80 if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunEfiCompress()
83 } else if (ShellCommandLineGetCount(Package) < 3) { in ShellCommandRunEfiCompress()
DDblk.c138 if (ShellCommandLineGetCount(Package) > 4) { in ShellCommandRunDblk()
141 } else if (ShellCommandLineGetCount(Package) < 2) { in ShellCommandRunDblk()
DEfiDecompress.c87 if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunEfiDecompress()
90 } else if (ShellCommandLineGetCount(Package) < 3) { in ShellCommandRunEfiDecompress()
DComp.c87 if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunComp()
90 } else if (ShellCommandLineGetCount(Package) < 3) { in ShellCommandRunComp()
DSetVar.c110 if (ShellCommandLineGetCount(Package) < 2) { in ShellCommandRunSetVar()
113 } else if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunSetVar()
DDmem.c145 if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunDmem()
DMm.c440 if (ShellCommandLineGetCount (Package) < 2) { in ShellCommandRunMm()
444 } else if (ShellCommandLineGetCount (Package) > 3) { in ShellCommandRunMm()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDisconnect.c129 if (ShellCommandLineGetCount(Package) > 1){ in ShellCommandRunDisconnect()
132 } else if (ShellCommandLineGetCount(Package) < 1) { in ShellCommandRunDisconnect()
153 if (ShellCommandLineGetCount(Package) > 4){ in ShellCommandRunDisconnect()
156 } else if (ShellCommandLineGetCount(Package) < 2) { in ShellCommandRunDisconnect()
DUnload.c96 if (ShellCommandLineGetCount(Package) > 2){ in ShellCommandRunUnload()
102 } else if (ShellCommandLineGetCount(Package) < 2) { in ShellCommandRunUnload()
DConnect.c451 if ((ShellCommandLineGetCount(Package) > Count) in ShellCommandRunConnect()
452 ||(ShellCommandLineGetFlag(Package, L"-c") && ShellCommandLineGetCount(Package)>1) in ShellCommandRunConnect()
453 ||(ShellCommandLineGetFlag(Package, L"-r") && ShellCommandLineGetCount(Package)>2) in ShellCommandRunConnect()
501 Count = ShellCommandLineGetCount(Package); in ShellCommandRunConnect()
DOpenInfo.c186 if (ShellCommandLineGetCount(Package) > 2){ in ShellCommandRunOpenInfo()
192 } else if (ShellCommandLineGetCount(Package) == 0) { in ShellCommandRunOpenInfo()
DDevTree.c194 if (ShellCommandLineGetCount(Package) > 2) { in ShellCommandRunDevTree()
DDrivers.c223 if (ShellCommandLineGetCount(Package) > 1) { in ShellCommandRunDrivers()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DAlias.c144 if (ShellCommandLineGetCount(Package) == 1) { in ShellCommandRunAlias()
154 } else if (ShellCommandLineGetCount(Package) == 3) { in ShellCommandRunAlias()
168 } else if (ShellCommandLineGetCount(Package) == 2) { in ShellCommandRunAlias()
DCls.c79 if (ShellCommandLineGetCount (Package) > 1) { in ShellCommandRunCls()
109 } else if (ShellCommandLineGetCount (Package) > 3) { in ShellCommandRunCls()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DParse.c416 if ((!StreamingUnicode && (ShellCommandLineGetCount(Package) < 4)) || in ShellCommandRunParse()
417 (ShellCommandLineGetCount(Package) < 3)) { in ShellCommandRunParse()
420 } else if ((StreamingUnicode && (ShellCommandLineGetCount(Package) > 3)) || in ShellCommandRunParse()
421 (ShellCommandLineGetCount(Package) > 4)) { in ShellCommandRunParse()
DVol.c258 if (ShellCommandLineGetCount(Package) > 2) { in ShellCommandRunVol()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
DEdit.c69 if (ShellCommandLineGetCount(Package) > 2) { in ShellCommandRunEdit()
105 if (ShellCommandLineGetCount(Package) == 2) { in ShellCommandRunEdit()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c1238 if ((ShellCommandLineGetCount(Package) < 3 && CurrentOperation.Type != BcfgTypeOpt) || in ShellCommandRunBcfg()
1239 (ShellCommandLineGetCount(Package) < 2 && CurrentOperation.Type == BcfgTypeOpt) in ShellCommandRunBcfg()
1285 …for (ParamNumber = 2 ; ParamNumber < ShellCommandLineGetCount(Package) && ShellStatus == SHELL_SUC… in ShellCommandRunBcfg()
1289 if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunBcfg()
1297 if ((ParamNumber + 3) >= ShellCommandLineGetCount(Package)) { in ShellCommandRunBcfg()
1315 if ((ParamNumber + 3) >= ShellCommandLineGetCount(Package)) { in ShellCommandRunBcfg()
1333 if ((ParamNumber + 3) >= ShellCommandLineGetCount(Package)) { in ShellCommandRunBcfg()
1357 if ((ParamNumber + 1) >= ShellCommandLineGetCount(Package)) { in ShellCommandRunBcfg()
1375 if ((ParamNumber + 2) >= ShellCommandLineGetCount(Package)) { in ShellCommandRunBcfg()
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
DShellSetFdt.c342 switch (ShellCommandLineGetCount (ParamPackage)) { in ShellDynCmdSetFdtHandler()
/device/linaro/bootloader/OpenPlatformPkg/Applications/EepromCmd/
DEepromCmd.c268 if (ShellCommandLineGetCount(CheckPackage) < 4) { in ShellCommandRunEeprom()

12