Home | History | Annotate | Download | only in UefiDpLib

Lines Matching refs:Number2Display

158   UINTN                     Number2Display;

227 Number2Display = DEFAULT_DISPLAYCOUNT;
229 Number2Display = StrDecimalToUintn(CmdLineArg);
230 if (Number2Display == 0) {
231 Number2Display = MAXIMUM_DISPLAYCOUNT;
324 **** n Number2Display Used by All and Raw mode. Otherwise ignored.
342 Status = DumpAllTrace( Number2Display, ExcludeMode);
349 DumpAllProfile( Number2Display, ExcludeMode);
353 Status = DumpRawTrace( Number2Display, ExcludeMode);
360 DumpRawProfile( Number2Display, ExcludeMode);
389 DumpAllProfile( Number2Display, ExcludeMode);