Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiDxeDebugLibReportStatusCode/
DDebugLib.c135 UINTN DescriptionLength; in DebugAssert() local
141 DescriptionLength = AsciiStrLen (Description); in DebugAssert()
142 TotalSize = sizeof (EFI_DEBUG_ASSERT_DATA) + FileNameLength + 1 + DescriptionLength + 1; in DebugAssert()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsLoadOption.c25 UINTN DescriptionLength; in BootOptionParseLoadOption() local
52 DescriptionLength = StrSize (LoadOption->Description); in BootOptionParseLoadOption()
53 …EFI_DEVICE_PATH_PROTOCOL*)(EfiLoadOptionPtr + sizeof(UINT32) + sizeof(UINT16) + DescriptionLength); in BootOptionParseLoadOption()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBoot.c2202 UINTN DescriptionLength; in BmRegisterBootManagerMenu() local
2260 &DescriptionLength in BmRegisterBootManagerMenu()