Home
last modified time | relevance | path

Searched refs:CmdLineArg (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DDp.c153 CONST CHAR16 *CmdLineArg; in ShellCommandRunDp() local
225 CmdLineArg = ShellCommandLineGetValue (ParamPackage, L"-n"); in ShellCommandRunDp()
226 if (CmdLineArg == NULL) { in ShellCommandRunDp()
229 Number2Display = StrDecimalToUintn(CmdLineArg); in ShellCommandRunDp()
235 CmdLineArg = ShellCommandLineGetValue (ParamPackage, L"-t"); in ShellCommandRunDp()
236 if (CmdLineArg == NULL) { in ShellCommandRunDp()
239 mInterestThreshold = StrDecimalToUint64(CmdLineArg); in ShellCommandRunDp()
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DDp.c209 CONST CHAR16 *CmdLineArg; in InitializeDp() local
359 CmdLineArg = ShellCommandLineGetValue (ParamPackage, StringDpOptionLn); in InitializeDp()
360 if (CmdLineArg == NULL) { in InitializeDp()
364 Number2Display = StrDecimalToUintn(CmdLineArg); in InitializeDp()
369 CmdLineArg = ShellCommandLineGetValue (ParamPackage, StringDpOptionLt); in InitializeDp()
370 if (CmdLineArg == NULL) { in InitializeDp()
374 mInterestThreshold = StrDecimalToUint64(CmdLineArg); in InitializeDp()