Searched refs:String0Desc (Results 1 – 1 of 1) sorted by relevance
493 UINT8 *String0Desc; in CreateDebugCapabilityContext() local536 …String0Desc = (UINT8 *) AllocateAlignBuffer (STRING0_DESC_LEN + MANU_DESC_LEN + PRODUCT_DESC_LEN +… in CreateDebugCapabilityContext()537 ASSERT (String0Desc != NULL); in CreateDebugCapabilityContext()538 ZeroMem (String0Desc, STRING0_DESC_LEN + MANU_DESC_LEN + PRODUCT_DESC_LEN + SERIAL_DESC_LEN); in CreateDebugCapabilityContext()539 CopyMem (String0Desc, mString0Desc, STRING0_DESC_LEN); in CreateDebugCapabilityContext()540 DebugCapabilityContext->DbcInfoContext.String0DescAddress = (UINT64)(UINTN)String0Desc; in CreateDebugCapabilityContext()542 ManufacturerStrDesc = String0Desc + STRING0_DESC_LEN; in CreateDebugCapabilityContext()