OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPrintTokenBuffer
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DpUtilities.c
447
if (
mPrintTokenBuffer
== NULL) {
448
mPrintTokenBuffer
= AllocatePool (BufferSize);
449
ASSERT (
mPrintTokenBuffer
!= NULL);
451
SetMem(
mPrintTokenBuffer
, BufferSize, 0);
453
Return = UnicodeVSPrint (
mPrintTokenBuffer
, BufferSize, StringPtr, Marker);
457
gST->ConOut->OutputString (gST->ConOut,
mPrintTokenBuffer
);
DpInternal.h
28
extern CHAR16 *
mPrintTokenBuffer
;
Dp.c
61
CHAR16 *
mPrintTokenBuffer
= NULL;
548
SafeFreePool (
mPrintTokenBuffer
);
Completed in 76 milliseconds