Home
last modified time | relevance | path

Searched refs:section_count (Results 1 – 4 of 4) sorted by relevance

/openbmc/libcper/
H A Dir-parse.c100 int section_count = json_object_get_int( in ir_header_to_cper() local
102 header->SectionCount = (UINT16)section_count; in ir_header_to_cper()
/openbmc/u-boot/tools/
H A Dmxsimage.h59 uint16_t section_count; member
H A Dmxsimage.c1368 hdr->section_count = ictx->sect_count; in sb_postfill_image_header()
1381 sections_blocks = hdr->section_count * hdr->section_header_size; in sb_postfill_image_header()
1757 hdr->section_count); in sb_verify_image_header()
1768 sz = hdr->header_blocks + hdr->section_header_size * hdr->section_count; in sb_verify_image_header()
1783 sz = hdr->header_blocks + hdr->section_header_size * hdr->section_count; in sb_verify_image_header()
1953 for (i = 0; i < hdr->section_count; i++) { in sb_verify_sections_cmds()
/openbmc/qemu/hw/ppc/
H A Dspapr_events.c129 uint8_t section_count; member
512 int section_count) in spapr_init_maina() argument
530 maina->section_count = section_count; in spapr_init_maina()