Searched refs:DescriptionLength (Results 1 – 3 of 3) sorted by relevance
135 UINTN DescriptionLength; in DebugAssert() local141 DescriptionLength = AsciiStrLen (Description); in DebugAssert()142 TotalSize = sizeof (EFI_DEBUG_ASSERT_DATA) + FileNameLength + 1 + DescriptionLength + 1; in DebugAssert()
25 UINTN DescriptionLength; in BootOptionParseLoadOption() local52 DescriptionLength = StrSize (LoadOption->Description); in BootOptionParseLoadOption()53 …EFI_DEVICE_PATH_PROTOCOL*)(EfiLoadOptionPtr + sizeof(UINT32) + sizeof(UINT16) + DescriptionLength); in BootOptionParseLoadOption()
2202 UINTN DescriptionLength; in BmRegisterBootManagerMenu() local2260 &DescriptionLength in BmRegisterBootManagerMenu()