Home | History | Annotate | Download | only in SmbiosDxe

Lines Matching refs:MaxStructureSize

59   // MaxStructureSize, TO BE FILLED

1104 EntryPointStructure->MaxStructureSize = 0;
1116 // Record NumberOfSmbiosStructures, TableLength and MaxStructureSize
1120 if (RecordSize > EntryPointStructure->MaxStructureSize) {
1121 EntryPointStructure->MaxStructureSize = (UINT16) RecordSize;
1137 if (sizeof (EndStructure) > EntryPointStructure->MaxStructureSize) {
1138 EntryPointStructure->MaxStructureSize = (UINT16) sizeof (EndStructure);