| /openbmc/openpower-hw-diags/attn/pel/ |
| H A D | pel_minimal.cpp | 30 _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 D | pel_section.hpp | 39 virtual void flatten(Stream& stream) const = 0;
|
| H A D | private_header.cpp | 13 void PrivateHeader::flatten(Stream& stream) const in flatten() function in attn::pel::PrivateHeader
|
| H A D | user_header.cpp | 13 void UserHeader::flatten(Stream& stream) const in flatten() function in attn::pel::UserHeader
|
| H A D | primary_src.hpp | 86 void flatten(Stream& stream) const override;
|
| H A D | private_header.hpp | 70 void flatten(Stream& stream) const override;
|
| H A D | primary_src.cpp | 13 void PrimarySrc::flatten(Stream& stream) const in flatten() function in attn::pel::PrimarySrc
|
| /openbmc/phosphor-net-ipmid/ |
| H A D | message_parsers.hpp | 97 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 D | message_parsers.cpp | 69 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 D | callout.cpp | 172 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 D | callouts.cpp | 31 void Callouts::flatten(Stream& pel) const in flatten() function in openpower::pels::src::Callouts 37 callout->flatten(pel); in flatten()
|
| H A D | pce_identity.cpp | 29 void PCEIdentity::flatten(Stream& pel) const in flatten() function in openpower::pels::src::PCEIdentity
|
| H A D | ascii_string.hpp | 59 void flatten(Stream& stream) const;
|
| H A D | generic.hpp | 43 void flatten(Stream& stream) const override;
|
| H A D | pce_identity.hpp | 50 void flatten(Stream& pel) const;
|
| H A D | generic.cpp | 29 void Generic::flatten(Stream& stream) const in flatten() function in openpower::pels::Generic
|
| H A D | mru.hpp | 73 void flatten(Stream& pel) const;
|
| H A D | callouts.hpp | 59 void flatten(Stream& pel) const;
|
| H A D | failing_mtms.hpp | 52 void flatten(Stream& stream) const override;
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | fru_identity_test.cpp | 37 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 D | mru_test.cpp | 47 mru.flatten(newStream); in TEST() 86 mru.flatten(stream); in TEST()
|
| H A D | pce_identity_test.cpp | 32 pce.flatten(newStream); in TEST()
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
| H A D | process_tree_test.py | 33 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 D | compiler.h | 117 * 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 D | compiler.h | 117 * 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))
|