Home
last modified time | relevance | path

Searched refs:flatten (Results 1 – 25 of 72) sorted by relevance

123

/openbmc/openpower-hw-diags/attn/pel/
H A Dpel_minimal.cpp30 _ph->flatten(pelData); in raw()
31 _uh->flatten(pelData); in raw()
32 _ps->flatten(pelData); in raw()
33 _eh->flatten(pelData); in raw()
H A Dpel_section.hpp39 virtual void flatten(Stream& stream) const = 0;
H A Dprivate_header.cpp13 void PrivateHeader::flatten(Stream& stream) const in flatten() function in attn::pel::PrivateHeader
H A Duser_header.cpp13 void UserHeader::flatten(Stream& stream) const in flatten() function in attn::pel::UserHeader
H A Dprimary_src.hpp86 void flatten(Stream& stream) const override;
H A Dprivate_header.hpp70 void flatten(Stream& stream) const override;
H A Dprimary_src.cpp13 void PrimarySrc::flatten(Stream& stream) const in flatten() function in attn::pel::PrimarySrc
/openbmc/phosphor-net-ipmid/
H A Dmessage_parsers.hpp97 std::vector<uint8_t> flatten(const std::shared_ptr<Message>& outMessage,
137 std::vector<uint8_t> flatten(const std::shared_ptr<Message>& outMessage,
185 std::vector<uint8_t> flatten(const std::shared_ptr<Message>& outMessage,
302 std::vector<uint8_t> flatten(uint8_t asfMsgTag);
H A Dmessage_parsers.cpp69 std::vector<uint8_t> flatten(const std::shared_ptr<Message>& outMessage, in flatten() function
78 return ipmi15parser::flatten(outMessage, session); in flatten()
82 return ipmi20parser::flatten(outMessage, session); in flatten()
136 std::vector<uint8_t> flatten( in flatten() function
248 std::vector<uint8_t> flatten(const std::shared_ptr<Message>& outMessage, in flatten() function
433 std::vector<uint8_t> flatten(uint8_t asfMsgTag) in flatten() function
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dcallout.cpp172 void Callout::flatten(Stream& pel) const in flatten() function in openpower::pels::src::Callout
183 _fruIdentity->flatten(pel); in flatten()
188 _pceIdentity->flatten(pel); in flatten()
192 _mru->flatten(pel); in flatten()
H A Dcallouts.cpp31 void Callouts::flatten(Stream& pel) const in flatten() function in openpower::pels::src::Callouts
37 callout->flatten(pel); in flatten()
H A Dpce_identity.cpp29 void PCEIdentity::flatten(Stream& pel) const in flatten() function in openpower::pels::src::PCEIdentity
H A Dascii_string.hpp59 void flatten(Stream& stream) const;
H A Dgeneric.hpp43 void flatten(Stream& stream) const override;
H A Dpce_identity.hpp50 void flatten(Stream& pel) const;
H A Dgeneric.cpp29 void Generic::flatten(Stream& stream) const in flatten() function in openpower::pels::Generic
H A Dmru.hpp73 void flatten(Stream& pel) const;
H A Dcallouts.hpp59 void flatten(Stream& pel) const;
H A Dfailing_mtms.hpp52 void flatten(Stream& stream) const override;
/openbmc/phosphor-logging/test/openpower-pels/
H A Dfru_identity_test.cpp37 fru.flatten(newStream); in TEST()
65 fru.flatten(newStream); in TEST()
98 fru.flatten(stream); in testHWCallout()
164 fru.flatten(stream); in TEST()
218 fru.flatten(stream); in TEST()
H A Dmru_test.cpp47 mru.flatten(newStream); in TEST()
86 mru.flatten(stream); in TEST()
H A Dpce_identity_test.cpp32 pce.flatten(newStream); in TEST()
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dprocess_tree_test.py33 def flatten(self, process_tree): member in TestProcessTree
37 flattened.extend(self.flatten(p.child_list))
42 for expected, actual in zip(test_data, self.flatten(process_tree)):
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h117 * versions we support have the "flatten" attribute. Clang may not have the
118 * "flatten" attribute but always has __has_attribute() to check for it.
120 #if __has_attribute(flatten) || !defined(__clang__)
121 # define QEMU_FLATTEN __attribute__((flatten))
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h117 * versions we support have the "flatten" attribute. Clang may not have the
118 * "flatten" attribute but always has __has_attribute() to check for it.
120 #if __has_attribute(flatten) || !defined(__clang__)
121 # define QEMU_FLATTEN __attribute__((flatten))

123