Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBootDescription.c24 CHAR16 mBmUefiPrefix[] = L"UEFI "; variable
642 Temp = AllocatePool (StrSize (DefaultDescription) + sizeof (mBmUefiPrefix)); in BmGetBootDescription()
644 …CpyS (Temp, (StrSize (DefaultDescription) + sizeof (mBmUefiPrefix)) / sizeof (CHAR16), mBmUefiPref… in BmGetBootDescription()
645 …StrCatS (Temp, (StrSize (DefaultDescription) + sizeof (mBmUefiPrefix)) / sizeof (CHAR16), DefaultD… in BmGetBootDescription()