Home
last modified time | relevance | path

Searched refs:journal (Results 51 – 75 of 213) sorted by relevance

123456789

/openbmc/sdbusplus/include/sdbusplus/server/
H A DREADME.md16 **How is _transaction id_ used** - Used to identify all the journal entries
19 - When a journal entry is created, the _transaction id_ is added as metadata.
20 Therefore all journal entries created within a message have the same
24 be used to collect the journal entries associated with that message, providing
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch47 src/journal-remote/journal-remote-main.c | 1 +
54 src/libsystemd/sd-journal/sd-journal.c | 1 +
361 diff --git a/src/journal-remote/journal-remote-main.c b/src/journal-remote/journal-remote-main.c
363 --- a/src/journal-remote/journal-remote-main.c
364 +++ b/src/journal-remote/journal-remote-main.c
373 diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
375 --- a/src/journal/journalctl.c
445 diff --git a/src/libsystemd/sd-journal/sd-journal.c b/src/libsystemd/sd-journal/sd-journal.c
447 --- a/src/libsystemd/sd-journal/sd-journal.c
448 +++ b/src/libsystemd/sd-journal/sd-journal.c
[all …]
H A D0002-add-fallback-parse_printf_format-implementation.patch19 src/libsystemd/sd-journal/journal-send.c | 2 +-
412 diff --git a/src/libsystemd/sd-journal/journal-send.c b/src/libsystemd/sd-journal/journal-send.c
414 --- a/src/libsystemd/sd-journal/journal-send.c
415 +++ b/src/libsystemd/sd-journal/journal-send.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0003-src-basic-missing.h-check-for-missing-strndupa.patch47 src/journal-remote/journal-remote-main.c | 1 +
54 src/libsystemd/sd-journal/sd-journal.c | 1 +
361 diff --git a/src/journal-remote/journal-remote-main.c b/src/journal-remote/journal-remote-main.c
363 --- a/src/journal-remote/journal-remote-main.c
364 +++ b/src/journal-remote/journal-remote-main.c
373 diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
375 --- a/src/journal/journalctl.c
445 diff --git a/src/libsystemd/sd-journal/sd-journal.c b/src/libsystemd/sd-journal/sd-journal.c
447 --- a/src/libsystemd/sd-journal/sd-journal.c
448 +++ b/src/libsystemd/sd-journal/sd-journal.c
[all …]
H A D0002-add-fallback-parse_printf_format-implementation.patch19 src/libsystemd/sd-journal/journal-send.c | 2 +-
412 diff --git a/src/libsystemd/sd-journal/journal-send.c b/src/libsystemd/sd-journal/journal-send.c
414 --- a/src/libsystemd/sd-journal/journal-send.c
415 +++ b/src/libsystemd/sd-journal/journal-send.c
/openbmc/linux/Documentation/filesystems/
H A Dgfs2-uevents.rst24 with no journal assigned), and read-only (with journal assigned) status
45 of journal recovery for one of the filesystems journals. It has
46 two environment variables, JID= which specifies the journal id which
49 for every journal recovered, whether it is during the initial mount
50 process or as the result of gfs_controld requesting a specific journal
100 If a journal is in use by the filesystem (journals are not
102 numeric journal id in all GFS2 uevents.
H A Dubifs-authentication.rst134 certain conditions are met (eg. ``fsync(2)``). The journal is used to record
136 of the index. During mount, the journal is read from the flash and replayed
139 UBIFS reserves a bunch of LEBs just for the journal called *log area*. The
149 The log area is maintained as a ring. Whenever the journal is almost full,
155 When writing a journal entry, UBIFS first ensures that enough space is
326 The journal is authenticated too. Since the journal is continuously written
333 of the hash chain. That way a journal can be authenticated up to the last
335 node cannot be authenticated and is skipped during journal replay.
337 We get this picture for journal authentication::
360 skip any journal heads for replay. An attacker can only remove bud nodes or
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblogging/
H A Dliblogging_1.0.6.bb9 journal)."
23 PACKAGECONFIG[systemd] = "--enable-journal, --disable-journal, systemd"
/openbmc/phosphor-logging/
H A Dlogging_test.cpp29 sd_journal* journal; in validate_journal() local
35 rc = sd_journal_open(&journal, SD_JOURNAL_LOCAL_ONLY); in validate_journal()
41 rc = sd_journal_query_unique(journal, i_entry); in validate_journal()
47 SD_JOURNAL_FOREACH_UNIQUE(journal, data, l) in validate_journal()
59 sd_journal_close(journal); in validate_journal()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dsensor_monitoring_tests.cpp165 MockJournal& journal = services.getMockJournal(); in TEST() local
166 EXPECT_CALL(journal, logError(A<const std::vector<std::string>&>())) in TEST()
168 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(6); in TEST()
290 MockJournal& journal = services.getMockJournal(); in TEST() local
295 EXPECT_CALL(journal, logError(expectedErrMessagesException)) in TEST()
297 EXPECT_CALL(journal, in TEST()
304 logI2CError(Entry::Level::Warning, Ref(journal), in TEST()
H A Drail_tests.cpp149 MockJournal& journal = services.getMockJournal(); in TEST() local
150 EXPECT_CALL(journal, logError(A<const std::vector<std::string>&>())) in TEST()
152 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(6); in TEST()
193 MockJournal& journal = services.getMockJournal(); in TEST() local
194 EXPECT_CALL(journal, logDebug(A<const std::string&>())).Times(0); in TEST()
195 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST()
238 MockJournal& journal = services.getMockJournal(); in TEST() local
239 EXPECT_CALL(journal, logDebug("Configuring vddr1: volts=1.300000")) in TEST()
241 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dentry_points.cpp49 std::unique_ptr<JournalBase> journal = std::make_unique<Journal>(); in DISABLE_LOG_ENTRY_CAPS() local
56 std::move(logger), std::move(journal), in DISABLE_LOG_ENTRY_CAPS()
60 std::move(logger), std::move(journal)); in DISABLE_LOG_ENTRY_CAPS()
H A Djournal.hpp82 std::string getFieldValue(sd_journal* journal,
92 std::string getTimeStamp(sd_journal* journal) const;
H A Dmanager.hpp53 std::unique_ptr<JournalBase> journal) : in Manager() argument
59 _dataIface(std::move(dataIface)), _journal(std::move(journal)) in Manager()
88 std::unique_ptr<JournalBase> journal, in Manager() argument
91 std::move(journal)) in Manager()
/openbmc/phosphor-mboxd/
H A DREADME.md96 directly via journal APIs or wrappers of the journal APIs.
107 journal. To this end, systemd will by default capture stdout and stderr of
108 the launched binary and redirect it to the journal.
112 messages to appear in the system journal (as these are tests, not issues
115 Therefore direct calls to the journal MUST be avoided for the purpose of
/openbmc/hiomapd/
H A DREADME.md77 directly via journal APIs or wrappers of the journal APIs.
88 journal. To this end, systemd will by default capture stdout and stderr of
89 the launched binary and redirect it to the journal.
93 messages to appear in the system journal (as these are tests, not issues
96 Therefore direct calls to the journal MUST be avoided for the purpose of
/openbmc/phosphor-dbus-monitor/src/test/yaml/callbackgentest/
H A Dtwo.yaml21 - name: test journal callback 1
23 callback: journal
/openbmc/phosphor-dbus-monitor/src/example/
H A Dexample.yaml75 - name: example journal callback
82 The journal callback logs the specified message to the systemd journal
85 Additionally, the journal callback will add to the journal key value pair
90 callback: journal
196 the systemd journal. The journal callback does not support tracing
198 multiple journal callbacks.'
203 - example journal callback
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dservices.hpp134 return journal; in getJournal()
170 SystemdJournal journal{}; member in phosphor::power::regulators::BMCServices
/openbmc/linux/fs/ext4/
H A Dsuper.c463 !journal || (journal->j_flags & JBD2_UNMOUNT)) in ext4_maybe_update_superblock()
714 if (journal) in ext4_handle_error()
5826 journal_t *journal; in ext4_open_inode_journal() local
5841 return journal; in ext4_open_inode_journal()
5926 journal_t *journal; in ext4_open_dev_journal() local
5953 return journal; in ext4_open_dev_journal()
5966 journal_t *journal; in ext4_load_journal() local
5992 if (IS_ERR(journal)) in ext4_load_journal()
6269 journal_t *journal; in ext4_clear_journal_err() local
6373 if (journal) { in ext4_freeze()
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/fan-policy/swift/
H A Dwater-cooled.yaml197 'Immediately poweroff, log an event in the journal, and create an
208 'Shut the system down, log an event in the journal, and create an
249 'Log a hard poweroff event to the systemd journal.'
251 callback: journal
259 'Log a shutdown event to the systemd journal.'
261 callback: journal
H A Dair-cooled.yaml197 'Immediately poweroff, log an event in the journal, and create an
208 'Shut the system down, log an event in the journal, and create an
249 'Log a hard poweroff event to the systemd journal.'
251 callback: journal
259 'Log a shutdown event to the systemd journal.'
261 callback: journal
/openbmc/linux/Documentation/admin-guide/
H A Dext4.rst66 the filesystem with a large journal can also be helpful for
84 * journal checksumming for robustness, performance
161 When the external journal device's major/minor numbers have changed,
167 Don't load the journal on mounting. Note that if the filesystem was
168 not unmounted cleanly, skipping the journal replay will lead to the
172 data=journal
179 metadata being committed to the journal.
183 system after its metadata has been committed to the journal.
396 incompatible with data=journal.
424 journal mode.
[all …]
/openbmc/phosphor-fan-presence/monitor/
H A Dfan_error.hpp154 std::string getTimeStamp(sd_journal* journal) const;
166 std::string getFieldValue(sd_journal* journal,
/openbmc/phosphor-dbus-monitor/src/
H A Dmeson.build9 'templates/journal.mako.cpp',
43 'journal.cpp',

123456789