Home
last modified time | relevance | path

Searched refs:ParamPackage (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DIndexer.c31 IN LIST_ENTRY *ParamPackage in ConstructSpdIndexer() argument
40 if (ShellCommandLineGetFlag (ParamPackage, L"-i")) { in ConstructSpdIndexer()
41 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-i"); in ConstructSpdIndexer()
42 } else if (ShellCommandLineGetFlag (ParamPackage, L"-d")) { in ConstructSpdIndexer()
43 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-d"); in ConstructSpdIndexer()
44 } else if (ShellCommandLineGetFlag (ParamPackage, L"-e")) { in ConstructSpdIndexer()
45 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-e"); in ConstructSpdIndexer()
75 IN LIST_ENTRY *ParamPackage in ConstructSadIndexer() argument
85 if (ShellCommandLineGetFlag (ParamPackage, L"-i")) { in ConstructSadIndexer()
86 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-i"); in ConstructSadIndexer()
[all …]
DPolicyEntryOperation.c37 IN LIST_ENTRY *ParamPackage, in CreateSpdSelector() argument
51 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--local"); in CreateSpdSelector()
75 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--remote"); in CreateSpdSelector()
107 ParamPackage, in CreateSpdSelector()
124 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--local-port"); in CreateSpdSelector()
147 ValueStr = ShellCommandLineGetValue (ParamPackage, L"--remote-port"); in CreateSpdSelector()
176 ParamPackage, in CreateSpdSelector()
196 ParamPackage, in CreateSpdSelector()
227 IN LIST_ENTRY *ParamPackage, in CreateSpdEntry() argument
246 ReturnStatus = CreateSpdSelector (*Selector, ParamPackage, Mask); in CreateSpdEntry()
[all …]
DIpSecConfig.c523 IN LIST_ENTRY *ParamPackage in IpSecConfigRetriveCheckListByName() argument
542 if ((ParamPackage == NULL) || (CheckList == NULL)) { in IpSecConfigRetriveCheckListByName()
549 …for (Node = GetFirstNode (ParamPackage); !IsNull (ParamPackage, Node); Node = GetNextNode (ParamPa… in IpSecConfigRetriveCheckListByName()
621 LIST_ENTRY *ParamPackage; in InitializeIpSecConfig() local
632 …Status = ShellCommandLineParseEx (mIpSecConfigParamList, &ParamPackage, &ProblemParam, TRUE, FALSE… in InitializeIpSecConfig()
638 Status = IpSecConfigRetriveCheckListByName (mIpSecConfigVarCheckList, ParamPackage); in InitializeIpSecConfig()
659 if (ShellCommandLineGetFlag (ParamPackage, L"-enable")) { in InitializeIpSecConfig()
688 if (ShellCommandLineGetFlag (ParamPackage, L"-disable")) { in InitializeIpSecConfig()
709 if (ShellCommandLineGetFlag (ParamPackage, L"-status")) { in InitializeIpSecConfig()
722 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-p"); in InitializeIpSecConfig()
[all …]
DDelete.c69 IN LIST_ENTRY *ParamPackage in FlushOrDeletePolicyEntry() argument
79 if (ShellCommandLineGetFlag (ParamPackage, L"-f")) { in FlushOrDeletePolicyEntry()
88 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-d"); in FlushOrDeletePolicyEntry()
94 Status = mConstructPolicyEntryIndexer[DataType] (&Context.Indexer, ParamPackage); in FlushOrDeletePolicyEntry()
DPolicyEntryOperation.h95 IN LIST_ENTRY *ParamPackage,
141 IN LIST_ENTRY *ParamPackage
157 IN LIST_ENTRY *ParamPackage
DDump.h31 IN LIST_ENTRY *ParamPackage
DDelete.h39 IN LIST_ENTRY *ParamPackage
DIndexer.h54 IN LIST_ENTRY *ParamPackage
DHelper.h46 IN LIST_ENTRY *ParamPackage,
DHelper.c43 IN LIST_ENTRY *ParamPackage, in GetNumber() argument
57 ValueStr = ShellCommandLineGetValue (ParamPackage, FlagStr); in GetNumber()
DDump.c571 IN LIST_ENTRY *ParamPackage in ListPolicyEntry() argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DDp.c152 LIST_ENTRY *ParamPackage; in ShellCommandRunDp() local
200 Status = ShellCommandLineParse (ParamList, &ParamPackage, NULL, TRUE); in ShellCommandRunDp()
209 VerboseMode = ShellCommandLineGetFlag (ParamPackage, L"-v"); in ShellCommandRunDp()
210 …aryMode = (BOOLEAN) (ShellCommandLineGetFlag (ParamPackage, L"-S") || ShellCommandLineGetFlag (Par… in ShellCommandRunDp()
211 AllMode = ShellCommandLineGetFlag (ParamPackage, L"-A"); in ShellCommandRunDp()
212 RawMode = ShellCommandLineGetFlag (ParamPackage, L"-R"); in ShellCommandRunDp()
214 TraceMode = ShellCommandLineGetFlag (ParamPackage, L"-T"); in ShellCommandRunDp()
215 ProfileMode = ShellCommandLineGetFlag (ParamPackage, L"-P"); in ShellCommandRunDp()
217 ExcludeMode = ShellCommandLineGetFlag (ParamPackage, L"-x"); in ShellCommandRunDp()
218 mShowId = ShellCommandLineGetFlag (ParamPackage, L"-i"); in ShellCommandRunDp()
[all …]
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DDp.c215 LIST_ENTRY *ParamPackage; in InitializeDp() local
292 Status = ShellCommandLineParse (DpParamList, &ParamPackage, NULL, TRUE); in InitializeDp()
303 if (ShellCommandLineGetFlag (ParamPackage, StringDpOptionQh) || in InitializeDp()
304 ShellCommandLineGetFlag (ParamPackage, StringDpOptionLh) || in InitializeDp()
305 ShellCommandLineGetFlag (ParamPackage, StringDpOptionUh)) in InitializeDp()
325 VerboseMode = ShellCommandLineGetFlag (ParamPackage, StringDpOptionLv); in InitializeDp()
326 SummaryMode = (BOOLEAN) (ShellCommandLineGetFlag (ParamPackage, StringDpOptionUs) || in InitializeDp()
327 ShellCommandLineGetFlag (ParamPackage, StringDpOptionLs)); in InitializeDp()
328 AllMode = ShellCommandLineGetFlag (ParamPackage, StringDpOptionUa); in InitializeDp()
329 RawMode = ShellCommandLineGetFlag (ParamPackage, StringDpOptionUr); in InitializeDp()
[all …]
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
DShellSetFdt.c304 LIST_ENTRY *ParamPackage; in ShellDynCmdSetFdtHandler() local
310 ParamPackage = NULL; in ShellDynCmdSetFdtHandler()
340 Status = ShellCommandLineParse (ParamList, &ParamPackage, NULL, TRUE); in ShellDynCmdSetFdtHandler()
342 switch (ShellCommandLineGetCount (ParamPackage)) { in ShellDynCmdSetFdtHandler()
347 if (!ShellCommandLineGetFlag (ParamPackage, L"-i")) { in ShellDynCmdSetFdtHandler()
380 ValueStr = ShellCommandLineGetRawValue (ParamPackage, 1); in ShellDynCmdSetFdtHandler()
395 if (ShellCommandLineGetFlag (ParamPackage, L"-i")) { in ShellDynCmdSetFdtHandler()
437 ShellCommandLineFreeVarList (ParamPackage); in ShellDynCmdSetFdtHandler()
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6.c1653 LIST_ENTRY *ParamPackage; in IfConfig6Initialize() local
1667 Status = ShellCommandLineParseEx (mIfConfig6CheckList, &ParamPackage, &ProblemParam, TRUE, FALSE); in IfConfig6Initialize()
1676 …if (!ShellCommandLineGetFlag (ParamPackage, L"-r") && !ShellCommandLineGetFlag (ParamPackage, L"-s… in IfConfig6Initialize()
1677 …!ShellCommandLineGetFlag (ParamPackage, L"-?") && !ShellCommandLineGetFlag (ParamPackage, L"-l")) { in IfConfig6Initialize()
1684 …if (((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"… in IfConfig6Initialize()
1685 …((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"-l")… in IfConfig6Initialize()
1686 …((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"-?")… in IfConfig6Initialize()
1687 …((ShellCommandLineGetFlag (ParamPackage, L"-s")) && (ShellCommandLineGetFlag (ParamPackage, L"-l")… in IfConfig6Initialize()
1688 …((ShellCommandLineGetFlag (ParamPackage, L"-s")) && (ShellCommandLineGetFlag (ParamPackage, L"-?")… in IfConfig6Initialize()
1689 …((ShellCommandLineGetFlag (ParamPackage, L"-l")) && (ShellCommandLineGetFlag (ParamPackage, L"-?")… in IfConfig6Initialize()
[all …]
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
DRunAxf.c92 LIST_ENTRY *ParamPackage; in ShellDynCmdRunAxfHandler() local
134 Status = ShellCommandLineParse (ParamList, &ParamPackage, NULL, TRUE); in ShellDynCmdRunAxfHandler()
142 if ((ShellCommandLineGetFlag (ParamPackage, L"-?")) || in ShellDynCmdRunAxfHandler()
143 (ShellCommandLineGetRawValue (ParamPackage, 1) == NULL)) { in ShellDynCmdRunAxfHandler()
151 FileName = ShellCommandLineGetRawValue (ParamPackage, 1); in ShellDynCmdRunAxfHandler()
210 ShellCommandLineFreeVarList (ParamPackage); in ShellDynCmdRunAxfHandler()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DIfconfig.c1326 LIST_ENTRY *ParamPackage; in ShellCommandRunIfconfig() local
1337 Status = ShellCommandLineParseEx (mIfConfigCheckList, &ParamPackage, &ProblemParam, TRUE, FALSE); in ShellCommandRunIfconfig()
1353 if (ShellCommandLineGetFlag (ParamPackage, L"-c")) { in ShellCommandRunIfconfig()
1362 …if (!ShellCommandLineGetFlag (ParamPackage, L"-r") && !ShellCommandLineGetFlag (ParamPackage, L"-s… in ShellCommandRunIfconfig()
1363 !ShellCommandLineGetFlag (ParamPackage, L"-l")) { in ShellCommandRunIfconfig()
1372 …if (((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"… in ShellCommandRunIfconfig()
1373 …((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"-l")… in ShellCommandRunIfconfig()
1374 …((ShellCommandLineGetFlag (ParamPackage, L"-s")) && (ShellCommandLineGetFlag (ParamPackage, L"-l")… in ShellCommandRunIfconfig()
1391 if (ShellCommandLineGetFlag (ParamPackage, L"-l")) { in ShellCommandRunIfconfig()
1393 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-l"); in ShellCommandRunIfconfig()
[all …]
DPing.c1443 LIST_ENTRY *ParamPackage; in ShellCommandRunPing() local
1461 Status = ShellCommandLineParseEx (PingParamList, &ParamPackage, &ProblemParam, TRUE, FALSE); in ShellCommandRunPing()
1468 if (ShellCommandLineGetFlag (ParamPackage, L"-_ip6")) { in ShellCommandRunPing()
1475 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-n"); in ShellCommandRunPing()
1493 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-l"); in ShellCommandRunPing()
1515 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-_s"); in ShellCommandRunPing()
1532 NonOptionCount = ShellCommandLineGetCount(ParamPackage); in ShellCommandRunPing()
1543 ValueStr = ShellCommandLineGetRawValue (ParamPackage, 1); in ShellCommandRunPing()
1577 ShellCommandLineFreeVarList (ParamPackage); in ShellCommandRunPing()
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
DPing6.c1058 LIST_ENTRY *ParamPackage; in InitializePing6() local
1069 Status = ShellCommandLineParseEx (Ping6ParamList, &ParamPackage, NULL, TRUE, FALSE); in InitializePing6()
1075 if (ShellCommandLineGetFlag (ParamPackage, L"-?")) { in InitializePing6()
1086 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-n"); in InitializePing6()
1103 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-l"); in InitializePing6()
1124 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-s"); in InitializePing6()
1138 NonOptionCount = ShellCommandLineGetCount(ParamPackage); in InitializePing6()
1139 ValueStr = ShellCommandLineGetRawValue (ParamPackage, (UINT32)(NonOptionCount-1)); in InitializePing6()
1175 ShellCommandLineFreeVarList (ParamPackage); in InitializePing6()