Searched refs:ShellCommandLineGetCount (Results 1 - 25 of 41) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DMode.c67 if (ShellCommandLineGetCount(Package) > 3) {
70 } else if (ShellCommandLineGetCount(Package) == 2) {
73 } else if (ShellCommandLineGetCount(Package) == 3) {
110 } else if (ShellCommandLineGetCount(Package) == 1) {
H A DSetSize.c64 if (ShellCommandLineGetCount(Package) < 3) {
78 for (LoopVar = 2 ; LoopVar < ShellCommandLineGetCount(Package) && ShellStatus == SHELL_SUCCESS ; LoopVar++) {
H A DDblk.c138 if (ShellCommandLineGetCount(Package) > 4) {
141 } else if (ShellCommandLineGetCount(Package) < 2) {
H A DEfiCompress.c79 if (ShellCommandLineGetCount(Package) > 3) {
82 } else if (ShellCommandLineGetCount(Package) < 3) {
H A DEfiDecompress.c84 if (ShellCommandLineGetCount(Package) > 3) {
87 } else if (ShellCommandLineGetCount(Package) < 3) {
H A DSerMode.c209 if (ShellCommandLineGetCount(Package) < 6 && ShellCommandLineGetCount(Package) > 2) {
212 } else if (ShellCommandLineGetCount(Package) > 6) {
H A DBcfg.c783 if ((ShellCommandLineGetCount(Package) < 3 && CurrentOperation.Type != BcfgTypeOpt) ||
784 (ShellCommandLineGetCount(Package) < 2 && CurrentOperation.Type == BcfgTypeOpt)
824 for (ParamNumber = 2 ; ParamNumber < ShellCommandLineGetCount(Package) && ShellStatus == SHELL_SUCCESS; ParamNumber++) {
832 if ((ParamNumber + 3) >= ShellCommandLineGetCount(Package)) {
850 if ((ParamNumber + 3) >= ShellCommandLineGetCount(Package)) {
868 if ((ParamNumber + 3) >= ShellCommandLineGetCount(Package)) {
892 if ((ParamNumber + 1) >= ShellCommandLineGetCount(Package)) {
910 if ((ParamNumber + 2) >= ShellCommandLineGetCount(Package)) {
H A DComp.c85 if (ShellCommandLineGetCount(Package) > 3) {
88 } else if (ShellCommandLineGetCount(Package) < 3) {
H A DSetVar.c83 if (ShellCommandLineGetCount(Package) < 2) {
86 } else if (ShellCommandLineGetCount(Package) > 3) {
H A DDmem.c143 if (ShellCommandLineGetCount(Package) > 3) {
H A DDmpStore.c216 if (ShellCommandLineGetCount(Package) > 2) {
H A DMm.c264 if (ShellCommandLineGetCount(Package) < 2) {
268 } else if (ShellCommandLineGetCount(Package) > 3) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DHexEdit.c93 if (ShellCommandLineGetCount(Package) < 4) {
96 } else if (ShellCommandLineGetCount(Package) > 4) {
115 if (ShellCommandLineGetCount(Package) < 2) {
118 } else if (ShellCommandLineGetCount(Package) > 2) {
136 if (ShellCommandLineGetCount(Package) < 3) {
139 } else if (ShellCommandLineGetCount(Package) > 3) {
150 if (ShellCommandLineGetCount(Package) > 2) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DAlias.c127 if (ShellCommandLineGetCount(Package) == 1) {
137 } else if (ShellCommandLineGetCount(Package) == 3) {
151 } else if (ShellCommandLineGetCount(Package) == 2) {
H A DCls.c82 } else if (ShellCommandLineGetCount(Package) > 2) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDisconnect.c127 if (ShellCommandLineGetCount(Package) > 1){
130 } else if (ShellCommandLineGetCount(Package) < 1) {
137 if (ShellCommandLineGetCount(Package) > 4){
140 } else if (ShellCommandLineGetCount(Package) < 2) {
H A DOpenInfo.c184 if (ShellCommandLineGetCount(Package) > 2){
190 } else if (ShellCommandLineGetCount(Package) == 0) {
H A DConnect.c281 if ((ShellCommandLineGetCount(Package) > Count)
282 ||((ShellCommandLineGetFlag(Package, L"-r") || ShellCommandLineGetFlag(Package, L"-c")) && ShellCommandLineGetCount(Package)>1)
330 Count = ShellCommandLineGetCount(Package);
H A DUnload.c175 if (ShellCommandLineGetCount(Package) > 2){
181 } else if (ShellCommandLineGetCount(Package) < 2) {
H A DDevTree.c199 if (ShellCommandLineGetCount(Package) > 2) {
H A DDrivers.c220 if (ShellCommandLineGetCount(Package) > 1) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DEdit.c68 if (ShellCommandLineGetCount(Package) > 2) {
104 if (ShellCommandLineGetCount(Package) == 2) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DParse.c170 if (ShellCommandLineGetCount(Package) < 4) {
173 } else if (ShellCommandLineGetCount(Package) > 4) {
H A DVol.c255 if (ShellCommandLineGetCount(Package) > 2) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/
H A DBcfg.c783 if ((ShellCommandLineGetCount(Package) < 3 && CurrentOperation.Type != BcfgTypeOpt) ||
784 (ShellCommandLineGetCount(Package) < 2 && CurrentOperation.Type == BcfgTypeOpt)
824 for (ParamNumber = 2 ; ParamNumber < ShellCommandLineGetCount(Package) && ShellStatus == SHELL_SUCCESS; ParamNumber++) {
832 if ((ParamNumber + 3) >= ShellCommandLineGetCount(Package)) {
850 if ((ParamNumber + 3) >= ShellCommandLineGetCount(Package)) {
868 if ((ParamNumber + 3) >= ShellCommandLineGetCount(Package)) {
892 if ((ParamNumber + 1) >= ShellCommandLineGetCount(Package)) {
910 if ((ParamNumber + 2) >= ShellCommandLineGetCount(Package)) {

Completed in 402 milliseconds

12