/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | journal.hpp | 47 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 D | journal.cpp | 54 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 D | entry_points.cpp | 49 std::unique_ptr<JournalBase> journal = std::make_unique<Journal>(); in DISABLE_LOG_ENTRY_CAPS()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | error_logging.hpp | 67 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 D | journal.hpp | 35 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 D | error_logging.cpp | 37 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 D | services.hpp | 69 virtual Journal& getJournal() = 0; 132 virtual Journal& getJournal() override in getJournal()
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | journal.hpp | 81 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 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,
|
H A D | mock_journal.hpp | 33 class MockJournal : public Journal
|
H A D | mock_services.hpp | 64 virtual Journal& getJournal() override in getJournal()
|
/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/ |
H A D | journald-storage-policy.conf | 7 [Journal]
|
H A D | journald-size-policy-16MB.conf | 7 [Journal]
|
H A D | journald-size-policy-2MB.conf | 7 [Journal]
|
/openbmc/openbmc/meta-google/recipes-extended/rsyslog/rsyslog/ |
H A D | journald.conf | 1 [Journal]
|
/openbmc/openbmc/meta-facebook/recipes-core/systemd/systemd/ |
H A D | journald-storage-policy.conf | 7 [Journal]
|
H A D | journald-size-policy-10MB.conf | 7 [Journal]
|
/openbmc/openbmc/meta-amd/meta-common/recipes-core/systemd/systemd/ |
H A D | journald-storage-policy.conf | 7 [Journal]
|
H A D | journald-size-policy.conf | 7 [Journal]
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd-conf/ |
H A D | journald.conf | 1 [Journal]
|
/openbmc/openbmc/meta-phosphor/recipes-core/systemd/phosphor-systemd-policy/ |
H A D | journald-maxlevel-policy.conf | 4 [Journal]
|
/openbmc/phosphor-dbus-monitor/src/templates/ |
H A D | journal.mako.cpp | 1 std::make_unique<Journal<${c.datatype}, phosphor::logging::level::${c.severity}>>(
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | journal.rst | 3 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 D | special_inodes.rst | 31 - Journal inode.
|
/openbmc/linux/drivers/md/ |
H A D | dm-raid.c | 693 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 …]
|