Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
DMiscSystemSlotDesignationFunction.c31 UINTN SlotDesignationStrLen; in MISC_SMBIOS_TABLE_FUNCTION() local
58 SlotDesignationStrLen = StrLen(SlotDesignation); in MISC_SMBIOS_TABLE_FUNCTION()
59 if (SlotDesignationStrLen > SMBIOS_STRING_MAX_LENGTH) { in MISC_SMBIOS_TABLE_FUNCTION()
66 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE9) + SlotDesignationStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()
67 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE9) +SlotDesignationStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
DMiscSystemSlotDesignationFunction.c31 UINTN SlotDesignationStrLen; in MISC_SMBIOS_TABLE_FUNCTION() local
58 SlotDesignationStrLen = StrLen(SlotDesignation); in MISC_SMBIOS_TABLE_FUNCTION()
59 if (SlotDesignationStrLen > SMBIOS_STRING_MAX_LENGTH) { in MISC_SMBIOS_TABLE_FUNCTION()
66 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE9) + SlotDesignationStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()
67 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE9) +SlotDesignationStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscSystemSlotDesignationFunction.c51 UINTN SlotDesignationStrLen; in MISC_SMBIOS_TABLE_FUNCTION()
102 SlotDesignationStrLen = StrLen(SlotDesignation); in MISC_SMBIOS_TABLE_FUNCTION()
103 if (SlotDesignationStrLen > SMBIOS_STRING_MAX_LENGTH) { in MISC_SMBIOS_TABLE_FUNCTION()
110 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE9) + SlotDesignationStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()
111 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE9) +SlotDesignationStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
DMiscSystemSlotDesignationFunction.c204 UINTN SlotDesignationStrLen; in MISC_SMBIOS_TABLE_FUNCTION() local
253 SlotDesignationStrLen = StrLen(SlotDesignation); in MISC_SMBIOS_TABLE_FUNCTION()
254 if (SlotDesignationStrLen > SMBIOS_STRING_MAX_LENGTH) { in MISC_SMBIOS_TABLE_FUNCTION()
260 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE9) + SlotDesignationStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()
261 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE9) +SlotDesignationStrLen + 1 + 1); in MISC_SMBIOS_TABLE_FUNCTION()