HomeSort by relevance Sort by last modified time
    Searched refs:CmdLineArg (Results 1 - 2 of 2) sorted by null

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

Completed in 109 milliseconds