HomeSort by relevance Sort by last modified time
    Searched refs:OemStrLen (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscOemStringFunction.c 30 UINTN OemStrLen;
47 OemStrLen = StrLen(OemStr);
48 if (OemStrLen > SMBIOS_STRING_MAX_LENGTH) {
55 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE11) + OemStrLen + 1 + 1);
56 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE11) + OemStrLen + 1 + 1);
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscOemStringFunction.c 31 UINTN OemStrLen;
48 OemStrLen = StrLen(OemStr);
49 if (OemStrLen > SMBIOS_STRING_MAX_LENGTH) {
56 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE11) + OemStrLen + 1 + 1);
57 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE11) + OemStrLen + 1 + 1);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
MiscOemStringFunction.c 34 UINTN OemStrLen;
51 OemStrLen = StrLen(OemStr);
52 if (OemStrLen > SMBIOS_STRING_MAX_LENGTH) {
59 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE11) + OemStrLen + 1 + 1);
60 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE11) + OemStrLen + 1 + 1);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscOemStringFunction.c 52 UINTN OemStrLen;
69 OemStrLen = StrLen(OemStr);
70 if (OemStrLen > SMBIOS_STRING_MAX_LENGTH) {
77 SmbiosRecord = AllocatePool(sizeof (SMBIOS_TABLE_TYPE11) + OemStrLen + 1 + 1);
78 ZeroMem(SmbiosRecord, sizeof (SMBIOS_TABLE_TYPE11) + OemStrLen + 1 + 1);

Completed in 1106 milliseconds