Home
last modified time | relevance | path

Searched refs:ProductStrLen (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscBaseBoardManufacturerFunction.c32 UINTN ProductStrLen; in MISC_SMBIOS_TABLE_FUNCTION() local
67 ProductStrLen = StrLen(Product); in MISC_SMBIOS_TABLE_FUNCTION()
68 if (ProductStrLen > SMBIOS_STRING_MAX_LENGTH) { in MISC_SMBIOS_TABLE_FUNCTION()
104 …SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE3) + ManuStrLen + 1 + ProductStrLen + 1 + Ver… in MISC_SMBIOS_TABLE_FUNCTION()
105 …ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE3) + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen… in MISC_SMBIOS_TABLE_FUNCTION()
150 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
151 …UnicodeStrToAsciiStr(SerialNumber, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrL… in MISC_SMBIOS_TABLE_FUNCTION()
152 …UnicodeStrToAsciiStr(AssertTag, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen … in MISC_SMBIOS_TABLE_FUNCTION()
153 …UnicodeStrToAsciiStr(Chassis, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen + … in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscBaseBoardManufacturerFunction.c32 UINTN ProductStrLen; in MISC_SMBIOS_TABLE_FUNCTION() local
67 ProductStrLen = StrLen(Product); in MISC_SMBIOS_TABLE_FUNCTION()
68 if (ProductStrLen > SMBIOS_STRING_MAX_LENGTH) { in MISC_SMBIOS_TABLE_FUNCTION()
104 …SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE3) + ManuStrLen + 1 + ProductStrLen + 1 + Ver… in MISC_SMBIOS_TABLE_FUNCTION()
105 …ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE3) + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen… in MISC_SMBIOS_TABLE_FUNCTION()
150 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
151 …UnicodeStrToAsciiStr(SerialNumber, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrL… in MISC_SMBIOS_TABLE_FUNCTION()
152 …UnicodeStrToAsciiStr(AssertTag, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen … in MISC_SMBIOS_TABLE_FUNCTION()
153 …UnicodeStrToAsciiStr(Chassis, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen + … in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscBaseBoardManufacturerFunction.c37 UINTN ProductStrLen; in MISC_SMBIOS_TABLE_FUNCTION() local
86 ProductStrLen = StrLen(TypeString); in MISC_SMBIOS_TABLE_FUNCTION()
87 if (ProductStrLen > SMBIOS_STRING_MAX_LENGTH) { in MISC_SMBIOS_TABLE_FUNCTION()
123 …SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE3) + ManuStrLen + 1 + ProductStrLen + 1 + Ver… in MISC_SMBIOS_TABLE_FUNCTION()
124 …ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE3) + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen… in MISC_SMBIOS_TABLE_FUNCTION()
169 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
170 …UnicodeStrToAsciiStr(SerialNumber, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrL… in MISC_SMBIOS_TABLE_FUNCTION()
171 …UnicodeStrToAsciiStr(AssertTag, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen … in MISC_SMBIOS_TABLE_FUNCTION()
172 …UnicodeStrToAsciiStr(Chassis, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen + … in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscBaseBoardManufacturerFunction.c52 UINTN ProductStrLen; in MISC_SMBIOS_TABLE_FUNCTION() local
100 ProductStrLen = StrLen(Product); in MISC_SMBIOS_TABLE_FUNCTION()
101 if (ProductStrLen > SMBIOS_STRING_MAX_LENGTH) { in MISC_SMBIOS_TABLE_FUNCTION()
174 …SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE2) + ManuStrLen + 1 + ProductStrLen + 1 + Ver… in MISC_SMBIOS_TABLE_FUNCTION()
175 …ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE2) + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen… in MISC_SMBIOS_TABLE_FUNCTION()
226 UnicodeStrToAsciiStr(Version, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1); in MISC_SMBIOS_TABLE_FUNCTION()
227 …UnicodeStrToAsciiStr(SerialNumber, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrL… in MISC_SMBIOS_TABLE_FUNCTION()
228 …UnicodeStrToAsciiStr(AssertTag, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen … in MISC_SMBIOS_TABLE_FUNCTION()
229 …UnicodeStrToAsciiStr(Chassis, OptionalStrStart + ManuStrLen + 1 + ProductStrLen + 1 + VerStrLen + … in MISC_SMBIOS_TABLE_FUNCTION()