/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/ |
D | HexEdit.c | 88 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/ |
D | Mode.c | 68 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()
|
D | SetSize.c | 65 if (ShellCommandLineGetCount(Package) < 3) { in ShellCommandRunSetSize() 79 …for (LoopVar = 2 ; LoopVar < ShellCommandLineGetCount(Package) && ShellStatus == SHELL_SUCCESS ; L… in ShellCommandRunSetSize()
|
D | SerMode.c | 209 if (ShellCommandLineGetCount(Package) < 6 && ShellCommandLineGetCount(Package) > 2) { in ShellCommandRunSerMode() 212 } else if (ShellCommandLineGetCount(Package) > 6) { in ShellCommandRunSerMode()
|
D | EfiCompress.c | 80 if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunEfiCompress() 83 } else if (ShellCommandLineGetCount(Package) < 3) { in ShellCommandRunEfiCompress()
|
D | Dblk.c | 138 if (ShellCommandLineGetCount(Package) > 4) { in ShellCommandRunDblk() 141 } else if (ShellCommandLineGetCount(Package) < 2) { in ShellCommandRunDblk()
|
D | EfiDecompress.c | 87 if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunEfiDecompress() 90 } else if (ShellCommandLineGetCount(Package) < 3) { in ShellCommandRunEfiDecompress()
|
D | Comp.c | 87 if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunComp() 90 } else if (ShellCommandLineGetCount(Package) < 3) { in ShellCommandRunComp()
|
D | SetVar.c | 110 if (ShellCommandLineGetCount(Package) < 2) { in ShellCommandRunSetVar() 113 } else if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunSetVar()
|
D | Dmem.c | 145 if (ShellCommandLineGetCount(Package) > 3) { in ShellCommandRunDmem()
|
D | Mm.c | 440 if (ShellCommandLineGetCount (Package) < 2) { in ShellCommandRunMm() 444 } else if (ShellCommandLineGetCount (Package) > 3) { in ShellCommandRunMm()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
D | Disconnect.c | 129 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()
|
D | Unload.c | 96 if (ShellCommandLineGetCount(Package) > 2){ in ShellCommandRunUnload() 102 } else if (ShellCommandLineGetCount(Package) < 2) { in ShellCommandRunUnload()
|
D | Connect.c | 451 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()
|
D | OpenInfo.c | 186 if (ShellCommandLineGetCount(Package) > 2){ in ShellCommandRunOpenInfo() 192 } else if (ShellCommandLineGetCount(Package) == 0) { in ShellCommandRunOpenInfo()
|
D | DevTree.c | 194 if (ShellCommandLineGetCount(Package) > 2) { in ShellCommandRunDevTree()
|
D | Drivers.c | 223 if (ShellCommandLineGetCount(Package) > 1) { in ShellCommandRunDrivers()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
D | Alias.c | 144 if (ShellCommandLineGetCount(Package) == 1) { in ShellCommandRunAlias() 154 } else if (ShellCommandLineGetCount(Package) == 3) { in ShellCommandRunAlias() 168 } else if (ShellCommandLineGetCount(Package) == 2) { in ShellCommandRunAlias()
|
D | Cls.c | 79 if (ShellCommandLineGetCount (Package) > 1) { in ShellCommandRunCls() 109 } else if (ShellCommandLineGetCount (Package) > 3) { in ShellCommandRunCls()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | Parse.c | 416 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()
|
D | Vol.c | 258 if (ShellCommandLineGetCount(Package) > 2) { in ShellCommandRunVol()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/ |
D | Edit.c | 69 if (ShellCommandLineGetCount(Package) > 2) { in ShellCommandRunEdit() 105 if (ShellCommandLineGetCount(Package) == 2) { in ShellCommandRunEdit()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/ |
D | UefiShellBcfgCommandLib.c | 1238 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/ |
D | ShellSetFdt.c | 342 switch (ShellCommandLineGetCount (ParamPackage)) { in ShellDynCmdSetFdtHandler()
|
/device/linaro/bootloader/OpenPlatformPkg/Applications/EepromCmd/ |
D | EepromCmd.c | 268 if (ShellCommandLineGetCount(CheckPackage) < 4) { in ShellCommandRunEeprom()
|