Home
last modified time | relevance | path

Searched refs:ShellCommandLineGetValue (Results 1 – 25 of 38) sorted by relevance

12

/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DIndexer.c41 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-i"); in ConstructSpdIndexer()
43 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-d"); in ConstructSpdIndexer()
45 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-e"); in ConstructSpdIndexer()
88 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-i"); in ConstructSadIndexer()
90 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-d"); in ConstructSadIndexer()
92 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-e"); in ConstructSadIndexer()
144 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--lookup-dest"); in ConstructSadIndexer()
188 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-i"); in ConstructPadIndexer()
190 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-d"); in ConstructPadIndexer()
192 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-e"); in ConstructPadIndexer()
[all …]
DPolicyEntryOperation.c51 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 …]
DDelete.c88 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-d"); in FlushOrDeletePolicyEntry()
DHelper.c57 ValueStr = ShellCommandLineGetValue (ParamPackage, FlagStr); in GetNumber()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DReset.c120 String = ShellCommandLineGetValue(Package, L"-w"); in ShellCommandRunReset()
132 String = ShellCommandLineGetValue(Package, L"-s"); in ShellCommandRunReset()
144 String = ShellCommandLineGetValue(Package, L"-c"); in ShellCommandRunReset()
DParse.c434 if (ShellCommandLineGetValue(Package, L"-i") == NULL) { in ShellCommandRunParse()
437 TableNameInstance = ShellStrToUintn(ShellCommandLineGetValue(Package, L"-i")); in ShellCommandRunParse()
439 if (ShellCommandLineGetValue(Package, L"-s") == NULL) { in ShellCommandRunParse()
442 ShellCommandInstance = ShellStrToUintn(ShellCommandLineGetValue(Package, L"-s")); in ShellCommandRunParse()
DTimeDate.c500 …} else if (ShellCommandLineGetFlag(Package, L"-d") && ShellCommandLineGetValue(Package, L"-d") == … in ShellCommandRunTime()
552 if ((TempLocation = ShellCommandLineGetValue(Package, L"-tz")) != NULL) { in ShellCommandRunTime()
590 TempLocation = ShellCommandLineGetValue(Package, L"-d"); in ShellCommandRunTime()
853 if (ShellCommandLineGetValue(Package, L"-s") == NULL) { in ShellCommandRunTimeZone()
860 ShellStatus = CheckAndSetTimeZone(ShellCommandLineGetValue(Package, L"-s")); in ShellCommandRunTimeZone()
862 …_TOKEN (STR_GEN_PARAM_INV), gShellLevel2HiiHandle, L"timezone", ShellCommandLineGetValue(Package, … in ShellCommandRunTimeZone()
DSet.c116 KeyName = ShellCommandLineGetValue(Package, L"-d"); in ShellCommandRunSet()
DLs.c607 for ( Attribs = ShellCommandLineGetValue(Package, L"-a") in ShellCommandRunLs()
638 …STRING_TOKEN (STR_GEN_ATTRIBUTE), gShellLevel2HiiHandle, L"ls", ShellCommandLineGetValue(Package, … in ShellCommandRunLs()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
DTftp.c386 UserNicName = ShellCommandLineGetValue (CheckPackage, L"-i"); in ShellCommandRunTftp()
388 ValueStr = ShellCommandLineGetValue (CheckPackage, L"-l"); in ShellCommandRunTftp()
395 ValueStr = ShellCommandLineGetValue (CheckPackage, L"-r"); in ShellCommandRunTftp()
402 ValueStr = ShellCommandLineGetValue (CheckPackage, L"-c"); in ShellCommandRunTftp()
409 ValueStr = ShellCommandLineGetValue (CheckPackage, L"-t"); in ShellCommandRunTftp()
423 ValueStr = ShellCommandLineGetValue (CheckPackage, L"-s"); in ShellCommandRunTftp()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DDp.c225 CmdLineArg = ShellCommandLineGetValue (ParamPackage, L"-n"); in ShellCommandRunDp()
235 CmdLineArg = ShellCommandLineGetValue (ParamPackage, L"-t"); in ShellCommandRunDp()
259 CustomCumulativeToken = ShellCommandLineGetValue (ParamPackage, L"-c"); in ShellCommandRunDp()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DSmbiosView.c82 …} 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/
DVConfig.c662 Str = ShellCommandLineGetValue (List, L"-l"); in VlanConfigMain()
668 Str = ShellCommandLineGetValue (List, L"-a"); in VlanConfigMain()
674 Str = ShellCommandLineGetValue (List, L"-d"); in VlanConfigMain()
/device/linaro/bootloader/OpenPlatformPkg/Applications/EepromCmd/
DEepromCmd.c282 ValueStr = ShellCommandLineGetValue (CheckPackage, L"-d"); in ShellCommandRunEeprom()
303 ValueStr = ShellCommandLineGetValue (CheckPackage, L"-m"); in ShellCommandRunEeprom()
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DDp.c359 CmdLineArg = ShellCommandLineGetValue (ParamPackage, StringDpOptionLn); in InitializeDp()
369 CmdLineArg = ShellCommandLineGetValue (ParamPackage, StringDpOptionLt); in InitializeDp()
388 CustomCumulativeToken = ShellCommandLineGetValue (ParamPackage, StringDpOptionLc); in InitializeDp()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DDmpStore.c729 GuidStr = ShellCommandLineGetValue(Package, L"-guid"); in ShellCommandRunDmpStore()
752 File = ShellCommandLineGetValue(Package, L"-s"); in ShellCommandRunDmpStore()
803 File = ShellCommandLineGetValue(Package, L"-l"); in ShellCommandRunDmpStore()
DMm.c448 …} else if (ShellCommandLineGetFlag (Package, L"-w") && ShellCommandLineGetValue (Package, L"-w") =… in ShellCommandRunMm()
504 Temp = ShellCommandLineGetValue (Package, L"-w"); in ShellCommandRunMm()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DDh.c899 Lang = ShellCommandLineGetValue(Package, L"-l"); in ShellCommandRunDh()
921 } else if (ShellCommandLineGetValue(Package, L"-p") == NULL) { in ShellCommandRunDh()
929 ShellCommandLineGetValue(Package, L"-p"), in ShellCommandRunDh()
DDevTree.c199 Lang = ShellCommandLineGetValue(Package, L"-l"); in ShellCommandRunDevTree()
DDevices.c191 Lang = ShellCommandLineGetValue(Package, L"-l"); in ShellCommandRunDevices()
DDrvCfg.c1213 Lang = ShellCommandLineGetValue(Package, L"-l"); in ShellCommandRunDrvCfg()
1228 ForceTypeString = ShellCommandLineGetValue(Package, L"-f"); in ShellCommandRunDrvCfg()
1231 FileName = ShellCommandLineGetValue(Package, L"-o"); in ShellCommandRunDrvCfg()
1233 FileName = ShellCommandLineGetValue(Package, L"-i"); in ShellCommandRunDrvCfg()
DDrivers.c228 Lang = ShellCommandLineGetValue(Package, L"-l"); in ShellCommandRunDrivers()
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
DPing6.c1108 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-n"); in InitializePing6()
1125 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-l"); in InitializePing6()
1146 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-s"); in InitializePing6()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DPing.c1604 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-n"); in ShellCommandRunPing()
1622 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-l"); in ShellCommandRunPing()
1644 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-s"); in ShellCommandRunPing()
1646 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-_s"); in ShellCommandRunPing()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
DPing6.c1283 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-n"); in ShellCommandRunPing6()
1300 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-l"); in ShellCommandRunPing6()
1321 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-s"); in ShellCommandRunPing6()

12