Searched refs:_section (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/tools/binman/etype/ |
H A D | section.py | 35 self._section = bsection.Section(node.name, section, node, 39 return self._section.GetFdtSet() 42 return self._section.ProcessFdt(fdt) 46 self._section.ExpandEntries() 50 self._section.AddMissingProperties() 53 return self._section.GetEntryContents() 56 return self._section.GetData() 64 self._section.GetEntryOffsets() 69 self._section.PackEntries() 70 self._section.SetOffset(offset) [all …]
|
H A D | files.py | 57 self._section._ReadEntries()
|
/openbmc/u-boot/tools/binman/ |
H A D | image.py | 45 self._section = bsection.Section('main-section', None, self._node, 56 self._section = bsection.Section('main-section', None, self._node, self) 60 return self._section.GetFdtSet() 69 self._section.ExpandEntries() 80 self._section.AddMissingProperties() 88 return self._section.ProcessFdt(fdt) 93 self._section.GetEntryContents() 101 self._section.GetEntryOffsets() 105 self._section.PackEntries() 109 self._size = self._section.CheckSize() [all …]
|
H A D | image_test.py | 15 section = image._section 24 section = image._section 33 section = image._section 44 section = image._section
|
H A D | ftest.py | 1584 entries = files._section._entries
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | asm-extable.h | 26 #define __EX_TABLE(_section, _fault, _target, _type) \ argument 27 stringify_in_c(.section _section,"a";) \ 35 #define __EX_TABLE_UA(_section, _fault, _target, _type, _regerr, _regaddr, _len)\ argument 36 stringify_in_c(.section _section,"a";) \
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_mfw_hsi.h | 71 #define SECTION_OFFSIZE_ADDR(_pub_base, _section) \ argument 72 ((_pub_base) + offsetof(struct mcp_public_data, sections[_section]))
|
/openbmc/qemu/system/ |
H A D | memory.c | 130 #define MEMORY_LISTENER_CALL(_as, _callback, _direction, _section, _args...) \ argument 138 _listener->_callback(_listener, _section, ##_args); \ 145 _listener->_callback(_listener, _section, ##_args); \
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 71 This is the structure returned by \texttt{cper\_single\_section\_to\_ir(FILE* cper\_file)} as JSON …
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |