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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLibInternal.c 857 CHAR16 *BackupBuffer;
869 BackupBuffer = AllocateZeroPool (0x10000);
871 ASSERT (BackupBuffer);
892 BackupBuffer[Index] = Buffer[Index];
902 Out->OutputString (Out, &BackupBuffer[PreviousIndex]);
903 Count = StrLen (&BackupBuffer[PreviousIndex]);
938 Out->OutputString (Out, &BackupBuffer[PreviousIndex]);
939 Count = StrLen (&BackupBuffer[PreviousIndex]);
949 FreePool (BackupBuffer);
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
MpLib.h 201 UINTN BackupBuffer;
MpLib.c     [all...]

Completed in 88 milliseconds