| /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
| D | Indexer.c | 41 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-i"); in ConstructSpdIndexer() 43 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-d"); in ConstructSpdIndexer() 45 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-e"); in ConstructSpdIndexer() 86 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-i"); in ConstructSadIndexer() 88 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-d"); in ConstructSadIndexer() 90 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-e"); in ConstructSadIndexer() 140 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--lookup-dest"); in ConstructSadIndexer() 184 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-i"); in ConstructPadIndexer() 186 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-d"); in ConstructPadIndexer() 188 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-e"); in ConstructPadIndexer() [all …]
|
| D | PolicyEntryOperation.c | 51 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--local"); in CreateSpdSelector() 75 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--remote"); in CreateSpdSelector() 124 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--local-port"); in CreateSpdSelector() 147 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--remote-port"); in CreateSpdSelector() 272 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--name"); in CreateSpdEntry() 422 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--tunnel-local"); in CreateSpdEntry() 442 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--tunnel-remote"); in CreateSpdEntry() 655 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--auth-key"); in CreateSadEntry() 660 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--encrypt-key"); in CreateSadEntry() 783 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--encrypt-key"); in CreateSadEntry() [all …]
|
| D | Delete.c | 88 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-d"); in FlushOrDeletePolicyEntry()
|
| D | Helper.c | 57 ValueStr = ShellCommandLineGetValue (ParamPackage, FlagStr); in GetNumber()
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
| D | Reset.c | 83 String = ShellCommandLineGetValue(Package, L"-w"); in ShellCommandRunReset() 95 String = ShellCommandLineGetValue(Package, L"-s"); in ShellCommandRunReset() 107 String = ShellCommandLineGetValue(Package, L"-c"); in ShellCommandRunReset()
|
| D | Parse.c | 437 if (ShellCommandLineGetValue(Package, L"-i") == NULL) { in ShellCommandRunParse() 440 TableNameInstance = ShellStrToUintn(ShellCommandLineGetValue(Package, L"-i")); in ShellCommandRunParse() 442 if (ShellCommandLineGetValue(Package, L"-s") == NULL) { in ShellCommandRunParse() 445 ShellCommandInstance = ShellStrToUintn(ShellCommandLineGetValue(Package, L"-s")); in ShellCommandRunParse()
|
| D | TimeDate.c | 503 …} else if (ShellCommandLineGetFlag(Package, L"-d") && ShellCommandLineGetValue(Package, L"-d") == … in ShellCommandRunTime() 555 if ((TempLocation = ShellCommandLineGetValue(Package, L"-tz")) != NULL) { in ShellCommandRunTime() 593 TempLocation = ShellCommandLineGetValue(Package, L"-d"); in ShellCommandRunTime() 857 if (ShellCommandLineGetValue(Package, L"-s") == NULL) { in ShellCommandRunTimeZone() 864 ShellStatus = CheckAndSetTimeZone(ShellCommandLineGetValue(Package, L"-s")); in ShellCommandRunTimeZone() 866 …_TOKEN (STR_GEN_PARAM_INV), gShellLevel2HiiHandle, L"timezone", ShellCommandLineGetValue(Package, … in ShellCommandRunTimeZone()
|
| D | Set.c | 117 KeyName = ShellCommandLineGetValue(Package, L"-d"); in ShellCommandRunSet()
|
| D | Ls.c | 611 for ( Attribs = ShellCommandLineGetValue(Package, L"-a") in ShellCommandRunLs() 642 …STRING_TOKEN (STR_GEN_ATTRIBUTE), gShellLevel2HiiHandle, L"ls", ShellCommandLineGetValue(Package, … in ShellCommandRunLs()
|
| D | Vol.c | 285 NewName = ShellCommandLineGetValue(Package, L"-n"); in ShellCommandRunVol()
|
| /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/ |
| D | LinuxLoaderShellApp.c | 222 FlagValue = ShellCommandLineGetValue (CheckPackage, L"-a"); in ProcessShellParameters() 237 FlagValue = ShellCommandLineGetValue (CheckPackage, L"-d"); in ProcessShellParameters() 245 FlagValue = ShellCommandLineGetValue (CheckPackage, L"-f"); in ProcessShellParameters() 253 FlagValue = ShellCommandLineGetValue (CheckPackage, L"-c"); in ProcessShellParameters()
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/ |
| D | Dp.c | 222 CmdLineArg = ShellCommandLineGetValue (ParamPackage, L"-n"); in ShellCommandRunDp() 232 CmdLineArg = ShellCommandLineGetValue (ParamPackage, L"-t"); in ShellCommandRunDp() 256 CustomCumulativeToken = ShellCommandLineGetValue (ParamPackage, L"-c"); in ShellCommandRunDp()
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/ |
| D | Tftp.c | 370 UserNicName = ShellCommandLineGetValue (CheckPackage, L"-i"); in ShellCommandRunTftp() 372 ValueStr = ShellCommandLineGetValue (CheckPackage, L"-l"); in ShellCommandRunTftp() 379 ValueStr = ShellCommandLineGetValue (CheckPackage, L"-r"); in ShellCommandRunTftp() 386 ValueStr = ShellCommandLineGetValue (CheckPackage, L"-c"); in ShellCommandRunTftp() 393 ValueStr = ShellCommandLineGetValue (CheckPackage, L"-t"); in ShellCommandRunTftp()
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
| D | SmbiosView.c | 82 …} else if (ShellCommandLineGetFlag(Package, L"-t") && ShellCommandLineGetValue(Package, L"-t") == … in ShellCommandRunSmbiosView() 85 …} else if (ShellCommandLineGetFlag(Package, L"-h") && ShellCommandLineGetValue(Package, L"-h") == … in ShellCommandRunSmbiosView() 114 Temp = ShellCommandLineGetValue(Package, L"-t"); in ShellCommandRunSmbiosView() 130 Temp = ShellCommandLineGetValue(Package, L"-h"); in ShellCommandRunSmbiosView() 178 Temp = ShellCommandLineGetValue(Package, L"-h"); in ShellCommandRunSmbiosView()
|
| /device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/ |
| D | VConfig.c | 635 Str = ShellCommandLineGetValue (List, L"-l"); in VlanConfigMain() 641 Str = ShellCommandLineGetValue (List, L"-a"); in VlanConfigMain() 647 Str = ShellCommandLineGetValue (List, L"-d"); in VlanConfigMain()
|
| /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/ |
| D | Dp.c | 339 CmdLineArg = ShellCommandLineGetValue (ParamPackage, StringDpOptionLn); in InitializeDp() 349 CmdLineArg = ShellCommandLineGetValue (ParamPackage, StringDpOptionLt); in InitializeDp() 368 CustomCumulativeToken = ShellCommandLineGetValue (ParamPackage, StringDpOptionLc); in InitializeDp()
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
| D | DmpStore.c | 648 GuidStr = ShellCommandLineGetValue(Package, L"-guid"); in ShellCommandRunDmpStore() 671 File = ShellCommandLineGetValue(Package, L"-s"); in ShellCommandRunDmpStore() 722 File = ShellCommandLineGetValue(Package, L"-l"); in ShellCommandRunDmpStore()
|
| D | Mm.c | 449 …} else if (ShellCommandLineGetFlag (Package, L"-w") && ShellCommandLineGetValue (Package, L"-w") =… in ShellCommandRunMm() 505 Temp = ShellCommandLineGetValue (Package, L"-w"); in ShellCommandRunMm()
|
| /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/ |
| D | Ping6.c | 1086 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-n"); in InitializePing6() 1103 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-l"); in InitializePing6() 1124 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-s"); in InitializePing6()
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
| D | Dh.c | 908 Lang = ShellCommandLineGetValue(Package, L"-l"); in ShellCommandRunDh() 930 } else if (ShellCommandLineGetValue(Package, L"-p") == NULL) { in ShellCommandRunDh() 938 ShellCommandLineGetValue(Package, L"-p"), in ShellCommandRunDh()
|
| D | DevTree.c | 199 Lang = ShellCommandLineGetValue(Package, L"-l"); in ShellCommandRunDevTree()
|
| D | DrvCfg.c | 1208 Lang = ShellCommandLineGetValue(Package, L"-l"); in ShellCommandRunDrvCfg() 1223 ForceTypeString = ShellCommandLineGetValue(Package, L"-f"); in ShellCommandRunDrvCfg() 1226 FileName = ShellCommandLineGetValue(Package, L"-o"); in ShellCommandRunDrvCfg() 1228 FileName = ShellCommandLineGetValue(Package, L"-i"); in ShellCommandRunDrvCfg()
|
| D | Devices.c | 192 Lang = ShellCommandLineGetValue(Package, L"-l"); in ShellCommandRunDevices()
|
| D | Drivers.c | 232 Lang = ShellCommandLineGetValue(Package, L"-l"); in ShellCommandRunDrivers()
|
| /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/ |
| D | Ifconfig.c | 1393 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-l"); in ShellCommandRunIfconfig() 1406 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-r"); in ShellCommandRunIfconfig() 1418 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-s"); in ShellCommandRunIfconfig()
|