Searched refs:SimpleFontPackage (Results 1 – 1 of 1) sorted by relevance
1740 HII_SIMPLE_FONT_PACKAGE_INSTANCE *SimpleFontPackage; in InsertSimpleFontPackage() local1751 SimpleFontPackage = AllocateZeroPool (sizeof (HII_SIMPLE_FONT_PACKAGE_INSTANCE)); in InsertSimpleFontPackage()1752 if (SimpleFontPackage == NULL) { in InsertSimpleFontPackage()1756 SimpleFontPackage->Signature = HII_S_FONT_PACKAGE_SIGNATURE; in InsertSimpleFontPackage()1763 SimpleFontPackage->SimpleFontPkgHdr = AllocateZeroPool (Header.Length); in InsertSimpleFontPackage()1764 if (SimpleFontPackage->SimpleFontPkgHdr == NULL) { in InsertSimpleFontPackage()1769 CopyMem (SimpleFontPackage->SimpleFontPkgHdr, PackageHdr, Header.Length); in InsertSimpleFontPackage()1774 InsertTailList (&PackageList->SimpleFontPkgHdr, &SimpleFontPackage->SimpleFontEntry); in InsertSimpleFontPackage()1775 *Package = SimpleFontPackage; in InsertSimpleFontPackage()1785 if (SimpleFontPackage != NULL) { in InsertSimpleFontPackage()[all …]