Home
last modified time | relevance | path

Searched refs:ParamPackage (Results 1 – 21 of 21) 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()
77 IN LIST_ENTRY *ParamPackage in ConstructSadIndexer() argument
87 if (ShellCommandLineGetFlag (ParamPackage, L"-i")) { in ConstructSadIndexer()
88 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.c527 IN LIST_ENTRY *ParamPackage in IpSecConfigRetriveCheckListByName() argument
546 if ((ParamPackage == NULL) || (CheckList == NULL)) { in IpSecConfigRetriveCheckListByName()
553 …for (Node = GetFirstNode (ParamPackage); !IsNull (ParamPackage, Node); Node = GetNextNode (ParamPa… in IpSecConfigRetriveCheckListByName()
625 LIST_ENTRY *ParamPackage; in InitializeIpSecConfig() local
661 …Status = ShellCommandLineParseEx (mIpSecConfigParamList, &ParamPackage, &ProblemParam, TRUE, FALSE… in InitializeIpSecConfig()
667 Status = IpSecConfigRetriveCheckListByName (mIpSecConfigVarCheckList, ParamPackage); in InitializeIpSecConfig()
688 if (ShellCommandLineGetFlag (ParamPackage, L"-enable")) { in InitializeIpSecConfig()
717 if (ShellCommandLineGetFlag (ParamPackage, L"-disable")) { in InitializeIpSecConfig()
738 if (ShellCommandLineGetFlag (ParamPackage, L"-status")) { in InitializeIpSecConfig()
751 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
203 Status = ShellCommandLineParse (ParamList, &ParamPackage, NULL, TRUE); in ShellCommandRunDp()
212 VerboseMode = ShellCommandLineGetFlag (ParamPackage, L"-v"); in ShellCommandRunDp()
213 …aryMode = (BOOLEAN) (ShellCommandLineGetFlag (ParamPackage, L"-S") || ShellCommandLineGetFlag (Par… in ShellCommandRunDp()
214 AllMode = ShellCommandLineGetFlag (ParamPackage, L"-A"); in ShellCommandRunDp()
215 RawMode = ShellCommandLineGetFlag (ParamPackage, L"-R"); in ShellCommandRunDp()
217 TraceMode = ShellCommandLineGetFlag (ParamPackage, L"-T"); in ShellCommandRunDp()
218 ProfileMode = ShellCommandLineGetFlag (ParamPackage, L"-P"); in ShellCommandRunDp()
220 ExcludeMode = ShellCommandLineGetFlag (ParamPackage, L"-x"); in ShellCommandRunDp()
221 mShowId = ShellCommandLineGetFlag (ParamPackage, L"-i"); in ShellCommandRunDp()
[all …]
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DDp.c208 LIST_ENTRY *ParamPackage; in InitializeDp() local
312 Status = ShellCommandLineParse (DpParamList, &ParamPackage, NULL, TRUE); in InitializeDp()
323 if (ShellCommandLineGetFlag (ParamPackage, StringDpOptionQh) || in InitializeDp()
324 ShellCommandLineGetFlag (ParamPackage, StringDpOptionLh) || in InitializeDp()
325 ShellCommandLineGetFlag (ParamPackage, StringDpOptionUh)) in InitializeDp()
345 VerboseMode = ShellCommandLineGetFlag (ParamPackage, StringDpOptionLv); in InitializeDp()
346 SummaryMode = (BOOLEAN) (ShellCommandLineGetFlag (ParamPackage, StringDpOptionUs) || in InitializeDp()
347 ShellCommandLineGetFlag (ParamPackage, StringDpOptionLs)); in InitializeDp()
348 AllMode = ShellCommandLineGetFlag (ParamPackage, StringDpOptionUa); in InitializeDp()
349 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/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/UefiShellNetwork2CommandsLib/
DIfconfig6.c1782 LIST_ENTRY *ParamPackage; in ShellCommandRunIfconfig6() local
1792 Status = ShellCommandLineParseEx (mIfConfig6CheckList, &ParamPackage, &ProblemParam, TRUE, FALSE); in ShellCommandRunIfconfig6()
1802 …if (!ShellCommandLineGetFlag (ParamPackage, L"-r") && !ShellCommandLineGetFlag (ParamPackage, L"-s… in ShellCommandRunIfconfig6()
1803 …!ShellCommandLineGetFlag (ParamPackage, L"-?") && !ShellCommandLineGetFlag (ParamPackage, L"-l")) { in ShellCommandRunIfconfig6()
1811 …if (((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"… in ShellCommandRunIfconfig6()
1812 …((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"-l")… in ShellCommandRunIfconfig6()
1813 …((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"-?")… in ShellCommandRunIfconfig6()
1814 …((ShellCommandLineGetFlag (ParamPackage, L"-s")) && (ShellCommandLineGetFlag (ParamPackage, L"-l")… in ShellCommandRunIfconfig6()
1815 …((ShellCommandLineGetFlag (ParamPackage, L"-s")) && (ShellCommandLineGetFlag (ParamPackage, L"-?")… in ShellCommandRunIfconfig6()
1816 …((ShellCommandLineGetFlag (ParamPackage, L"-l")) && (ShellCommandLineGetFlag (ParamPackage, L"-?")… in ShellCommandRunIfconfig6()
[all …]
DPing6.c1261 LIST_ENTRY *ParamPackage; in ShellCommandRunPing6() local
1270 Status = ShellCommandLineParseEx (Ping6ParamList, &ParamPackage, &ProblemParam, TRUE, FALSE); in ShellCommandRunPing6()
1283 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-n"); in ShellCommandRunPing6()
1300 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-l"); in ShellCommandRunPing6()
1321 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-s"); in ShellCommandRunPing6()
1335 NonOptionCount = ShellCommandLineGetCount(ParamPackage); in ShellCommandRunPing6()
1336 ValueStr = ShellCommandLineGetRawValue (ParamPackage, (UINT32)(NonOptionCount-1)); in ShellCommandRunPing6()
1365 ShellCommandLineFreeVarList (ParamPackage); in ShellCommandRunPing6()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DIfconfig.c1283 LIST_ENTRY *ParamPackage; in ShellCommandRunIfconfig() local
1294 Status = ShellCommandLineParseEx (mIfConfigCheckList, &ParamPackage, &ProblemParam, TRUE, FALSE); in ShellCommandRunIfconfig()
1310 if (ShellCommandLineGetFlag (ParamPackage, L"-c")) { in ShellCommandRunIfconfig()
1319 …if (!ShellCommandLineGetFlag (ParamPackage, L"-r") && !ShellCommandLineGetFlag (ParamPackage, L"-s… in ShellCommandRunIfconfig()
1320 !ShellCommandLineGetFlag (ParamPackage, L"-l")) { in ShellCommandRunIfconfig()
1329 …if (((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"… in ShellCommandRunIfconfig()
1330 …((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"-l")… in ShellCommandRunIfconfig()
1331 …((ShellCommandLineGetFlag (ParamPackage, L"-s")) && (ShellCommandLineGetFlag (ParamPackage, L"-l")… in ShellCommandRunIfconfig()
1348 if (ShellCommandLineGetFlag (ParamPackage, L"-l")) { in ShellCommandRunIfconfig()
1350 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-l"); in ShellCommandRunIfconfig()
[all …]
DPing.c1572 LIST_ENTRY *ParamPackage; in ShellCommandRunPing() local
1590 Status = ShellCommandLineParseEx (PingParamList, &ParamPackage, &ProblemParam, TRUE, FALSE); in ShellCommandRunPing()
1597 if (ShellCommandLineGetFlag (ParamPackage, L"-_ip6")) { in ShellCommandRunPing()
1604 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()
1665 NonOptionCount = ShellCommandLineGetCount(ParamPackage); in ShellCommandRunPing()
1676 ValueStr = ShellCommandLineGetRawValue (ParamPackage, 1); in ShellCommandRunPing()
1703 ShellCommandLineFreeVarList (ParamPackage); in ShellCommandRunPing()
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6.c1656 LIST_ENTRY *ParamPackage; in IfConfig6Initialize() local
1694 Status = ShellCommandLineParseEx (mIfConfig6CheckList, &ParamPackage, &ProblemParam, TRUE, FALSE); in IfConfig6Initialize()
1703 …if (!ShellCommandLineGetFlag (ParamPackage, L"-r") && !ShellCommandLineGetFlag (ParamPackage, L"-s… in IfConfig6Initialize()
1704 !ShellCommandLineGetFlag (ParamPackage, L"-l")) { in IfConfig6Initialize()
1711 …if (((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"… in IfConfig6Initialize()
1712 …((ShellCommandLineGetFlag (ParamPackage, L"-r")) && (ShellCommandLineGetFlag (ParamPackage, L"-l")… in IfConfig6Initialize()
1713 …((ShellCommandLineGetFlag (ParamPackage, L"-s")) && (ShellCommandLineGetFlag (ParamPackage, L"-l")… in IfConfig6Initialize()
1732 if (ShellCommandLineGetFlag (ParamPackage, L"-l")) { in IfConfig6Initialize()
1734 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-l"); in IfConfig6Initialize()
1744 if (ShellCommandLineGetFlag (ParamPackage, L"-r")) { in IfConfig6Initialize()
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
DPing6.c1060 LIST_ENTRY *ParamPackage; in InitializePing6() local
1096 Status = ShellCommandLineParseEx (Ping6ParamList, &ParamPackage, NULL, TRUE, FALSE); in InitializePing6()
1108 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-n"); in InitializePing6()
1125 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-l"); in InitializePing6()
1146 ValueStr = ShellCommandLineGetValue (ParamPackage, L"-s"); in InitializePing6()
1160 NonOptionCount = ShellCommandLineGetCount(ParamPackage); in InitializePing6()
1161 ValueStr = ShellCommandLineGetRawValue (ParamPackage, (UINT32)(NonOptionCount-1)); in InitializePing6()
1197 ShellCommandLineFreeVarList (ParamPackage); in InitializePing6()