OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Number2Display
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
Dp.c
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);
[
all
...]
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
Dp.c
211
UINTN
Number2Display
;
361
Number2Display
= DEFAULT_DISPLAYCOUNT;
364
Number2Display
= StrDecimalToUintn(CmdLineArg);
365
if (
Number2Display
== 0) {
366
Number2Display
= MAXIMUM_DISPLAYCOUNT;
449
**** n
Number2Display
Used by All and Raw mode. Otherwise ignored.
467
Status = DumpAllTrace(
Number2Display
, ExcludeMode);
473
DumpAllProfile(
Number2Display
, ExcludeMode);
478
Status = DumpRawTrace(
Number2Display
, ExcludeMode);
484
DumpRawProfile(
Number2Display
, ExcludeMode);
[
all
...]
Completed in 74 milliseconds