Lines Matching refs:EndStructure
1049 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()
1241 EFI_SMBIOS_TABLE_END_STRUCTURE EndStructure; in SmbiosCreate64BitTable() local
1303 EndStructure.Header.Type = EFI_SMBIOS_TYPE_END_OF_TABLE; in SmbiosCreate64BitTable()
1304 EndStructure.Header.Length = (UINT8) sizeof (EFI_SMBIOS_TABLE_HEADER); in SmbiosCreate64BitTable()
1305 EndStructure.Header.Handle = SmbiosHandle; in SmbiosCreate64BitTable()
1306 EndStructure.Tailing[0] = 0; in SmbiosCreate64BitTable()
1307 EndStructure.Tailing[1] = 0; in SmbiosCreate64BitTable()
1308 …ableMaximumSize = (UINT32) (Smbios30EntryPointStructure->TableMaximumSize + sizeof (EndStructure)); in SmbiosCreate64BitTable()
1367 CopyMem (BufferPointer, &EndStructure, sizeof (EndStructure)); in SmbiosCreate64BitTable()