Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
DSmbiosDxe.c1049 EFI_SMBIOS_TABLE_END_STRUCTURE EndStructure; in SmbiosCreateTable() local
1130 EndStructure.Header.Type = EFI_SMBIOS_TYPE_END_OF_TABLE; in SmbiosCreateTable()
1131 EndStructure.Header.Length = (UINT8) sizeof (EFI_SMBIOS_TABLE_HEADER); in SmbiosCreateTable()
1132 EndStructure.Header.Handle = SmbiosHandle; in SmbiosCreateTable()
1133 EndStructure.Tailing[0] = 0; in SmbiosCreateTable()
1134 EndStructure.Tailing[1] = 0; in SmbiosCreateTable()
1136 …yPointStructure->TableLength = (UINT16) (EntryPointStructure->TableLength + sizeof (EndStructure)); in SmbiosCreateTable()
1137 if (sizeof (EndStructure) > EntryPointStructure->MaxStructureSize) { in SmbiosCreateTable()
1138 EntryPointStructure->MaxStructureSize = (UINT16) sizeof (EndStructure); in SmbiosCreateTable()
1196 CopyMem (BufferPointer, &EndStructure, sizeof (EndStructure)); in SmbiosCreateTable()
[all …]