Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscSystemOptionStringFunction.c55 UINTN OptStrLen; in MISC_SMBIOS_TABLE_FUNCTION()
71 OptStrLen = StrLen(OptionString); in MISC_SMBIOS_TABLE_FUNCTION()
72 if (OptStrLen > SMBIOS_STRING_MAX_LENGTH) { in MISC_SMBIOS_TABLE_FUNCTION()
79 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE12) + OptStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()
80 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE12) + OptStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscSystemOptionStringFunction.c33 UINTN OptStrLen; in MISC_SMBIOS_TABLE_FUNCTION() local
49 OptStrLen = StrLen(OptionString); in MISC_SMBIOS_TABLE_FUNCTION()
50 if (OptStrLen > SMBIOS_STRING_MAX_LENGTH) { in MISC_SMBIOS_TABLE_FUNCTION()
57 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE12) + OptStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()
58 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE12) + OptStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscSystemOptionStringFunction.c33 UINTN OptStrLen; in MISC_SMBIOS_TABLE_FUNCTION() local
49 OptStrLen = StrLen(OptionString); in MISC_SMBIOS_TABLE_FUNCTION()
50 if (OptStrLen > SMBIOS_STRING_MAX_LENGTH) { in MISC_SMBIOS_TABLE_FUNCTION()
57 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE12) + OptStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()
58 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE12) + OptStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscSystemOptionStringFunction.c37 UINTN OptStrLen; in MISC_SMBIOS_TABLE_FUNCTION() local
56 OptStrLen = StrLen(OptionString); in MISC_SMBIOS_TABLE_FUNCTION()
57 if (OptStrLen > SMBIOS_STRING_MAX_LENGTH) { in MISC_SMBIOS_TABLE_FUNCTION()
64 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE12) + OptStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()
65 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE12) + OptStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()