Lines Matching full:header
43 const FRUHeader* header = in validateBasicFruContent() local
48 {header->internalOffset, header->chassisOffset, header->boardOffset, in validateBasicFruContent()
49 header->productOffset, header->multiRecordOffset}); in validateBasicFruContent()
50 lastRecordStart *= 8; // header starts in are multiples of 8 bytes in validateBasicFruContent()
52 if (header->multiRecordOffset) in validateBasicFruContent()
59 // Multi-Record Area Header size is of 5 bytes that keeps in validateBasicFruContent()
62 // following records. So, All 5 bytes of Record Header should in validateBasicFruContent()
64 // the header is within the FRU size limits. in validateBasicFruContent()
69 // The MSB in the second byte of the MultiRecord header signals in validateBasicFruContent()
72 // Third byte in the MultiRecord header is the length in validateBasicFruContent()
75 areaLength += 5; // The length omits the 5 byte header in validateBasicFruContent()
78 // Next MultiRecord header in validateBasicFruContent()