Home
last modified time | relevance | path

Searched refs:Journal (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djournal.hpp47 class Journal : public JournalBase class
50 Journal() = default;
51 ~Journal() = default;
52 Journal(const Journal&) = default;
53 Journal& operator=(const Journal&) = default;
54 Journal(Journal&&) = default;
55 Journal& operator=(Journal&&) = default;
H A Djournal.cpp54 void Journal::sync() const in sync()
72 Journal::getMessages(const std::string& syslogID, size_t maxMessages) const in getMessages()
128 std::string Journal::getFieldValue(sd_journal* journal, in getFieldValue()
163 std::string Journal::getTimeStamp(sd_journal* journal) const in getTimeStamp()
H A Dentry_points.cpp49 std::unique_ptr<JournalBase> journal = std::make_unique<Journal>(); in DISABLE_LOG_ENTRY_CAPS()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_logging.hpp67 Journal& journal) = 0;
89 virtual void logI2CError(Entry::Level severity, Journal& journal,
114 logPhaseFault(Entry::Level severity, Journal& journal,
129 virtual void logPMBusError(Entry::Level severity, Journal& journal,
173 Journal& journal) override;
179 virtual void logI2CError(Entry::Level severity, Journal& journal,
185 Journal& journal) override;
189 Entry::Level severity, Journal& journal, PhaseFaultType type,
194 virtual void logPMBusError(Entry::Level severity, Journal& journal,
222 std::vector<FFDCFile> createFFDCFiles(Journal& journal);
[all …]
H A Djournal.hpp35 class Journal class
39 Journal() = default;
40 Journal(const Journal&) = delete;
41 Journal(Journal&&) = delete;
42 Journal& operator=(const Journal&) = delete;
43 Journal& operator=(Journal&&) = delete;
44 virtual ~Journal() = default;
110 class SystemdJournal : public Journal
H A Derror_logging.cpp37 Journal& journal) in logConfigFileError()
55 void DBusErrorLogging::logDBusError(Entry::Level severity, Journal& journal) in logDBusError()
62 void DBusErrorLogging::logI2CError(Entry::Level severity, Journal& journal, in logI2CError()
82 void DBusErrorLogging::logInternalError(Entry::Level severity, Journal& journal) in logInternalError()
90 Entry::Level severity, Journal& journal, PhaseFaultType type, in logPhaseFault()
102 void DBusErrorLogging::logPMBusError(Entry::Level severity, Journal& journal, in logPMBusError()
112 Entry::Level severity, Journal& journal, const std::string& inventoryPath) in logWriteVerificationError()
165 std::vector<FFDCFile> DBusErrorLogging::createFFDCFiles(Journal& journal) in createFFDCFiles()
210 std::map<std::string, std::string>& additionalData, Journal& journal) in logError()
244 Journal& journal) in removeFFDCFiles()
H A Dservices.hpp69 virtual Journal& getJournal() = 0;
132 virtual Journal& getJournal() override in getJournal()
/openbmc/phosphor-dbus-monitor/src/
H A Djournal.hpp81 class Journal : public JournalBase class
84 Journal() = delete;
85 Journal(const Journal&) = delete;
86 Journal(Journal&&) = default;
87 Journal& operator=(const Journal&) = delete;
88 Journal& operator=(Journal&&) = default;
89 ~Journal() = default;
90 Journal(const char* msg, const PropertyIndex& index) : in Journal() function in phosphor::dbus::monitoring::Journal
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dmock_error_logging.hpp43 (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,
H A Dmock_journal.hpp33 class MockJournal : public Journal
H A Dmock_services.hpp64 virtual Journal& getJournal() override in getJournal()
/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/
H A Djournald-storage-policy.conf7 [Journal]
H A Djournald-size-policy-16MB.conf7 [Journal]
H A Djournald-size-policy-2MB.conf7 [Journal]
/openbmc/openbmc/meta-google/recipes-extended/rsyslog/rsyslog/
H A Djournald.conf1 [Journal]
/openbmc/openbmc/meta-facebook/recipes-core/systemd/systemd/
H A Djournald-storage-policy.conf7 [Journal]
H A Djournald-size-policy-10MB.conf7 [Journal]
/openbmc/openbmc/meta-amd/meta-common/recipes-core/systemd/systemd/
H A Djournald-storage-policy.conf7 [Journal]
H A Djournald-size-policy.conf7 [Journal]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-conf/
H A Djournald.conf1 [Journal]
/openbmc/openbmc/meta-phosphor/recipes-core/systemd/phosphor-systemd-policy/
H A Djournald-maxlevel-policy.conf4 [Journal]
/openbmc/phosphor-dbus-monitor/src/templates/
H A Djournal.mako.cpp1 std::make_unique<Journal<${c.datatype}, phosphor::logging::level::${c.severity}>>(
/openbmc/linux/Documentation/filesystems/ext4/
H A Djournal.rst3 Journal (jbd2)
78 External Journal
95 - Journal Superblock
150 - Journal superblock, v1.
152 - Journal superblock, v2.
186 - Journal device block size.
293 - Journal maintains checksums on the data blocks.
309 - Journal can deal with 64-bit block numbers.
323 - Journal has fast commit blocks. (JBD2_FEATURE_INCOMPAT_FAST_COMMIT)
372 Journal block tags have any of the following formats, depending on which
[all …]
H A Dspecial_inodes.rst31 - Journal inode.
/openbmc/linux/drivers/md/
H A Ddm-raid.c693 if (!test_bit(Journal, &rdev->flags)) in rs_set_rdev_sectors()
1273 set_bit(Journal, &jdev->flags); in parse_raid_params()
1597 if (!test_bit(Journal, &rdev->flags) && in __rdev_sectors()
2327 if (test_bit(Journal, &rdev->flags)) in super_init_validation()
2381 if (test_bit(Journal, &rdev->flags) || in super_init_validation()
2508 if (test_bit(Journal, &rdev->flags)) in analyse_superblocks()
2581 if (!test_bit(Journal, &rdev->flags) && in analyse_superblocks()
2679 if (!test_bit(Journal, &rdev->flags)) { in rs_adjust_data_offsets()
2929 if (!test_bit(Journal, &rdev->flags)) in rs_setup_reshape()
3821 if (test_bit(Journal, &r->flags)) in attempt_restore_of_faulty_devices()
[all …]

123