Home | History | Annotate | Download | only in PiSmbiosRecordOnDataHubSmbiosRecordThunk

Lines Matching refs:StructureSize

493     // Update the structure's length and StructureSize

500 StructureNode->StructureSize,
501 StructureNode->StructureSize + Ec->ChassisElementCount * sizeof(CONTAINED_ELEMENT)
2441 UINT32 StructureSize;
2475 Status = GetSmbiosStructureSize (StructureNode->Structure, &StructureSize, &CountOfString);
2478 if (StructureSize < RecordDataSize) {
2498 StructureNode->StructureSize = RecordDataSize;