Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c2770 CHAR16 *mPostReplaceFormat; in InternalShellPrintWorker() local
2773 mPostReplaceFormat = AllocateZeroPool (PcdGet16 (PcdShellPrintBufferSize)); in InternalShellPrintWorker()
2776 if (mPostReplaceFormat == NULL || mPostReplaceFormat2 == NULL) { in InternalShellPrintWorker()
2777 SHELL_FREE_NON_NULL(mPostReplaceFormat); in InternalShellPrintWorker()
2788 …Status = ShellCopySearchAndReplace(Format, mPostReplaceFormat, PcdGet16 (PcdShellPrin… in InternalShellPrintWorker()
2790 …Status = ShellCopySearchAndReplace(mPostReplaceFormat, mPostReplaceFormat2, PcdGet16 (PcdShellPri… in InternalShellPrintWorker()
2792 …Status = ShellCopySearchAndReplace(mPostReplaceFormat2, mPostReplaceFormat, PcdGet16 (PcdShellPri… in InternalShellPrintWorker()
2794 …Status = ShellCopySearchAndReplace(mPostReplaceFormat, mPostReplaceFormat2, PcdGet16 (PcdShellPri… in InternalShellPrintWorker()
2796 …Status = ShellCopySearchAndReplace(mPostReplaceFormat2, mPostReplaceFormat, PcdGet16 (PcdShellPri… in InternalShellPrintWorker()
2802 …UnicodeVSPrint (mPostReplaceFormat2, PcdGet16 (PcdShellPrintBufferSize), mPostReplaceFormat, Marke… in InternalShellPrintWorker()
[all …]