Home
last modified time | relevance | path

Searched refs:section_key (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/scripts/
H A Danalyze-migration.py120 def __init__(self, file, version_id, ramargs, section_key): argument
125 self.section_key = section_key
230 def __init__(self, file, version_id, device, section_key): argument
235 self.section_key = section_key
270 def __init__(self, file, version_id, device, section_key): argument
275 self.section_key = section_key
598 def __init__(self, file, version_id, device, section_key): argument
602 self.section_key = section_key
682 section_key = (name, instance_id)
683 classdesc = self.section_classes[section_key]
[all …]
/openbmc/u-boot/tools/
H A Domapimage.c70 if (chs->section_key) in omapimage_print_section()
81 chs->section_key, in omapimage_print_section()
138 chs->section_key = KEY_CHSETTINGS; in omapimage_set_header()
H A Domapimage.h20 uint32_t section_key; member