Searched refs:ShellCommandLineGetValue (Results 1 - 25 of 35) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DIndexer.c41 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-i");
43 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-d");
45 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-e");
86 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-i");
88 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-d");
90 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-e");
140 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--lookup-dest");
184 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-i");
186 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-d");
188 ValueStr = ShellCommandLineGetValue (ParamPackag
[all...]
H A DDelete.c88 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-d");
H A DPolicyEntryOperation.c51 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--local");
75 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--remote");
124 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--local-port");
147 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--remote-port");
272 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--name");
422 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--tunnel-local");
442 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--tunnel-remote");
655 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--auth-key");
660 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--encrypt-key");
783 ValueStr = ShellCommandLineGetValue (ParamPackag
[all...]
H A DHelper.c57 ValueStr = ShellCommandLineGetValue (ParamPackage, FlagStr);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DReset.c82 String = ShellCommandLineGetValue(Package, L"-w");
94 String = ShellCommandLineGetValue(Package, L"-s");
106 String = ShellCommandLineGetValue(Package, L"-c");
H A DParse.c181 if (ShellCommandLineGetValue(Package, L"-i") == NULL) {
184 TableNameInstance = ShellStrToUintn(ShellCommandLineGetValue(Package, L"-i"));
186 if (ShellCommandLineGetValue(Package, L"-s") == NULL) {
189 ShellCommandInstance = ShellStrToUintn(ShellCommandLineGetValue(Package, L"-s"));
H A DTimeDate.c462 } else if (ShellCommandLineGetFlag(Package, L"-d") && ShellCommandLineGetValue(Package, L"-d") == NULL) {
506 if ((TempLocation = ShellCommandLineGetValue(Package, L"-tz")) != NULL) {
522 TempLocation = ShellCommandLineGetValue(Package, L"-d");
762 if (ShellCommandLineGetValue(Package, L"-s") == NULL) {
769 ShellStatus = CheckAndSetTimeZone(ShellCommandLineGetValue(Package, L"-s"));
771 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), gShellLevel2HiiHandle, ShellCommandLineGetValue(Package, L"-s"));
H A DSet.c116 KeyName = ShellCommandLineGetValue(Package, L"-d");
H A DLs.c473 for ( Attribs = ShellCommandLineGetValue(Package, L"-a")
504 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_ATTRIBUTE), gShellLevel2HiiHandle, ShellCommandLineGetValue(Package, L"-a"));
H A DVol.c281 NewName = ShellCommandLineGetValue(Package, L"-n");
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DSmbiosView.c74 } else if (ShellCommandLineGetFlag(Package, L"-t") && ShellCommandLineGetValue(Package, L"-t") == NULL) {
77 } else if (ShellCommandLineGetFlag(Package, L"-h") && ShellCommandLineGetValue(Package, L"-h") == NULL) {
117 Temp = ShellCommandLineGetValue(Package, L"-t");
122 Temp = ShellCommandLineGetValue(Package, L"-h");
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/VConfig/
H A DVConfig.c635 Str = ShellCommandLineGetValue (List, L"-l");
641 Str = ShellCommandLineGetValue (List, L"-a");
647 Str = ShellCommandLineGetValue (List, L"-d");
/vbox/src/VBox/Devices/EFI/Firmware/PerformancePkg/Dp_App/
H A DDp.c308 CmdLineArg = ShellCommandLineGetValue (ParamPackage, StringDpOptionLn);
318 CmdLineArg = ShellCommandLineGetValue (ParamPackage, StringDpOptionLt);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DDmpStore.c227 Temp = ShellCommandLineGetValue(Package, L"-guid");
H A DMm.c272 } else if (ShellCommandLineGetFlag(Package, L"-w") && ShellCommandLineGetValue(Package, L"-w") == NULL) {
324 Temp = ShellCommandLineGetValue(Package, L"-w");
H A DSetVar.c95 StringGuid = ShellCommandLineGetValue(Package, L"-guid");
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDevTree.c204 Lang = ShellCommandLineGetValue(Package, L"-l");
H A DDevices.c188 Lang = ShellCommandLineGetValue(Package, L"-l");
H A DDrivers.c224 Lang = ShellCommandLineGetValue(Package, L"-l");
H A DDrvCfg.c1196 Lang = ShellCommandLineGetValue(Package, L"-l");
1211 ForceTypeString = ShellCommandLineGetValue(Package, L"-f");
1214 FileName = ShellCommandLineGetValue(Package, L"-o");
1216 FileName = ShellCommandLineGetValue(Package, L"-i");
H A DDh.c904 Lang = ShellCommandLineGetValue(Package, L"-l");
926 } else if (ShellCommandLineGetValue(Package, L"-p") == NULL) {
934 ShellCommandLineGetValue(Package, L"-p"),
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DHelp.c117 StrnCatGrow(&SectionToGetHelpOn, NULL, ShellCommandLineGetValue(Package, L"-section"), 0);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DShellLib.h775 ShellCommandLineGetValue (
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.c1086 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-n");
1103 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-l");
1124 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-s");
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IfConfig6/
H A DIfConfig6.c1717 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-l");
1731 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-r");
1745 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-s");

Completed in 432 milliseconds

12