HomeSort by relevance Sort by last modified time
    Searched refs:ShellCommandLineGetCount (Results 1 - 25 of 43) sorted by null

1 2

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
HexEdit.c 88 if (ShellCommandLineGetCount(Package) < 4) {
91 } else if (ShellCommandLineGetCount(Package) > 4) {
110 if (ShellCommandLineGetCount(Package) < 2) {
113 } else if (ShellCommandLineGetCount(Package) > 2) {
131 if (ShellCommandLineGetCount(Package) < 3) {
134 } else if (ShellCommandLineGetCount(Package) > 3) {
145 if (ShellCommandLineGetCount(Package) > 2) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Mode.c 68 if (ShellCommandLineGetCount(Package) > 3) {
71 } else if (ShellCommandLineGetCount(Package) == 2) {
74 } else if (ShellCommandLineGetCount(Package) == 3) {
111 } else if (ShellCommandLineGetCount(Package) == 1) {
SetSize.c 65 if (ShellCommandLineGetCount(Package) < 3) {
79 for (LoopVar = 2 ; LoopVar < ShellCommandLineGetCount(Package) && ShellStatus == SHELL_SUCCESS ; LoopVar++) {
Dblk.c 139 if (ShellCommandLineGetCount(Package) > 4) {
142 } else if (ShellCommandLineGetCount(Package) < 2) {
EfiCompress.c 80 if (ShellCommandLineGetCount(Package) > 3) {
83 } else if (ShellCommandLineGetCount(Package) < 3) {
SerMode.c 210 if (ShellCommandLineGetCount(Package) < 6 && ShellCommandLineGetCount(Package) > 2) {
213 } else if (ShellCommandLineGetCount(Package) > 6) {
Comp.c 87 if (ShellCommandLineGetCount(Package) > 3) {
90 } else if (ShellCommandLineGetCount(Package) < 3) {
EfiDecompress.c 85 if (ShellCommandLineGetCount(Package) > 3) {
88 } else if (ShellCommandLineGetCount(Package) < 3) {
SetVar.c 111 if (ShellCommandLineGetCount(Package) < 2) {
114 } else if (ShellCommandLineGetCount(Package) > 3) {
Dmem.c 145 if (ShellCommandLineGetCount(Package) > 3) {
Mm.c 441 if (ShellCommandLineGetCount (Package) < 2) {
445 } else if (ShellCommandLineGetCount (Package) > 3) {
LoadPciRom.c 105 if (ShellCommandLineGetCount(Package) < 2) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Disconnect.c 128 if (ShellCommandLineGetCount(Package) > 1){
131 } else if (ShellCommandLineGetCount(Package) < 1) {
138 if (ShellCommandLineGetCount(Package) > 4){
141 } else if (ShellCommandLineGetCount(Package) < 2) {
Unload.c 97 if (ShellCommandLineGetCount(Package) > 2){
103 } else if (ShellCommandLineGetCount(Package) < 2) {
OpenInfo.c 187 if (ShellCommandLineGetCount(Package) > 2){
193 } else if (ShellCommandLineGetCount(Package) == 0) {
Connect.c 454 if ((ShellCommandLineGetCount(Package) > Count)
455 ||((ShellCommandLineGetFlag(Package, L"-r") || ShellCommandLineGetFlag(Package, L"-c")) && ShellCommandLineGetCount(Package)>1)
503 Count = ShellCommandLineGetCount(Package);
DevTree.c 194 if (ShellCommandLineGetCount(Package) > 2) {
Drivers.c 227 if (ShellCommandLineGetCount(Package) > 1) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Alias.c 145 if (ShellCommandLineGetCount(Package) == 1) {
155 } else if (ShellCommandLineGetCount(Package) == 3) {
169 } else if (ShellCommandLineGetCount(Package) == 2) {
Cls.c 80 } else if (ShellCommandLineGetCount(Package) > 2) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
Edit.c 69 if (ShellCommandLineGetCount(Package) > 2) {
105 if (ShellCommandLineGetCount(Package) == 2) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Parse.c 419 if ((!StreamingUnicode && (ShellCommandLineGetCount(Package) < 4)) ||
420 (ShellCommandLineGetCount(Package) < 3)) {
423 } else if ((StreamingUnicode && (ShellCommandLineGetCount(Package) > 3)) ||
424 (ShellCommandLineGetCount(Package) > 4)) {
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
LinuxLoaderShellApp.c 215 if (ShellCommandLineGetCount (CheckPackage) != 2) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
UefiShellBcfgCommandLib.c     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
ShellSetFdt.c 342 switch (ShellCommandLineGetCount (ParamPackage)) {

Completed in 1048 milliseconds

1 2