/openbmc/phosphor-debug-collector/ |
H A D | faultlog_dump_entry.hpp | 24 class Entry : virtual public phosphor::dump::Entry class 27 Entry() = delete; 28 Entry(const Entry&) = delete; 29 Entry& operator=(const Entry&) = delete; 30 Entry(Entry&&) = delete; 31 Entry& operator=(Entry&&) = delete; 32 ~Entry() = default; 47 Entry(sdbusplus::bus_t& bus, const std::string& objPath, uint32_t dumpId, in Entry() function in phosphor::dump::faultlog::Entry 52 phosphor::dump::Entry(bus, objPath.c_str(), dumpId, timeStamp, fileSize, in Entry()
|
H A D | bmc_dump_entry.hpp | 24 sdbusplus::xyz::openbmc_project::Dump::Entry::server::BMC>; 34 class Entry : virtual public phosphor::dump::Entry, virtual public EntryIfaces class 37 Entry() = delete; 38 Entry(const Entry&) = delete; 39 Entry& operator=(const Entry&) = delete; 40 Entry(Entry&&) = delete; 41 Entry& operator=(Entry&&) = delete; 42 ~Entry() = default; 57 Entry(sdbusplus::bus_t& bus, const std::string& objPath, uint32_t dumpId, in Entry() function in phosphor::dump::bmc::Entry 62 phosphor::dump::Entry(bus, objPath.c_str(), dumpId, timeStamp, fileSize, in Entry() [all …]
|
H A D | dump_entry.hpp | 43 sdbusplus::xyz::openbmc_project::Dump::server::Entry, 60 class Entry : public EntryIfaces class 63 Entry() = delete; 64 Entry(const Entry&) = delete; 65 Entry& operator=(const Entry&) = delete; 66 Entry(Entry&&) = delete; 67 Entry& operator=(Entry&&) = delete; 68 ~Entry() = default; 81 Entry(sdbusplus::bus_t& bus, const std::string& objPath, uint32_t dumpId, in Entry() function in phosphor::dump::Entry
|
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | system_dump_entry.hpp | 20 sdbusplus::xyz::openbmc_project::Dump::Entry::server::System>; 32 class Entry : virtual public phosphor::dump::Entry, virtual public EntryIfaces class 35 Entry() = delete; 36 Entry(const Entry&) = delete; 37 Entry& operator=(const Entry&) = delete; 38 Entry(Entry&&) = delete; 39 Entry& operator=(Entry&&) = delete; 40 ~Entry() = default; 55 Entry(sdbusplus::bus_t& bus, const std::string& objPath, uint32_t dumpId, in Entry() function in openpower::dump::system::Entry 59 phosphor::dump::Entry(bus, objPath.c_str(), dumpId, timeStamp, dumpSize, in Entry()
|
H A D | resource_dump_entry.hpp | 22 sdbusplus::com::ibm::Dump::Entry::server::Resource>; 35 class Entry : virtual public phosphor::dump::Entry, virtual public EntryIfaces class 38 Entry() = delete; 39 Entry(const Entry&) = delete; 40 Entry& operator=(const Entry&) = delete; 41 Entry(Entry&&) = delete; 42 Entry& operator=(Entry&&) = delete; 43 ~Entry() = default; 61 Entry(sdbusplus::bus_t& bus, const std::string& objPath, uint32_t dumpId, in Entry() function in openpower::dump::resource::Entry 66 phosphor::dump::Entry(bus, objPath.c_str(), dumpId, timeStamp, dumpSize, in Entry()
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | event_entry.hpp | 26 class Entry : public EntryIface class 29 Entry() = delete; 30 Entry(const Entry&) = delete; 31 Entry& operator=(const Entry&) = delete; 32 Entry(Entry&&) = delete; 33 Entry& operator=(Entry&&) = delete; 34 virtual ~Entry() = default; 43 Entry(const std::string& path, uint64_t eventTimestamp, std::string&& msg, in Entry() function in phosphor::events::Entry 61 Entry(const std::string& path, uint64_t eventTimestamp) : in Entry() function in phosphor::events::Entry
|
/openbmc/phosphor-logging/ |
H A D | elog_entry.hpp | 21 sdbusplus::server::xyz::openbmc_project::logging::Entry, 41 class Entry : public EntryIfaces class 44 Entry() = delete; 45 Entry(const Entry&) = delete; 46 Entry& operator=(const Entry&) = delete; 47 Entry(Entry&&) = delete; 48 Entry& operator=(Entry&&) = delete; 49 virtual ~Entry() = default; 66 Entry(sdbusplus::bus_t& bus, const std::string& objectPath, uint32_t idErr, in Entry() function in phosphor::logging::Entry 83 sdbusplus::server::xyz::openbmc_project::logging::Entry::resolved( in Entry() [all …]
|
H A D | elog_entry.cpp | 21 void Entry::delete_() in delete_() 26 bool Entry::resolved(bool value) in resolved() 29 sdbusplus::server::xyz::openbmc_project::logging::Entry::resolved(); in resolved() 61 sdbusplus::server::xyz::openbmc_project::logging::Entry::resolved( in resolved() 75 std::string Entry::eventId(std::string value) in eventId() 78 sdbusplus::server::xyz::openbmc_project::logging::Entry::eventId(); in eventId() 82 sdbusplus::server::xyz::openbmc_project::logging::Entry::eventId( in eventId() 90 std::string Entry::resolution(std::string value) in resolution() 93 sdbusplus::server::xyz::openbmc_project::logging::Entry::resolution(); in resolution() 97 sdbusplus::server::xyz::openbmc_project::logging::Entry::resolution( in resolution() [all …]
|
/openbmc/phosphor-certificate-manager/bmc-vmi-ca/ |
H A D | ca_cert_entry.hpp | 20 sdbusplus::xyz::openbmc_project::Certs::server::Entry, 31 class Entry : public internal::EntryInterface class 34 Entry() = delete; 35 Entry(const Entry&) = delete; 36 Entry& operator=(const Entry&) = delete; 37 Entry(Entry&&) = delete; 38 Entry& operator=(Entry&&) = delete; 39 ~Entry() = default; 48 Entry(sdbusplus::bus_t& bus, const std::string& objPath, uint32_t entryId, in Entry() function in ca::cert::Entry
|
/openbmc/phosphor-logging/lib/ |
H A D | lg2_commit.cpp | 21 using Entry = sdbusplus::client::xyz::openbmc_project::logging::Entry<>; typedef 24 static auto severity_from_syslog(int s) -> Entry::Level in severity_from_syslog() 29 return Entry::Level::Debug; in severity_from_syslog() 32 return Entry::Level::Informational; in severity_from_syslog() 35 return Entry::Level::Notice; in severity_from_syslog() 38 return Entry::Level::Warning; in severity_from_syslog() 41 return Entry::Level::Error; in severity_from_syslog() 44 return Entry::Level::Critical; in severity_from_syslog() 47 return Entry::Level::Alert; in severity_from_syslog() 50 return Entry::Level::Emergency; in severity_from_syslog() [all …]
|
/openbmc/phosphor-net-ipmid/ |
H A D | command_table.hpp | 114 class Entry class 117 Entry(CommandID command, session::Privilege privilege) : in Entry() function in command::Entry 145 virtual ~Entry() = default; 146 Entry(const Entry&) = default; 147 Entry& operator=(const Entry&) = default; 148 Entry(Entry&&) = default; 149 Entry& operator=(Entry&&) = default; 169 class NetIpmidEntry final : public Entry 174 Entry(command, privilege), functor(functor), sessionless(sessionless) in NetIpmidEntry() 242 using CommandTable = std::map<uint32_t, std::unique_ptr<Entry>>; [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | error_logging.hpp | 66 virtual void logConfigFileError(Entry::Level severity, 77 virtual void logDBusError(Entry::Level severity, Journal& journal) = 0; 89 virtual void logI2CError(Entry::Level severity, Journal& journal, 99 virtual void logInternalError(Entry::Level severity, Journal& journal) = 0; 114 Entry::Level severity, Journal& journal, PhaseFaultType type, 129 virtual void logPMBusError(Entry::Level severity, Journal& journal, 144 Entry::Level severity, Journal& journal, 172 virtual void logConfigFileError(Entry::Level severity, 176 virtual void logDBusError(Entry::Level severity, Journal& journal) override; 179 virtual void logI2CError(Entry::Level severity, Journal& journal, [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/ |
H A D | meson.build | 7 sdbusplus_current_path = 'xyz/openbmc_project/Dump/Entry' 11 input: ['../../../../../yaml/xyz/openbmc_project/Dump/Entry.interface.yaml'], 30 'xyz/openbmc_project/Dump/Entry', 44 'xyz/openbmc_project/Dump/Entry/BMC__markdown'.underscorify(), 46 '../../../../../yaml/xyz/openbmc_project/Dump/Entry/BMC.interface.yaml', 60 'xyz/openbmc_project/Dump/Entry/BMC', 68 'xyz/openbmc_project/Dump/Entry/FaultLog__markdown'.underscorify(), 70 '../../../../../yaml/xyz/openbmc_project/Dump/Entry/FaultLog.interface.yaml', 84 'xyz/openbmc_project/Dump/Entry/FaultLog', 92 'xyz/openbmc_project/Dump/Entry/NIC__markdown'.underscorify(), [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/Dump/Entry/ |
H A D | meson.build | 7 sdbusplus_current_path = 'com/ibm/Dump/Entry' 10 'com/ibm/Dump/Entry/Hardware__markdown'.underscorify(), 11 input: ['../../../../../yaml/com/ibm/Dump/Entry/Hardware.interface.yaml'], 24 'com/ibm/Dump/Entry/Hardware', 32 'com/ibm/Dump/Entry/Hostboot__markdown'.underscorify(), 33 input: ['../../../../../yaml/com/ibm/Dump/Entry/Hostboot.interface.yaml'], 46 'com/ibm/Dump/Entry/Hostboot', 54 'com/ibm/Dump/Entry/Resource__markdown'.underscorify(), 55 input: ['../../../../../yaml/com/ibm/Dump/Entry/Resource.interface.yaml'], 68 'com/ibm/Dump/Entry/Resource', [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | error_logging_utils_tests.cpp | 78 Entry::Level::Error, Ref(journal), in TEST() 83 error_logging_utils::logError(eptr, Entry::Level::Error, services); in TEST() 96 error_logging_utils::logError(eptr, Entry::Level::Error, services, in TEST() 118 logI2CError(Entry::Level::Critical, Ref(journal), in TEST() 124 error_logging_utils::logError(eptr, Entry::Level::Critical, services, in TEST() 154 logConfigFileError(Entry::Level::Warning, Ref(journal))) in TEST() 159 error_logging_utils::logError(eptr, Entry::Level::Warning, services, in TEST() 182 logConfigFileError(Entry::Level::Error, Ref(journal))) in TEST() 187 error_logging_utils::logError(eptr, Entry::Level::Error, services, in TEST() 191 error_logging_utils::logError(eptr, Entry::Level::Error, services, in TEST() [all …]
|
H A D | mock_error_logging.hpp | 43 (Entry::Level severity, Journal& journal), (override)); 45 MOCK_METHOD(void, logDBusError, (Entry::Level severity, Journal& journal), 49 (Entry::Level severity, Journal& journal, 54 (Entry::Level severity, Journal& journal), (override)); 57 (Entry::Level severity, Journal& journal, PhaseFaultType type, 63 (Entry::Level severity, Journal& journal, 68 (Entry::Level severity, Journal& journal,
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | user_header_test.cpp | 105 Entry regEntry; in TEST() 117 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Error, ad, in TEST() 142 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Error, ad, in TEST() 150 Entry regEntry; in TEST() 169 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Error, ad, in TEST() 176 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Error, ad, in TEST() 183 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Error, ad, in TEST() 196 Entry regEntry; in TEST() 208 UserHeader uh(regEntry, phosphor::logging::Entry::Level::Error, ad, in TEST() 218 Entry regEntry; in TEST() [all …]
|
H A D | event_logger_test.cpp | 27 void create(const std::string& name, Entry::Level level, in create() 47 Entry::Level _prevLevel; 79 eventLogger.log("one", Entry::Level::Error, ad); in TEST() 87 EXPECT_EQ(ch._prevLevel, Entry::Level::Error); in TEST() 92 eventLogger.log("two", Entry::Level::Error, ad); in TEST() 93 eventLogger.log("three", Entry::Level::Error, ad); in TEST() 109 eventLogger.log("three", Entry::Level::Error, ad); in TEST() 110 eventLogger.log("two", Entry::Level::Error, ad); in TEST() 111 eventLogger.log("one", Entry::Level::Error, ad); in TEST()
|
/openbmc/u-boot/tools/binman/ |
H A D | README.entries | 1 Binman Entry Documentation 14 Entry: blob: Entry containing an arbitrary binary blob 20 Properties / Entry arguments: 36 Entry: blob-dtb: A blob that holds a device tree 45 Entry: blob-named-by-arg: A blob entry which gets its filename property from its subclass 48 Properties / Entry arguments: 63 Entry: cros-ec-rw: A blob entry which contains a Chromium OS read-write EC image 66 Properties / Entry arguments: 74 Entry: files: Entry containing a set of files 77 Properties / Entry arguments: [all …]
|
H A D | entry_test.py | 38 entry.Entry.Create(None, self.GetNode(), 'u-boot') 47 entry.Entry.Create(None, self.GetNode(), 'u-boot-spl') 53 base_entry = entry.Entry(None, None, None, read_node=False) 62 entry.Entry.Create(None, node, node.name) 71 base_entry = entry.Entry(None, None, base_node, read_node=False) 74 sub_entry = entry.Entry(None, None, sub_node, read_node=False) 80 base_entry = entry.Entry(None, None, None, read_node=False)
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/ |
H A D | events.json | 1324 // Entry valid for ambient temp < 27 1340 // Entry valid for ambient temp < 32 1356 // Entry valid for ambient temp < 37 1372 // Entry valid for ambient temp < 42 1397 // Entry valid for ambient temp < 27 1413 // Entry valid for ambient temp < 32 1429 // Entry valid for ambient temp < 37 1445 // Entry valid for ambient temp < 42
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/firmware-image-juno/ |
H A D | images-r0.txt | 10 NOR0ENTRY: 00000000 ;Image Entry Point 16 NOR1ENTRY: 00000000 ;Image Entry Point 23 NOR2ENTRY: 00000000 ;Image Entry Point 30 NOR3ENTRY: 00000000 ;Image Entry Point 36 NOR4ENTRY: 00000000 ;Image Entry Point 42 NOR5ENTRY: 00000000 ;Image Entry Point 49 NOR6ENTRY: 00000000 ;Image Entry Point 56 NOR7ENTRY: 00000000 ;Image Entry Point 62 NOR8ENTRY: 00000000 ;Image Entry Point 69 NOR9ENTRY: 00000000 ;Image Entry Point
|
H A D | images-r2.txt | 10 NOR0ENTRY: 00000000 ;Image Entry Point 16 NOR1ENTRY: 00000000 ;Image Entry Point 23 NOR2ENTRY: 00000000 ;Image Entry Point 30 NOR3ENTRY: 00000000 ;Image Entry Point 36 NOR4ENTRY: 00000000 ;Image Entry Point 42 NOR5ENTRY: 00000000 ;Image Entry Point 49 NOR6ENTRY: 00000000 ;Image Entry Point 56 NOR7ENTRY: 00000000 ;Image Entry Point 62 NOR8ENTRY: 00000000 ;Image Entry Point 69 NOR9ENTRY: 00000000 ;Image Entry Point
|
H A D | images-r1.txt | 10 NOR0ENTRY: 00000000 ;Image Entry Point 16 NOR1ENTRY: 00000000 ;Image Entry Point 23 NOR2ENTRY: 00000000 ;Image Entry Point 30 NOR3ENTRY: 00000000 ;Image Entry Point 36 NOR4ENTRY: 00000000 ;Image Entry Point 42 NOR5ENTRY: 00000000 ;Image Entry Point 49 NOR6ENTRY: 00000000 ;Image Entry Point 56 NOR7ENTRY: 00000000 ;Image Entry Point 62 NOR8ENTRY: 00000000 ;Image Entry Point 69 NOR9ENTRY: 00000000 ;Image Entry Point
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | section.py | 9 from entry import Entry 15 class Entry_section(Entry): 34 Entry.__init__(self, section, etype, node) 45 Entry.ExpandEntries(self) 49 Entry.AddMissingProperties(self) 75 Entry.SetImagePos(self, image_pos) 83 Entry.SetCalculatedProperties(self)
|