Home
last modified time | relevance | path

Searched refs:ShellCommandLineGetCount (Results 1 – 25 of 43) 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.c210 if (ShellCommandLineGetCount(Package) < 6 && ShellCommandLineGetCount(Package) > 2) { in ShellCommandRunSerMode()
213 } else if (ShellCommandLineGetCount(Package) > 6) { in ShellCommandRunSerMode()
DEfiCompress.c80 if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunEfiCompress()
83 } else if (ShellCommandLineGetCount(Package) < 3) { in ShellCommandRunEfiCompress()
DDblk.c139 if (ShellCommandLineGetCount(Package) > 4) { in ShellCommandRunDblk()
142 } else if (ShellCommandLineGetCount(Package) < 2) { in ShellCommandRunDblk()
DEfiDecompress.c85 if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunEfiDecompress()
88 } else if (ShellCommandLineGetCount(Package) < 3) { in ShellCommandRunEfiDecompress()
DComp.c87 if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunComp()
90 } else if (ShellCommandLineGetCount(Package) < 3) { in ShellCommandRunComp()
DSetVar.c111 if (ShellCommandLineGetCount(Package) < 2) { in ShellCommandRunSetVar()
114 } else if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunSetVar()
DDmem.c145 if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunDmem()
DMm.c441 if (ShellCommandLineGetCount (Package) < 2) { in ShellCommandRunMm()
445 } else if (ShellCommandLineGetCount (Package) > 3) { in ShellCommandRunMm()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDisconnect.c128 if (ShellCommandLineGetCount(Package) > 1){ in ShellCommandRunDisconnect()
131 } else if (ShellCommandLineGetCount(Package) < 1) { in ShellCommandRunDisconnect()
138 if (ShellCommandLineGetCount(Package) > 4){ in ShellCommandRunDisconnect()
141 } else if (ShellCommandLineGetCount(Package) < 2) { in ShellCommandRunDisconnect()
DUnload.c97 if (ShellCommandLineGetCount(Package) > 2){ in ShellCommandRunUnload()
103 } else if (ShellCommandLineGetCount(Package) < 2) { in ShellCommandRunUnload()
DOpenInfo.c187 if (ShellCommandLineGetCount(Package) > 2){ in ShellCommandRunOpenInfo()
193 } else if (ShellCommandLineGetCount(Package) == 0) { in ShellCommandRunOpenInfo()
DConnect.c454 if ((ShellCommandLineGetCount(Package) > Count) in ShellCommandRunConnect()
455 …(Package, L"-r") || ShellCommandLineGetFlag(Package, L"-c")) && ShellCommandLineGetCount(Package)>… in ShellCommandRunConnect()
503 Count = ShellCommandLineGetCount(Package); in ShellCommandRunConnect()
DDevTree.c194 if (ShellCommandLineGetCount(Package) > 2) { in ShellCommandRunDevTree()
DDrivers.c227 if (ShellCommandLineGetCount(Package) > 1) { in ShellCommandRunDrivers()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DAlias.c145 if (ShellCommandLineGetCount(Package) == 1) { in ShellCommandRunAlias()
155 } else if (ShellCommandLineGetCount(Package) == 3) { in ShellCommandRunAlias()
169 } else if (ShellCommandLineGetCount(Package) == 2) { in ShellCommandRunAlias()
DCls.c80 } else if (ShellCommandLineGetCount(Package) > 2) { in ShellCommandRunCls()
/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/UefiShellLevel2CommandsLib/
DParse.c419 if ((!StreamingUnicode && (ShellCommandLineGetCount(Package) < 4)) || in ShellCommandRunParse()
420 (ShellCommandLineGetCount(Package) < 3)) { in ShellCommandRunParse()
423 } else if ((StreamingUnicode && (ShellCommandLineGetCount(Package) > 3)) || in ShellCommandRunParse()
424 (ShellCommandLineGetCount(Package) > 4)) { in ShellCommandRunParse()
DVol.c259 if (ShellCommandLineGetCount(Package) > 2) { in ShellCommandRunVol()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c1236 if ((ShellCommandLineGetCount(Package) < 3 && CurrentOperation.Type != BcfgTypeOpt) || in ShellCommandRunBcfg()
1237 (ShellCommandLineGetCount(Package) < 2 && CurrentOperation.Type == BcfgTypeOpt) in ShellCommandRunBcfg()
1283 …for (ParamNumber = 2 ; ParamNumber < ShellCommandLineGetCount(Package) && ShellStatus == SHELL_SUC… in ShellCommandRunBcfg()
1291 if ((ParamNumber + 3) >= ShellCommandLineGetCount(Package)) { in ShellCommandRunBcfg()
1309 if ((ParamNumber + 3) >= ShellCommandLineGetCount(Package)) { in ShellCommandRunBcfg()
1327 if ((ParamNumber + 3) >= ShellCommandLineGetCount(Package)) { in ShellCommandRunBcfg()
1351 if ((ParamNumber + 1) >= ShellCommandLineGetCount(Package)) { in ShellCommandRunBcfg()
1369 if ((ParamNumber + 2) >= ShellCommandLineGetCount(Package)) { in ShellCommandRunBcfg()
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoaderShellApp.c215 if (ShellCommandLineGetCount (CheckPackage) != 2) { in ProcessShellParameters()
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
DShellSetFdt.c342 switch (ShellCommandLineGetCount (ParamPackage)) { in ShellDynCmdSetFdtHandler()

12