Home
last modified time | relevance | path

Searched refs:section_id (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/docs/sphinx/
H A Dhxtool.py152 section_id = 'hxtool-%d' % env.new_serialno('hxtool')
153 current_node = nodes.section(ids=[section_id])
/openbmc/qemu/scripts/
H A Danalyze-migration.py678 section_id = file.read32()
685 self.sections[section_id] = section
688 section_id = file.read32()
689 self.sections[section_id].read()
701 if read_section_id != section_id:
702 … raise Exception("Mismatched section footer: %x vs %x" % (read_section_id, section_id))
/openbmc/qemu/docs/
H A Dxen-save-devices-state.txt25 32 bit big endian: section_id
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_fru.h613 static const char *section_id[4] = { variable
/openbmc/qemu/docs/specs/
H A Dppc-spapr-hotplug.rst360 uint16_t section_id; /* set to SECTION_ID_HOTPLUG */
/openbmc/ipmitool/lib/
H A Dipmi_fru.c315 strncpy((char *)p_new->blocId, section_id[i], sizeof(p_new->blocId)); in build_fru_bloc()