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.py117 def __init__(self, file, version_id, ramargs, section_key): argument
122 self.section_key = section_key
232 def __init__(self, file, version_id, device, section_key): argument
237 self.section_key = section_key
519 def __init__(self, file, version_id, device, section_key): argument
523 self.section_key = section_key
595 section_key = (name, instance_id)
596 classdesc = self.section_classes[section_key]
597 section = classdesc[0](file, version_id, classdesc[1], section_key)
622 key = "%s (%d)" % ( value.section_key[0], key )
/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