Searched refs:VendorStrLen (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
H A DMiscBiosVendorFunction.c89 UINTN VendorStrLen; local
125 VendorStrLen = StrLen(Char16String);
126 if (VendorStrLen > SMBIOS_STRING_MAX_LENGTH) {
147 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE0) + VendorStrLen + 1 + VerStrLen + 1 + DateStrLen + 1 + 1);
148 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE0) + VendorStrLen + 1 + VerStrLen + 1 + DateStrLen + 1 + 1);
187 UnicodeStrToAsciiStr(Version, OptionalStrStart + VendorStrLen + 1);
188 UnicodeStrToAsciiStr(ReleaseDate, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1);
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
H A DMiscBiosVendorFunction.c89 UINTN VendorStrLen; local
125 VendorStrLen = StrLen(Char16String);
126 if (VendorStrLen > SMBIOS_STRING_MAX_LENGTH) {
147 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE0) + VendorStrLen + 1 + VerStrLen + 1 + DateStrLen + 1 + 1);
148 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE0) + VendorStrLen + 1 + VerStrLen + 1 + DateStrLen + 1 + 1);
187 UnicodeStrToAsciiStr(Version, OptionalStrStart + VendorStrLen + 1);
188 UnicodeStrToAsciiStr(ReleaseDate, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1);
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
H A DMiscBiosVendorFunction.c94 UINTN VendorStrLen; local
144 VendorStrLen = StrLen(VendorPtr);
145 if (VendorStrLen > SMBIOS_STRING_MAX_LENGTH) {
176 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE0) + VendorStrLen + 1 + VerStrLen + 1 + DateStrLen + 1 + 1);
177 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE0) + VendorStrLen + 1 + VerStrLen + 1 + DateStrLen + 1 + 1);
213 UnicodeStrToAsciiStr(VersionPtr, OptionalStrStart + VendorStrLen + 1);
214 UnicodeStrToAsciiStr(ReleaseDatePtr, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1);
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type00/
H A DMiscBiosVendorFunction.c122 UINTN VendorStrLen; local
188 VendorStrLen = StrLen(Vendor);
208 SmbiosRecord = AllocateZeroPool(sizeof (SMBIOS_TABLE_TYPE0) + VendorStrLen + 1 + VerStrLen + 1 + DateStrLen + 1 + 1);
223 UnicodeStrToAsciiStr(Version, OptionalStrStart + VendorStrLen + 1);
224 UnicodeStrToAsciiStr(ReleaseDate, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1);
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
H A DMiscBiosVendorFunction.c168 UINTN VendorStrLen;
222 VendorStrLen = StrLen(Char16String);
223 if (VendorStrLen > SMBIOS_STRING_MAX_LENGTH) {
288 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE0) + VendorStrLen + 1 + VerStrLen + 1 + DateStrLen + 1 + 1);
289 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE0) + VendorStrLen + 1 + VerStrLen + 1 + DateStrLen + 1 + 1);
334 UnicodeStrToAsciiStr(BIOSVersionTemp, OptionalStrStart + VendorStrLen + 1);
335 UnicodeStrToAsciiStr(ReleaseDate, OptionalStrStart + VendorStrLen + 1 + VerStrLen + 1);
159 UINTN VendorStrLen; local

Completed in 121 milliseconds