OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VendorStrLen
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscBiosVendorFunction.c
89
UINTN
VendorStrLen
;
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/
MiscBiosVendorFunction.c
89
UINTN
VendorStrLen
;
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/
MiscBiosVendorFunction.c
94
UINTN
VendorStrLen
;
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/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscBiosVendorFunction.c
168
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);
Completed in 49 milliseconds