Searched refs:SectionCount (Results 1 – 5 of 5) sorted by relevance
165 new EFI_ERROR_SECTION_DESCRIPTOR[cperHeader.SectionCount]; in decodeCperRecord()167 std::views::iota(0, static_cast<int>(cperHeader.SectionCount))) in decodeCperRecord()175 std::views::iota(0, static_cast<int>(cperHeader.SectionCount))) in decodeCperRecord()
43 if (header->SectionCount == 0) { in header_signature_valid()99 for (int i = 0; i < header->SectionCount; i++) { in cper_buf_to_ir()104 header->SectionCount, i + 1); in cper_buf_to_ir()238 json_object_new_int(header->SectionCount)); in cper_header_to_ir()
102 header->SectionCount = (UINT16)section_count; in ir_header_to_cper()
46 header->SectionCount = num_sections; in generate_cper_record()
162 UINT16 SectionCount; member