Searched refs:AsciiName (Results 1 – 1 of 1) sorted by relevance
1680 CHAR8 *AsciiName; in ConstructConfigHdr() local1690 AsciiName = (CHAR8 *) ((EFI_IFR_VARSTORE *) OpCodeData)->Name; in ConstructConfigHdr()1695 AsciiName = NULL; in ConstructConfigHdr()1700 AsciiName = (CHAR8 *) ((EFI_IFR_VARSTORE_EFI *) OpCodeData)->Name; in ConstructConfigHdr()1706 AsciiName = NULL; in ConstructConfigHdr()1710 if (AsciiName != NULL) { in ConstructConfigHdr()1711 NameSize = AsciiStrSize (AsciiName); in ConstructConfigHdr()1714 AsciiStrToUnicodeStrS (AsciiName, Name, NameSize); in ConstructConfigHdr()